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