All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] CI: add meta-gem5 to the pending upgrades report
@ 2022-02-11 11:45 Ross Burton
  2022-02-11 11:45 ` [PATCH 2/4] gem5/gem-aarch64-native: remove duplicate --command-line Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ross Burton @ 2022-02-11 11:45 UTC (permalink / raw)
  To: meta-arm

The gem5-arm64 machine was missing.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7a47ad0..bd495cf9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,8 +91,9 @@ pending-updates:
       - update-report
   script:
     - rm -fr update-report
-    - kas shell 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)"
+    # This configuration has all of the layers we need enabled
+    - kas shell ci/gem5-arm64.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 meta-gem5)"
   # Do this on x86 whilst the compilers are x86-only
   tags:
     - x86_64
-- 
2.25.1



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

end of thread, other threads:[~2022-02-11 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 11:45 [PATCH 1/4] CI: add meta-gem5 to the pending upgrades report Ross Burton
2022-02-11 11:45 ` [PATCH 2/4] gem5/gem-aarch64-native: remove duplicate --command-line Ross Burton
2022-02-11 11:45 ` [PATCH 3/4] gem5/linux-yocto: use wildcards in the bbappend Ross Burton
2022-02-11 18:57   ` [meta-arm] " Denys Dmytriyenko
2022-02-11 11:45 ` [PATCH 4/4] atp/linux-yocto: " Ross Burton
2022-02-11 15:49 ` [PATCH 1/4] CI: add meta-gem5 to the pending upgrades report Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.