diff --git a/.github/workflows/tests_archdetect.yml b/.github/workflows/tests_archdetect.yml index 6f5b15cce0..74dbf032f0 100644 --- a/.github/workflows/tests_archdetect.yml +++ b/.github/workflows/tests_archdetect.yml @@ -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