Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
f3785d55
Commit
f3785d55
authored
Apr 19, 2021
by
Simon Spannagel
Browse files
CI: retire SLC6 for CC8
parent
df1e1d2b
Pipeline
#2508524
passed with stages
in 14 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3785d55
...
...
@@ -34,9 +34,9 @@ stages:
-
lib
expire_in
:
24 hour
cmp:
slc6
-gcc:
cmp:
cc8
-gcc:
extends
:
.compile
image
:
gitlab-registry.cern.ch/sft/docker/
slc6
:latest
image
:
gitlab-registry.cern.ch/sft/docker/
centos8
:latest
before_script
:
-
export COMPILER_TYPE="gcc"
-
source .gitlab/ci/init_x86_64.sh
...
...
@@ -267,11 +267,11 @@ cmp:usermanual:
-
public
expire_in
:
24 hour
pkg:
slc6
-gcc:
pkg:
cc8
-gcc:
extends
:
.pack
image
:
gitlab-registry.cern.ch/sft/docker/
slc6
:latest
image
:
gitlab-registry.cern.ch/sft/docker/
centos8
:latest
needs
:
-
job
:
cmp:
slc6
-gcc
-
job
:
cmp:
cc8
-gcc
artifacts
:
true
pkg:cc7-gcc:
...
...
@@ -281,6 +281,14 @@ pkg:cc7-gcc:
-
job
:
cmp:cc7-gcc
artifacts
:
true
pkg:mac1015-clang:
extends
:
.pack
tags
:
-
mac
needs
:
-
job
:
cmp:mac1015-clang
artifacts
:
true
########################
# Automatic Deployment #
...
...
@@ -320,7 +328,8 @@ deploy-eos:
-
schedules@corryvreckan/corryvreckan
dependencies
:
-
pkg:cc7-gcc
-
pkg:slc6-gcc
-
pkg:cc8-gcc
-
pkg:mac1015-clang
# Docker image with tools to deploy to EOS
image
:
gitlab-registry.cern.ch/ci-tools/ci-web-deployer:latest
script
:
...
...
@@ -333,7 +342,8 @@ deploy-cvmfs:
stage
:
deployment
dependencies
:
-
pkg:cc7-gcc
-
pkg:slc6-gcc
-
pkg:cc8-gcc
-
pkg:mac1015-clang
tags
:
-
cvmfs-deploy
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment