diff mbox series

[4/4] CI: don't pin fvp-base jobs to x86-64

Message ID 20230109172022.2280271-4-ross.burton@arm.com
State New
Headers show
Series [1/4] arm/fvp-envelope: name the FVP tarballs for checksums | expand

Commit Message

Ross Burton Jan. 9, 2023, 5:20 p.m. UTC
Now that the FVP is available for both aarch64 and x86-64, don't set a
tag so this can run on both architectures.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29254b92..09ca8c41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,8 +97,6 @@  fvp-base:
   parallel:
     matrix:
       - TESTING: testimage
-  tags:
-    - x86_64
 
 fvp-base-arm32:
   extends: .build
@@ -106,8 +104,6 @@  fvp-base-arm32:
     matrix:
       - TOOLCHAINS: [gcc, external-gccarm]
         TESTING: testimage
-  tags:
-    - x86_64
 
 fvp-baser-aemv8r64:
   extends: .build