From: Patrick Talbert ptalbert@redhat.com
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 ptalbert@redhat.com
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@lists.fedoraproject.org