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).
This commit is contained in:
James Westman 2022-06-08 23:25:19 -05:00
parent 4b7fda4f43
commit 9c5e697119
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -17,6 +17,7 @@ build:
- ninja -C _build install - ninja -C _build install
- git clone https://gitlab.gnome.org/jwestman/blueprint-regression-tests.git - git clone https://gitlab.gnome.org/jwestman/blueprint-regression-tests.git
- cd blueprint-regression-tests - cd blueprint-regression-tests
- git checkout dba20ee77b0ba711893726208a0523073fc697e3
- ./test.sh - ./test.sh
- cd .. - cd ..
coverage: '/TOTAL.*\s([.\d]+)%/' coverage: '/TOTAL.*\s([.\d]+)%/'