Skip to content

Commit

Permalink
CI: move lcg test to alma9
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Nov 26, 2024
1 parent befeb60 commit f0cf432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
fail-fast: false
matrix:
cvmfs_base: ['sft.cern.ch/lcg/views']
ENVIRONMENT: ['dev3/latest/x86_64-centos7-gcc11-opt']
ENVIRONMENT: ['dev3/latest/x86_64-el9-gcc13-opt']
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- name: Start container
run: |
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/centos7:latest /bin/bash
docker run -it --name CI_container -v ${GITHUB_WORKSPACE}:/Package -v /cvmfs:/cvmfs:shared -d ghcr.io/aidasoft/alma9:latest /bin/bash
- name: CMake Configure
run: |
docker exec CI_container /bin/bash -c 'cd Package;\
Expand Down

0 comments on commit f0cf432

Please sign in to comment.