File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,18 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- IMAGE : ["cmscloud/al8-cms"]
15- CMSSW_VERSION : ["CMSSW_15_1_ROOT634_X_2025-04-25-2300"]
16- SCRAM_ARCH : ["el8_amd64_gcc12"]
17- ROOT : ["ROOT v6.34/09"]
1814 include :
19- - IMAGE : " cmscloud/al8 -cms"
20- CMSSW_VERSION : " CMSSW_15_1_ROOT6_X_2025-04-27-2300 "
21- SCRAM_ARCH : " el8_amd64_gcc12 "
22- ROOT : " ROOT v6.35/01 "
15+ - IMAGE : " cmscloud/al9 -cms"
16+ CMSSW_VERSION : " CMSSW_14_1_0_pre4 "
17+ SCRAM_ARCH : " el9_amd64_gcc12 "
18+ ROOT : " 6.30.07 "
2319 - LCG_RELEASE : " LCG_108"
2420 LCG_ARCH : " x86_64-ubuntu2204-gcc11-opt"
2521 ROOT : " 6.36.02"
2622 - LCG_RELEASE : " dev3/latest"
2723 LCG_ARCH : " x86_64-ubuntu2204-gcc11-opt"
2824 ROOT : " LCG master"
29- name : Test with ${{ matrix.CMSSW_VERSION }} and ${{ matrix.ROOT }}
25+ name : Test with ${{ matrix.CMSSW_VERSION || matrix.LCG_RELEASE }} - ROOT ${{ matrix.ROOT }}
3026 env :
3127 CMSSW_VERSION : ${{ matrix.CMSSW_VERSION }}
3228 IMAGE : ${{ matrix.IMAGE }}
You can’t perform that action at this time.
0 commit comments