Skip to content

Commit

Permalink
Add dev workflows, remove remaining LCG_98 test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Mar 2, 2021
1 parent 12708bb commit a09ef44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
sio: [ON]
LCG: ["LCG_99/x86_64-centos7-gcc8-opt",
"LCG_99/x86_64-centos7-clang10-opt",
"LCG_99/x86_64-centos8-gcc10-opt"]
include:
- LCG: "LCG_98python3/x86_64-centos7-gcc9-opt"
sio: OFF
- LCG: "LCG_98python3/x86_64-centos7-gcc10-opt"
sio: OFF
"LCG_99/x86_64-centos8-gcc10-opt",
"dev3/x86_64-centos7-clang10-opt",
"dev4/x86_64-centos7-gcc10-opt",
"dev4/x86_64-centos7-clang10-opt"]
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- LCG: "LCG_99/x86_64-ubuntu2004-gcc9-opt"
sio: ON
- LCG: "LCG_98python3/x86_64-ubuntu1804-gcc7-opt"
sio: OFF
sio: [ON]
LCG: ["LCG_99/x86_64-ubuntu2004-gcc9-opt",
"dev3/x86_64-ubuntu2004-gcc9-opt",
"dev4/x86_64-ubuntu2004-gcc9-opt"]
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
Expand Down

0 comments on commit a09ef44

Please sign in to comment.