Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/test-software.eessi.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ env:
- nvidia/cc70
- nvidia/cc80
- nvidia/cc90
x86_64/amd/zen5: [] # not available in 2023.06
# Intel
x86_64/intel/haswell:
- nvidia/cc70
Expand Down Expand Up @@ -139,6 +140,9 @@ jobs:
- runs_on: ubuntu-24.04
EESSI_VERSION: 2025.06
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/amd/zen4
- runs_on: ubuntu-24.04
EESSI_VERSION: 2025.06
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/amd/zen5
- runs_on: ubuntu-24.04
EESSI_VERSION: 2025.06
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/intel/haswell
Expand Down
32 changes: 18 additions & 14 deletions .github/workflows/test_compare_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,25 @@ jobs:
fail-fast: false
matrix:
EESSI_VERSION:
- 2023.06
- 2025.06
- 2023.06
- 2025.06
COMPARISON_ARCH:
- aarch64/a64fx
- aarch64/neoverse_n1
- aarch64/neoverse_v1
- aarch64/nvidia/grace
- x86_64/amd/zen2
- x86_64/amd/zen3
- x86_64/amd/zen4
- x86_64/intel/haswell
- x86_64/intel/skylake_avx512
- x86_64/intel/sapphirerapids
- x86_64/intel/icelake
- x86_64/intel/cascadelake
- aarch64/a64fx
- aarch64/neoverse_n1
- aarch64/neoverse_v1
- aarch64/nvidia/grace
- x86_64/amd/zen2
- x86_64/amd/zen3
- x86_64/amd/zen4
- x86_64/amd/zen5
- x86_64/intel/haswell
- x86_64/intel/skylake_avx512
- x86_64/intel/sapphirerapids
- x86_64/intel/icelake
- x86_64/intel/cascadelake
exclude:
- EESSI_VERSION: 2023.06
COMPARISON_ARCH: x86_64/amd/zen5
# Example of how a specific target can be excluded:
# exclude:
# - EESSI_VERSION: 2023.06
Expand Down
Loading