Skip to content

Commit

Permalink
Add combine tests with ROOT 6.32.06
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Sep 24, 2024
1 parent 6cf6c02 commit 1351570
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cvmfs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
CMSSW_VERSION: "CMSSW_14_0_0_pre1"
SCRAM_ARCH: "el9_amd64_gcc12"
ROOT: "ROOT v6.26/11"
- IMAGE: "cmscloud/al8-cms"
CMSSW_VERSION: "CMSSW_14_2_ROOT632_X_2024-09-23-2300"
SCRAM_ARCH: "el8_amd64_gcc12"
ROOT: "ROOT v6.32/06"
env:
docker_opt_rw: -v /cvmfs:/cvmfs:shared -v ${{ github.workspace }}:/work/CombinedLimit --mount source=cmsusr,destination=/home/cmsusr -w /home/cmsusr -e CMSSW_VERSION=${{ matrix.CMSSW_VERSION }} -e SCRAM_ARCH=${{ matrix.SCRAM_ARCH }}
docker_opt_ro: -v /cvmfs:/cvmfs:shared -v cmsusr:/home/cmsusr/cmssw/:ro -w /home/cmsusr/ -e CMSSW_VERSION=${{ matrix.CMSSW_VERSION }} -e SCRAM_ARCH=${{ matrix.SCRAM_ARCH }}
Expand Down

0 comments on commit 1351570

Please sign in to comment.