From: Patrick Talbert <[email protected]>

redhat: change schedule jobs image from cki-tools to builder-rawhide

The cki-tools image has minimal build requirements for the various
redhat scripts and some build targets. This causes a problem because the
environment does not match that of the builder containers where the
kernels are actually built. The big difference for now is the lack of a
rust toolchain in the cki-tools image.

The result is a 'dist-configs-check' in the cki-tools image environment
shows all rust related config items being disabled so new rust config
items are not considered relevant. But the same check in a builder
container environment will give different results as the rust toolchain
is present.

Fix this by changing the daily scheduled jobs to use the builder-rawhide
image.

Signed-off-by: Patrick Talbert <[email protected]>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index blahblah..blahblah 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -630,7 +630,7 @@ c10s_automotive_debug_merge_request:
 # scheduled jobs, manual dry-runs on MRs
 .maintenance:
   extends: .git_setup
-  image: quay.io/cki/cki-tools:production
+  image: quay.io/cki/builder-rawhide:production
   variables:
     GIT_DEPTH: "0"
     GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/kernel-ark

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3366

-- 
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to