Skip to content

Commit

Permalink
comment out non supported architectures in NESSI
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 21, 2024
1 parent b1bf69e commit eae822f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_archdetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- x86_64/intel/skylake_avx512/archspec-linux-6132
- x86_64/amd/zen2/Azure-CentOS7-7V12
- x86_64/amd/zen3/Azure-CentOS7-7V73X
- aarch64/neoverse-n1/Azure-Ubuntu20-Altra
- aarch64/neoverse-n1/AWS-awslinux-graviton2
- aarch64/neoverse-v1/AWS-awslinux-graviton3
# commented out since these targets are currently not supported in pilot.nessi.no repo
# (and some tests assume that the corresponding subdirectory in software layer is there)
# - ppc64le/power9le/unknown-power9le
# - aarch64/neoverse-n1/Azure-Ubuntu20-Altra
# - aarch64/neoverse-n1/AWS-awslinux-graviton2
# - aarch64/neoverse-v1/AWS-awslinux-graviton3
fail-fast: false
steps:
- name: checkout
Expand Down

0 comments on commit eae822f

Please sign in to comment.