Skip to content

Commit 2489b79

Browse files
Refactored confusing mention of JDK 7. (#11818)
Refactored confusing mention of `JDK 7`. Added `oracle8` and moved to correct place. Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent 2c3db21 commit 2489b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ muzzle-dep-report:
744744
needs: []
745745
variables:
746746
<<: *tier_m_variables
747-
# arm64 does not include JDK 7 or ibm8 (upstream images not published for arm64).
748747
DEFAULT_TEST_JVMS: /^(8|11|17|21|25|tip)$/
749748
GRADLE_PARAMS: "-PskipFlakyTests"
750749
TESTCONTAINERS_CHECKS_DISABLE: "true"
@@ -757,6 +756,7 @@ muzzle-dep-report:
757756
- if: $testJvm =~ $DEFAULT_TEST_JVMS
758757
when: manual
759758
allow_failure: true
759+
# Note: `ibm8` and `oracle8` omitted — no arm64 images published upstream.
760760
- if: '$NON_DEFAULT_JVMS == "true" && $testJvm != "ibm8" && $testJvm != "oracle8"'
761761
when: manual
762762
allow_failure: true

0 commit comments

Comments
 (0)