Skip to content
Snippets Groups Projects
Commit 042e0888 authored by Mihai Patrascoiu's avatar Mihai Patrascoiu
Browse files

CI: Move "RPMs" upload job to Alma9 image

parent 24a2ab32
No related branches found
No related tags found
No related merge requests found
Pipeline #5968051 failed
......@@ -32,18 +32,19 @@ alma9:
rpms:
stage: publish
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
image: gitlab-registry.cern.ch/linuxsupport/alma9-base
dependencies:
- cc7
- alma9
script:
- cp eos-el-stable.repo /etc/yum.repos.d/
- yum install -y createrepo cc7/RPMS/*
- cp eos-al-stable.repo /etc/yum.repos.d/
- dnf install -y createrepo epel-release
- dnf install -y alma9/RPMS/*
- automount
- cat "$STCI_PASSWORD" | kinit stci
- eosfusebind
- ls -l /eos
- for platform in cc7 ; do ./repo-manager.py --action add --base /eos/project/s/storage-ci/www/cern-eos-mountpoint-config --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
- for platform in cc7 alma9 ; do ./repo-manager.py --action add --base /eos/project/s/storage-ci/www/cern-eos-mountpoint-config --ref ${CI_COMMIT_REF_NAME} --packages ${platform}/RPMS/* ${platform}/SRPMS/* ; done
- sleep 30
tags:
- docker-privileged
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment