From f210eb7b3cd827e2f889bd4610b7cffd9cb77d46 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 30 Jun 2026 17:30:58 -0400 Subject: [PATCH 1/2] Refactored confusing mention of `JDK 7`. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd398822a9..c049e414e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -744,7 +744,7 @@ muzzle-dep-report: needs: [] variables: <<: *tier_m_variables - # arm64 does not include JDK 7 or ibm8 (upstream images not published for arm64). + # Note: ibm8 omitted as there is no arm64 image is published upstream. DEFAULT_TEST_JVMS: /^(8|11|17|21|25|tip)$/ GRADLE_PARAMS: "-PskipFlakyTests" TESTCONTAINERS_CHECKS_DISABLE: "true" From 0f826d85c0ec3aa45e37758eef7c34a87f460d2d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 30 Jun 2026 17:39:49 -0400 Subject: [PATCH 2/2] Added `oracle8` and moved to correct place. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c049e414e20..a56fe676388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -744,7 +744,6 @@ muzzle-dep-report: needs: [] variables: <<: *tier_m_variables - # Note: ibm8 omitted as there is no arm64 image is published upstream. 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