1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 13:30:09 +00:00

CI: use qemuarm64 for pending-updates report job

Instead of using the side-effect of gem5-arm64 pulling in many layers,
do it explicitly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2022-12-09 13:46:15 +00:00
parent dafc5ec028
commit 64d1f783b9
+1 -1
View File
@@ -234,7 +234,7 @@ pending-updates:
script: script:
- rm -fr update-report - rm -fr update-report
# This configuration has all of the layers we need enabled # This configuration has all of the layers we need enabled
- kas shell ci/gem5-arm64.yml --command \ - kas shell ci/meta-openembedded.yml:ci/gem5-arm64.yml:ci/qemuarm64.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)" "$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 # Do this on x86 whilst the compilers are x86-only
tags: tags: