From e02a77c0552373a9e91377fbd8b14230fce57759 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Mar 2025 12:09:48 +0000 Subject: [PATCH] CI: there's no need to run pending-updates on x86 machines Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e84d8b8..baa541d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -250,9 +250,6 @@ pending-updates: # This configuration has all of the layers we need enabled - kas shell --update --force-checkout ci/qemuarm64.yml:ci/meta-openembedded.yml:ci/meta-secure-core.yml:lockfile.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 qemuarm64-secureboot: extends: .build