Skip to content

Commit

Permalink
[CI] Update runner tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 21, 2019
1 parent 5bf794c commit 13adaec
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .gitlab-ci.yml
Expand Up @@ -26,7 +26,7 @@ stages:
paths:
- bionic/
tags:
- docker-ubuntu
- docker_node

.template:deb_ubuntu_artful: &deb_ubuntu_artful_def
stage: build:rpm
Expand All @@ -48,7 +48,7 @@ stages:
paths:
- artful/
tags:
- docker-ubuntu
- docker_node

.template:deb_ubuntu_xenial: &deb_ubuntu_xenial_def
stage: build:rpm
Expand All @@ -70,7 +70,7 @@ stages:
paths:
- xenial/
tags:
- docker-ubuntu
- docker_node

build:cc7:
stage: build:rpm
Expand All @@ -91,7 +91,7 @@ build:cc7:
paths:
- cc-7/
tags:
- docker-cc7
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -118,7 +118,7 @@ build:slc6:
paths:
- slc-6/
tags:
- docker-slc6
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -145,7 +145,7 @@ build:fedora-rawhide:
paths:
- fc-rawhide/
tags:
- docker-fc_rawhide
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -172,7 +172,7 @@ build:fedora-26:
paths:
- fc-26/
tags:
- docker-fc_rawhide
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -199,7 +199,7 @@ build:fedora-25:
paths:
- fc-25/
tags:
- docker-fc25
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -226,7 +226,7 @@ build:fedora-24:
paths:
- fc-24/
tags:
- docker-fc25
- docker_node
only:
- master
- /^stable-.*$/
Expand Down Expand Up @@ -391,7 +391,7 @@ release:pypi:
paths:
- dist/
tags:
- docker-cc7
- docker_node
only:
- web
except:
Expand All @@ -407,7 +407,7 @@ publish:pypi:
- sudo -u stci -H mkdir -p /eos/project/s/storage-ci/www/xrootd/release/pypi-dist
- sudo -u stci -H cp dist/*.tar.gz /eos/project/s/storage-ci/www/xrootd/release/pypi-dist/.
tags:
- docker-slc6
- docker_node
only:
- web
except:
Expand Down Expand Up @@ -441,7 +441,7 @@ weekly:cc7:
paths:
- epel-7/
tags:
- docker-cc7
- docker_node
only:
- schedules
except:
Expand Down Expand Up @@ -472,7 +472,7 @@ weekly:slc6:
paths:
- epel-6/
tags:
- docker-slc6
- docker_node
only:
- schedules
except:
Expand Down Expand Up @@ -581,7 +581,7 @@ publish:rhel:
sudo -u stci -H createrepo --update -q $repo;
done"
tags:
- docker-slc6
- docker_node
only:
- master
- /^stable-.*$/
Expand All @@ -601,7 +601,7 @@ publish:debian:
- sudo -u stci -H gpg --homedir /home/stci/ --allow-secret-key-import --import /keys/stci-debian-repo.sec
- sudo -u stci -H ./packaging/debian_scripts/publish_debian_cern.sh ${CI_COMMIT_REF_NAME}
tags:
- docker-ubuntu
- docker_node
dependencies:
- build:deb_ubuntu_bionic
- build:deb_ubuntu_artful
Expand Down Expand Up @@ -631,7 +631,7 @@ publish:rhel:release:
sudo -u stci -H createrepo --update -q $prefix/release/$platform;
done"
tags:
- docker-slc6
- docker_node
only:
- web
except:
Expand All @@ -650,7 +650,7 @@ publish:debian:release:
- sudo -u stci -H gpg --homedir /home/stci/ --allow-secret-key-import --import /keys/stci-debian-repo.sec
- sudo -u stci -H ./packaging/debian_scripts/publish_debian_cern.sh release
tags:
- docker-ubuntu
- docker_node
dependencies:
- release:deb_ubuntu_bionic
- release:deb_ubuntu_artful
Expand All @@ -674,7 +674,7 @@ publish:weekly:
sudo -u stci -H createrepo --update -q $path;
done"
tags:
- docker-slc6
- docker_node
dependencies:
- weekly:cc7
- weekly:slc6
Expand All @@ -692,7 +692,7 @@ clean:artifacts:
- sudo -u stci -H bash -c 'for commit_dir in /eos/project/s/storage-ci/www/xrootd/stable-*/*/*/; do find ${commit_dir} -type f -name '"'"'*.rpm'"'"' -mtime +30 -delete; createrepo --update -q ${commit_dir}; done'
- sudo -u stci -H bash -c 'for commit_dir in /eos/project/s/storage-ci/www/xrootd/experimental/*/x86_64/; do find ${commit_dir} -type f -name '"'"'*.rpm'"'"' -mtime +30 -delete; createrepo --update -q ${commit_dir}; done'
tags:
- docker-slc6
- docker_node
allow_failure: true
only:
- schedules

0 comments on commit 13adaec

Please sign in to comment.