summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorClaudio André <claudioandre.br@gmail.com>2018-07-15 19:44:40 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-07-16 16:06:54 -0300
commite3a2e96efb5d9115dd9c4f53805a3e5aef73b360 (patch)
tree1321f172c2ed55004494c207e4dc01cca9725274 /.gitlab-ci.yml
parentf86b080fe4d1a6bef20041b9edfadcacb544509e (diff)
downloadgnome-control-center-e3a2e96efb5d9115dd9c4f53805a3e5aef73b360.tar.gz
CI: allow PPC job to fail
It fails on progress.gnome.org but passes on scallable runners.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b4463909..77ddf5f6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -266,6 +266,7 @@ armv8:
ppc64le:
<<: *multiarch
stage: test
+ allow_failure: true
variables:
DOCKER_DRIVER: overlay
IMAGE: "claudioandre/settings:fedora.ppc64le"