From 6b98584ae3cb91e1302aff7c705c5cd3f176e939 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 18 Jan 2023 15:41:21 +0000 Subject: [PATCH] CI: pass --update and --force-checkout to kas in pending-updates job This job doesn't use the standard helpers, so needs to pass these explicitly otherwise it can pick up an old SHA. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09ca8c41..3649060e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -221,7 +221,7 @@ pending-updates: script: - rm -fr update-report # This configuration has all of the layers we need enabled - - kas shell ci/qemuarm64.yml:ci/meta-openembedded.yml --command \ + - kas shell --update --force-checkout ci/qemuarm64.yml:ci/meta-openembedded.yml --command \ "$CI_PROJECT_DIR/scripts/machine-summary.py -t report -o $CI_PROJECT_DIR/update-report $($CI_PROJECT_DIR/ci/listmachines.py meta-arm meta-arm-bsp)" # Do this on x86 whilst the compilers are x86-only tags: