diff mbox series

[1/5] CI: use the .setup fragment in machine-coverage

Message ID 20230104113849.3011256-1-ross.burton@arm.com
State New
Headers show
Series [1/5] CI: use the .setup fragment in machine-coverage | expand

Commit Message

Ross Burton Jan. 4, 2023, 11:38 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3739e132..50d4a442 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -242,13 +242,10 @@  pending-updates:
 
 # What percentage of machines in the layer do we build
 machine-coverage:
-  stage: build
-  interruptible: true
+  extends: .setup
   script:
     - ./ci/check-machine-coverage
   coverage: '/Coverage: \d+/'
-  tags:
-    - x86_64
 
 metrics:
   extends: .setup