Skip to content

Commit

Permalink
ci: Remove CVMFS based LCG jobs again (#1018)
Browse files Browse the repository at this point in the history
We had more trouble with them than they add value, so let's get rid of them again for now.
  • Loading branch information
paulgessinger committed Sep 28, 2021
1 parent b5adbb6 commit accd7a6
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,47 +158,6 @@ jobs:
run: ./build-downstream-nodeps/bin/ShowActsVersion
&& CI/check_boost_eigen_versions.sh ./build-downstream-nodeps/bin/ShowActsVersion

lcg:
runs-on: ubuntu-latest
strategy:
matrix:
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:
INSTALL_DIR: ${{ github.workspace }}/install
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: aidasoft/run-lcg-view@v1
with:
release-platform: ${{ matrix.LCG }}
run: |
export INSTALL_DIR=${{ github.workspace }}/install
cmake -B build -S . \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_CXX_FLAGS=-Werror \
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-DACTS_BUILD_EVERYTHING=on \
-DACTS_LOG_FAILURE_THRESHOLD=WARNING
cmake --build build --
cmake --build build -- test
cmake --build build -- integrationtests
cmake --build build -- install
cmake -B build-downstream -S Tests/DownstreamProject \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS=-Werror \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_PREFIX_PATH="${INSTALL_DIR}"
cmake --build build-downstream --
./build-downstream/bin/ShowActsVersion
macos:
runs-on: macos-10.15
env:
Expand Down

0 comments on commit accd7a6

Please sign in to comment.