You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-software.eessi.io.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ jobs:
57
57
env | grep ^EESSI | sort
58
58
59
59
# first check the CPU-only builds for this CPU target
60
-
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${{matrix.EESSI_VERSION}}/eessi-${{matrix.EESSI_VERSION}}-*.yml)"
61
-
for easystack_file in $(ls easystacks/software.eessi.io/${{matrix.EESSI_VERSION}}/eessi-${{matrix.EESSI_VERSION}}-eb-*.yml); do
60
+
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${{matrix.EESSI_VERSION}}/eessi-${{matrix.EESSI_VERSION}}-*.yml with latest EasyBuild release)"
61
+
for easystack_file in $(EESSI_VERSION=${{matrix.EESSI_VERSION}} .github/workflows/scripts/only_latest_easystacks.sh); do
62
62
if [ ${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}} = "x86_64/amd/zen4" ]; then
63
63
if grep -q 2022b <<<"${easystack_file}"; then
64
64
# skip the check of installed software on zen4 for foss/2022b builds
@@ -82,7 +82,7 @@ jobs:
82
82
for accel in ${accelerators}; do
83
83
module use ${EESSI_SOFTWARE_PATH}/accel/${accel}/modules/all
84
84
echo "checking missing installations for accelerator ${accel} using modulepath: ${MODULEPATH}"
85
-
for easystack_file in $(ls easystacks/software.eessi.io/${{matrix.EESSI_VERSION}}/accel/$(dirname ${accel})/eessi-${{matrix.EESSI_VERSION}}-eb-*.yml); do
85
+
for easystack_file in $(EESSI_VERSION=${{matrix.EESSI_VERSION}} ACCEL_EASYSTACKS=1 .github/workflows/scripts/only_latest_easystacks.sh); do
86
86
echo "check missing installations for ${easystack_file}..."
0 commit comments