Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down