We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JDK 7
1 parent 2c3db21 commit 2489b79Copy full SHA for 2489b79
1 file changed
.gitlab-ci.yml
@@ -744,7 +744,6 @@ muzzle-dep-report:
744
needs: []
745
variables:
746
<<: *tier_m_variables
747
- # arm64 does not include JDK 7 or ibm8 (upstream images not published for arm64).
748
DEFAULT_TEST_JVMS: /^(8|11|17|21|25|tip)$/
749
GRADLE_PARAMS: "-PskipFlakyTests"
750
TESTCONTAINERS_CHECKS_DISABLE: "true"
@@ -757,6 +756,7 @@ muzzle-dep-report:
757
756
- if: $testJvm =~ $DEFAULT_TEST_JVMS
758
when: manual
759
allow_failure: true
+ # Note: `ibm8` and `oracle8` omitted — no arm64 images published upstream.
760
- if: '$NON_DEFAULT_JVMS == "true" && $testJvm != "ibm8" && $testJvm != "oracle8"'
761
762
0 commit comments