Skip to content
Merged
Changes from 1 commit
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,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"
Expand Down
Loading