meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] CI: pass --update and --force-checkout to kas in pending-updates job
@ 2023-01-18 15:41 Ross Burton
  2023-01-18 15:41 ` [PATCH 2/3] CI: use 'kas dump' instead of manually catting files Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ross Burton @ 2023-01-18 15:41 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

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(-)

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:
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-24  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 15:41 [PATCH 1/3] CI: pass --update and --force-checkout to kas in pending-updates job Ross Burton
2023-01-18 15:41 ` [PATCH 2/3] CI: use 'kas dump' instead of manually catting files Ross Burton
2023-01-18 15:41 ` [PATCH 3/3] CI: remove obsolete install Ross Burton
2023-01-20  2:01 ` [PATCH 1/3] CI: pass --update and --force-checkout to kas in pending-updates job Jon Mason
2023-01-24  2:10 ` Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).