Skip to content

Commit 187ae2f

Browse files
authored
Merge pull request #1082 from casparvl/icelake_cclake_batch18
{2023.06}[icelake,cascadelake] EasyStacks batch 18: 072
2 parents da115a4 + b1bfcfd commit 187ae2f

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/test-software.eessi.io.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/intel/sapphirerapids
4343
- runs_on: ubuntu-24.04
4444
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/intel/skylake_avx512
45+
- runs_on: ubuntu-24.04
46+
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/intel/icelake
47+
- runs_on: ubuntu-24.04
48+
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/intel/cascadelake
4549
- runs_on: ubuntu-24.04
4650
EESSI_SOFTWARE_SUBDIR_OVERRIDE: x86_64/generic
4751
runs-on: ${{ matrix.runs_on }}

.github/workflows/test_compare_stacks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- x86_64/intel/haswell
3232
- x86_64/intel/skylake_avx512
3333
- x86_64/intel/sapphirerapids
34+
- x86_64/intel/icelake
35+
- x86_64/intel/cascadelake
3436
steps:
3537
- name: Check out software-layer repository
3638
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 072-eb-5.0.0.yml: total build duration = ?? minutes
2+
easyconfigs:
3+
- /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/MUSCLE/5.1.0-GCCcore-12.3.0/easybuild/MUSCLE-5.1.0-GCCcore-12.3.0.eb:
4+
options:
5+
include-easyblocks: /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/MUSCLE/5.1.0-GCCcore-12.3.0/easybuild/reprod/easyblocks/*.py
6+
- /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Gblocks/0.91b/easybuild/Gblocks-0.91b.eb:
7+
options:
8+
include-easyblocks: /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Gblocks/0.91b/easybuild/reprod/easyblocks/*.py
9+
- /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/bcgTree/1.2.1-foss-2023a/easybuild/bcgTree-1.2.1-foss-2023a.eb:
10+
options:
11+
include-easyblocks: /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/bcgTree/1.2.1-foss-2023a/easybuild/reprod/easyblocks/*.py
12+
- Java-21.eb:
13+
options:
14+
include-easyblocks: /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/intel/haswell/software/Java/21.0.5/easybuild/reprod/easyblocks/*.py

0 commit comments

Comments
 (0)