From 7ac3f9f15586051551f2b8eea8eee88272e1539e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 14 Dec 2022 15:31:11 +0000 Subject: [PATCH] CI: use the .setup fragment in machine-coverage Signed-off-by: Ross Burton --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ad3bbe1..1ec57d05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,13 +239,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