diff mbox series

[1/3] CI: pass --update and --force-checkout to kas in pending-updates job

Message ID 20230118154123.2936427-1-ross.burton@arm.com
State New
Headers show
Series [1/3] CI: pass --update and --force-checkout to kas in pending-updates job | expand

Commit Message

Ross Burton Jan. 18, 2023, 3:41 p.m. UTC
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 <ross.burton@arm.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason Jan. 20, 2023, 2:01 a.m. UTC | #1
On Wed, 18 Jan 2023 15:41:21 +0000, Ross Burton wrote:
> This job doesn't use the standard helpers, so needs to pass these
> explicitly otherwise it can pick up an old SHA.

Applied, thanks!

[1/3] CI: pass --update and --force-checkout to kas in pending-updates job
      commit: 6b98584ae3cb91e1302aff7c705c5cd3f176e939
[2/3] CI: use 'kas dump' instead of manually catting files
      commit: 513d085a169d84d140220d7167f59ad8b6302662
[3/3] CI: remove obsolete install
      commit: dc36e1de6b3211095bd40db39084f9626aba4675

Best regards,
Jon Mason Jan. 24, 2023, 2:10 a.m. UTC | #2
On Wed, 18 Jan 2023 15:41:21 +0000, Ross Burton wrote:
> This job doesn't use the standard helpers, so needs to pass these
> explicitly otherwise it can pick up an old SHA.

Applied, thanks!

[1/3] CI: pass --update and --force-checkout to kas in pending-updates job
      commit: 6b98584ae3cb91e1302aff7c705c5cd3f176e939
[2/3] CI: use 'kas dump' instead of manually catting files
      commit: 513d085a169d84d140220d7167f59ad8b6302662
[3/3] CI: remove obsolete install
      commit: dc36e1de6b3211095bd40db39084f9626aba4675

Best regards,
diff mbox series

Patch

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: