Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] removing ceph plugin build from here #670

Merged
merged 1 commit into from
Mar 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 0 additions & 21 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,27 +345,6 @@ release:slc6-i386:
- branches
- /^(?!v[0-9]+).*/

release:cc7:ceph:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- yum install --nogpg -y gcc-c++ rpm-build which git yum-plugin-priorities sssd-client sudo createrepo
- cd packaging/
- ./makesrpm.sh --define '_with_ceph11 1'
- echo -e '[ceph]\nname=ceph\nbaseurl=http://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-luminous/el7/x86_64/\npriority=4\ngpgcheck=0\nenabled=1\n' >> /etc/yum.repos.d/ceph.repo
- yum-builddep --nogpgcheck -y *.src.rpm
- rpmbuild --rebuild --define="_with_ceph11 1" --define "_rpmdir RPMS/" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- repo=/eos/project/s/storage-ci/www/xrootd/ceph-release/cc-7/x86_64/
- sudo -u stci -H mkdir -p $repo
- sudo -u stci -H cp *.src.rpm $repo
- sudo -u stci -H cp RPMS/* $repo
- sudo -u stci -H createrepo --update -q $repo
tags:
- docker-cc7
only:
- tags
when: manual

release:deb_ubuntu_artful:
<<: *deb_ubuntu_artful_def
only:
Expand Down