diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd398822a9..a56fe676388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -744,7 +744,6 @@ muzzle-dep-report: needs: [] variables: <<: *tier_m_variables - # arm64 does not include JDK 7 or ibm8 (upstream images not published for arm64). DEFAULT_TEST_JVMS: /^(8|11|17|21|25|tip)$/ GRADLE_PARAMS: "-PskipFlakyTests" TESTCONTAINERS_CHECKS_DISABLE: "true" @@ -757,6 +756,7 @@ muzzle-dep-report: - if: $testJvm =~ $DEFAULT_TEST_JVMS when: manual allow_failure: true + # Note: `ibm8` and `oracle8` omitted — no arm64 images published upstream. - if: '$NON_DEFAULT_JVMS == "true" && $testJvm != "ibm8" && $testJvm != "oracle8"' when: manual allow_failure: true