From ddc67dc4bb254ff2adad4266ffbf73aa8008adf5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jan 2023 17:20:22 +0000 Subject: [PATCH] CI: don't pin fvp-base jobs to x86-64 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 Signed-off-by: Jon Mason --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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