Skip to content

Commit

Permalink
Mute BWC testing on Amazon Linux 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 12, 2023
1 parent 3c88579 commit 4ea6d40
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@
JAVA16_HOME=$HOME/.java/openjdk16
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
$WORKSPACE/.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
if [ "$os" == "amazon-2022&&immutable" ]; then
# Skip BWC testing on Amazon 2022 as there's an incompatibility with older ES versions on this system
$WORKSPACE/.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true checkPart1 checkPart2
else
$WORKSPACE/.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
fi

0 comments on commit 4ea6d40

Please sign in to comment.