On Mon, Feb 14, 2022 at 18:22:17 +0100, Peter Krempa wrote:
Upstream lcitool suggests that as a solution to 'centos-8'
being
removed.
Move also the website and other jobs to depend on
'x86_64-almalinux-8-container'.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.gitlab-ci.yml | 6 +++---
...entos-8.Dockerfile => almalinux-8.Dockerfile} | 2 +-
ci/gitlab.yml | 16 ++++++++--------
ci/manifest.yml | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
rename ci/containers/{centos-8.Dockerfile => almalinux-8.Dockerfile} (98%)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ba11a0431..ec1b284da7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ website:
stage: builds
image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
before_script:
- *script_variables
script:
@@ -94,7 +94,7 @@ potfile:
stage: builds
image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
needs:
- - x86_64-centos-8-container
+ - x86_64-almalinux-8-container
rules:
- if: "$CI_COMMIT_BRANCH == 'master'"
before_script:
@@ -116,7 +116,7 @@ potfile:
coverity:
image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
Hmm, I presume these also need to be changed to 'ci-almalinux-8'.
I'll update the patch before pushing.