Skip to content

Commit

Permalink
ci: Remove 3 cvmfs based CI builds (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Sep 1, 2021
1 parent fbfbd42 commit b2ea3a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
LCG:
- LCG_97apython3/x86_64-centos7-gcc9-opt
- LCG_98python3/x86_64-centos7-gcc10-opt
- LCG_99/x86_64-centos7-gcc10-opt
LCG:
# Disable these jobs temporarily to relieve pressure on the CI
#- LCG_97apython3/x86_64-centos7-gcc9-opt
#- LCG_98python3/x86_64-centos7-gcc10-opt
#- LCG_99/x86_64-centos7-gcc10-opt
- LCG_100/x86_64-centos7-gcc10-opt
- LCG_100/x86_64-centos8-gcc10-opt
env:
Expand Down

0 comments on commit b2ea3a8

Please sign in to comment.