From aaac0541658b6d6e655662d53dcd27e5cd1bf018 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 19 Jan 2022 21:20:50 +0000 Subject: [PATCH] CI: update for changes to machine-summary Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bec61400..266e0868 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,9 +86,11 @@ pending-updates: extends: .setup artifacts: paths: - - update-report.html + - update-report script: - - kas shell ci/qemuarm64.yml:ci/meta-openembedded.yml -c "$CI_PROJECT_DIR/scripts/machine-summary.py -t updates.html -o $CI_PROJECT_DIR/update-report.html $($CI_PROJECT_DIR/ci/listmachines.py meta-arm meta-arm-bsp)" + - 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)" # Do this on x86 whilst the compilers are x86-only tags: - x86_64