From 9c5e697119a6b4e43120fe65aab9080fce7f4674 Mon Sep 17 00:00:00 2001 From: James Westman Date: Wed, 8 Jun 2022 23:25:19 -0500 Subject: [PATCH] ci: Lock regression test repo to a specific commit That way, changes to blueprint-regression-tests don't break CI for unrelated commits (they should instead break the commit that updates this `git checkout` line). --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59508e9..960c4e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build: - ninja -C _build install - git clone https://gitlab.gnome.org/jwestman/blueprint-regression-tests.git - cd blueprint-regression-tests + - git checkout dba20ee77b0ba711893726208a0523073fc697e3 - ./test.sh - cd .. coverage: '/TOTAL.*\s([.\d]+)%/'