Loading .gitlab-ci.yml +2 −55 Original line number Diff line number Diff line Loading @@ -65,15 +65,6 @@ stages: - source etc/scripts/setup_lxplus.sh - mkdir -p build/ && cd build/ .macos: tags: - mac variables: COMPILER_TYPE: "llvm" before_script: - source .ci/init_x86_64.sh - mkdir -p build/ && cd build/ ####################### # Compilation targets # Loading Loading @@ -135,15 +126,6 @@ cmp:el9-gcc: - .alma9 - .compile cmp:macos-clang: extends: - .macos - .compile script: - cmake -GNinja -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_ALL_MODULES=ON -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_USE_RELATIVE_PATHS=TRUE .. - ninja -k0 - ninja install ############################ # Format and Lint Checking # Loading Loading @@ -376,23 +358,6 @@ core:el9-llvm: - job: cmp:el9-llvm artifacts: true # Mac OS mod:macos-clang: extends: - .macos - .testmod needs: - job: cmp:macos-clang artifacts: true core:macos-clang: extends: - .macos - .testcore needs: - job: cmp:macos-clang artifacts: true ##################### # Performance tests # Loading @@ -410,7 +375,8 @@ core:macos-clang: retry: 1 # CentOS7 perf:cc7-gcc: # Deactivated due to lack of runners .perf:cc7-gcc: extends: - .centos7 - .testperf Loading @@ -418,16 +384,6 @@ perf:cc7-gcc: - job: cmp:cc7-gcc artifacts: true # Mac OS # Temporarily disable Mac OS X performance until tests are adapted to actual performance .perf:macos-clang: extends: - .macos - .testperf needs: - job: cmp:macos-clang artifacts: true ############################# # Documentation Compilation # Loading Loading @@ -529,14 +485,6 @@ pkg:el9-gcc: - job: cmp:el9-gcc artifacts: true pkg:macos-clang: extends: - .macos - .pack needs: - job: cmp:macos-clang artifacts: true ############################ # Documentation Deployment # Loading Loading @@ -579,7 +527,6 @@ deploy:cvmfs: - pkg:cc7-gcc - pkg:el9-llvm - pkg:el9-gcc - pkg:macos-clang tags: - cvmfs-deploy only: Loading Loading
.gitlab-ci.yml +2 −55 Original line number Diff line number Diff line Loading @@ -65,15 +65,6 @@ stages: - source etc/scripts/setup_lxplus.sh - mkdir -p build/ && cd build/ .macos: tags: - mac variables: COMPILER_TYPE: "llvm" before_script: - source .ci/init_x86_64.sh - mkdir -p build/ && cd build/ ####################### # Compilation targets # Loading Loading @@ -135,15 +126,6 @@ cmp:el9-gcc: - .alma9 - .compile cmp:macos-clang: extends: - .macos - .compile script: - cmake -GNinja -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_ALL_MODULES=ON -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_USE_RELATIVE_PATHS=TRUE .. - ninja -k0 - ninja install ############################ # Format and Lint Checking # Loading Loading @@ -376,23 +358,6 @@ core:el9-llvm: - job: cmp:el9-llvm artifacts: true # Mac OS mod:macos-clang: extends: - .macos - .testmod needs: - job: cmp:macos-clang artifacts: true core:macos-clang: extends: - .macos - .testcore needs: - job: cmp:macos-clang artifacts: true ##################### # Performance tests # Loading @@ -410,7 +375,8 @@ core:macos-clang: retry: 1 # CentOS7 perf:cc7-gcc: # Deactivated due to lack of runners .perf:cc7-gcc: extends: - .centos7 - .testperf Loading @@ -418,16 +384,6 @@ perf:cc7-gcc: - job: cmp:cc7-gcc artifacts: true # Mac OS # Temporarily disable Mac OS X performance until tests are adapted to actual performance .perf:macos-clang: extends: - .macos - .testperf needs: - job: cmp:macos-clang artifacts: true ############################# # Documentation Compilation # Loading Loading @@ -529,14 +485,6 @@ pkg:el9-gcc: - job: cmp:el9-gcc artifacts: true pkg:macos-clang: extends: - .macos - .pack needs: - job: cmp:macos-clang artifacts: true ############################ # Documentation Deployment # Loading Loading @@ -579,7 +527,6 @@ deploy:cvmfs: - pkg:cc7-gcc - pkg:el9-llvm - pkg:el9-gcc - pkg:macos-clang tags: - cvmfs-deploy only: Loading