From 52bbe7562409752415abc166d853b0302927e0a8 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 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