Skip to content

Commit

Permalink
ci: Reduce number of LCG builds to 9 (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed May 6, 2023
1 parent 0558f1d commit 2e45ac2
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,25 +363,6 @@ linux_ubuntu_2204_clang:

- ctest --test-dir build -j$(nproc)

lcg_101:
<<: *lcg_base_job

variables:
LCG_VERSION: "101"

parallel:
matrix:
- OS: [centos7]
COMPILER: [gcc10, gcc11, clang12]

- OS: [centos8]
COMPILER: [gcc11]

rules:
- if: '$COMPILER == "clang12"'
allow_failure: true
- when: on_success


lcg_102b:
<<: *lcg_base_job
Expand All @@ -392,16 +373,11 @@ lcg_102b:
parallel:
matrix:
- OS: [centos7]
COMPILER: [gcc11, gcc12, clang12]
COMPILER: [gcc11]

- OS: [centos8, alma9]
COMPILER: [gcc11]

rules:
- if: '$COMPILER == "clang12" || $COMPILER == "gcc12"'
allow_failure: true
- when: on_success

lcg_103:
<<: *lcg_base_job

Expand Down

0 comments on commit 2e45ac2

Please sign in to comment.