Skip to content
Snippets Groups Projects

Sweeping !1539 from master to devel: test: use el9 image

Merged LHCbDIRAC Bot requested to merge cherry-pick-2526138f1-devel into devel
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -12,7 +12,7 @@
# It performs some operations with an account.
# Its credentials are stored as secret variable KRB_PASSWORD and KRB_USERNAME
# Image used for most of the jobs, unless specified
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
image: registry.cern.ch/docker.io/library/almalinux:9
stages:
# sweep immediately after merger
@@ -284,7 +284,7 @@ deploy_on_cvmfs:
- tags@lhcb-dirac/LHCbDIRAC
variables:
- $SWEEP != "true"
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
image: registry.cern.ch/docker.io/library/almalinux:9
before_script:
- mkdir -p ~/.globus
- echo "$BOT_USERCERT_PEM" | tr -d '\r' > ~/.globus/usercert.pem
@@ -490,7 +490,7 @@ build-wheel-and-maybe-deploy-to-pypi:
fi
run-dms-tests:
image: gitlab-registry.cern.ch/lhcb-docker/os-base/centos7-hepos:latest
image: registry.cern.ch/docker.io/library/almalinux:9
timeout: 3h
when: manual
variables:
Loading