Skip to content

Commit

Permalink
Exclude crashy JVM versions on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Feb 19, 2025
1 parent 8d7f493 commit aa4caf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [ "8", "8-j9", "8-zing", "11", "11-j9", "11-zing", "17", "17-j9", "17-zing", "17-graal", "21", "21-zing", "21-graal", "23", "23-graal" ]
# java_version: [ "8", "8-j9", "8-zing", "11", "11-j9", "11-zing", "17", "17-j9", "17-zing", "17-graal", "21", "21-zing", "21-graal", "23", "23-graal" ]
# FIXME: Hotspot 8 and 11 versions are rather crashy in ASGCT on aarch64, so we are skipping them for now
java_version: [ "8-j9", "8-zing", "11-j9", "11-zing", "17", "17-j9", "17-zing", "17-graal", "21", "21-zing", "21-graal", "23", "23-graal" ]
config: ${{ fromJson(inputs.configuration) }}
runs-on:
group: ARM LINUX SHARED
Expand Down

0 comments on commit aa4caf7

Please sign in to comment.