Skip to content

Commit 3bc0614

Browse files
committed
Drop unavailable CMSSW release
1 parent 05d14d8 commit 3bc0614

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/development-tests-ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)