[jdk21u-dev] RFR: 8333248: VectorGatherMaskFoldingTest.java failed when maximum vector bits is 64
Severin Gehwolf
sgehwolf at openjdk.org
Tue Nov 19 15:26:12 UTC 2024
On Mon, 18 Nov 2024 13:59:18 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Just confirm that the GHA action should have been enabled.
>
>> 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
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1100#issuecomment-2486016547
More information about the jdk-updates-dev
mailing list