# https://gitlab.com/libvirt/libvirt/-/jobs/artifacts/master/download?job=website
website:
stage: builds
- image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
+ image: $CI_REGISTRY_IMAGE/ci-almalinux-8:latest
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
before_script:
- *script_variables
script:
# https://gitlab.com/libvirt/libvirt/-/jobs/artifacts/master/download?job=potfile
potfile:
stage: builds
- image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
+ image: $CI_REGISTRY_IMAGE/ci-almalinux-8:latest
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
rules:
- if: "$CI_COMMIT_BRANCH == 'master'"
before_script:
# Coverity job that is run only by schedules
coverity:
- image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
+ image: $CI_REGISTRY_IMAGE/ci-almalinux-8:latest
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
stage: builds
script:
- curl https://scan.coverity.com/download/linux64 --form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN -o /tmp/cov-analysis-linux64.tgz
#
# https://gitlab.com/libvirt/libvirt-ci
-FROM docker.io/library/centos:8
+FROM docker.io/library/almalinux:8
RUN dnf update -y && \
dnf install 'dnf-command(config-manager)' -y && \
# Native container jobs
-x86_64-centos-8-container:
+x86_64-almalinux-8-container:
extends: .container_job
allow_failure: false
variables:
- NAME: centos-8
+ NAME: almalinux-8
x86_64-centos-stream-8-container:
# Native build jobs
-x86_64-centos-8:
+x86_64-almalinux-8:
extends: .native_build_job
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
allow_failure: false
variables:
- NAME: centos-8
+ NAME: almalinux-8
RPM: skip
-x86_64-centos-8-clang:
+x86_64-almalinux-8-clang:
extends: .native_build_job
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
allow_failure: false
variables:
CC: clang
- NAME: centos-8
+ NAME: almalinux-8
RPM: skip