CI: run pending-updates on x86

Message ID 20220104153508.2615046-1-ross.burton@arm.com
State New
Headers show
Series CI: run pending-updates on x86 | expand

Commit Message

Ross Burton Jan. 4, 2022, 3:35 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa1242d1..bec61400 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,6 +89,9 @@  pending-updates:
       - update-report.html
   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)"
+  # Do this on x86 whilst the compilers are x86-only
+  tags:
+    - x86_64
 
 metrics:
   extends: .setup