Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
86712d27
Commit
86712d27
authored
Jan 16, 2020
by
Georgios Bitzes
Browse files
Activate tests and RPM publishing on CentOS 8
parent
e3c41f82
Pipeline
#1347038
failed with stages
in 49 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
86712d27
...
...
@@ -73,6 +73,16 @@ cc7-test:
-
quarkdb-tests
-
quarkdb-stress-tests
c8-test
:
stage
:
test
image
:
gitlab-registry.cern.ch/eos/quarkdb/build-image-c8
dependencies
:
-
c8
script
:
-
yum -y localinstall cc7/RPMS/*
-
quarkdb-tests
-
quarkdb-stress-tests
fedora-test
:
stage
:
test
image
:
gitlab-registry.cern.ch/eos/quarkdb/build-image-fedora
...
...
@@ -101,9 +111,10 @@ rpms:
image
:
gitlab-registry.cern.ch/eos/quarkdb/build-image-cc7
dependencies
:
-
cc7
-
c8
-
fedora
script
:
-
for platform in cc7 fedora; do sudo -u stci -H packaging/repo-manager.py --action add --base /eos/project/s/storage-ci/www/quarkdb --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
-
for platform in cc7
c8
fedora; do sudo -u stci -H packaging/repo-manager.py --action add --base /eos/project/s/storage-ci/www/quarkdb --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
tags
:
-
docker-cc7
retry
:
2
...
...
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