summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2020-11-20 17:31:48 +0100
committerMarge Bot <marge-bot@gnome.org>2020-11-23 14:27:38 +0000
commit6e27cc0548979773549c52bf560b25ae3c462c68 (patch)
treecb50c9b272a6aafca1a0c174da9660cdb9d84c65
parentb5a7fe4b233ca80c998cb1f0a27fed495e1d13d1 (diff)
downloadmutter-6e27cc0548979773549c52bf560b25ae3c462c68.tar.gz
ci: Generate junit report if project doesn't enable the registry
The image registry must be enabled for the CI to work, as the container image from the upstream registry is placed (as a reference, more or less) in the local registry. Recently, ci-templates got a bit more helpful if this happened, and will fail up front and generate a JUnit report with a message describing the issue. Update to this version. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1587>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfa5a0c65..501fca58e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
include:
- - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/97556201e6e0e30554ee93249f5287be826be718/templates/fedora.yml"
- - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/97556201e6e0e30554ee93249f5287be826be718/templates/ci-fairy.yml"
+ - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/fedora.yml'
+ - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/ci-fairy.yml"
stages:
- review