[jdk21u-dev] RFR: 8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64

sophia-guo duke at openjdk.org
Tue Nov 19 17:06:03 UTC 2024


On Tue, 19 Nov 2024 15:22:17 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>>> Just confirm that the GHA action should have been enabled.
>> 
>> Yes, but this PR doesn't show them as being run. I.e. it's 1. enable GHA testing. 2. trigger GHA testing. You've done 1. but not 2.
>> 
>> Example PR with GHA checks being run is here: https://github.com/openjdk/jdk21u-dev/pull/1143
>> 
>> It has `19 successful checks`. Yours has `2 successful checks`.
>
>> @jerboaa I believe I don't have permission to manually trigger GHA testing with the GH UI in this repo? Actions tab is invisible to me and I can't do the rerun workflow. Or I'm checking the wrong way?
> 
> I don't remember where exactly the manual run trigger is (it's there somewhere). Merging latest master into your branch and pushing it should trigger it too (i.e. should be automatic for the next backport):
> 
> 
> git checkout master
> git pull https://github.com/openjdk/jdk21u-dev master
> git checkout 8333248-backport-9b0a5c5c
> git merge master
> git push origin HEAD

Thanks @jerboaa !

-------------

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1100#issuecomment-2486270772


More information about the jdk-updates-dev mailing list