diff mbox series

[2/2] CI: there's no need to run pending-updates on x86 machines

Message ID 20250310120948.1807735-2-ross.burton@arm.com
State New
Headers show
Series [1/2] arm/arm-bsp/trusted-firmware-a: use main branch when fetching mbedtls | expand

Commit Message

Ross Burton March 10, 2025, 12:09 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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