[librsvg] CI: Allow failure for rawhide and debian testing
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] CI: Allow failure for rawhide and debian testing
- Date: Tue, 26 Feb 2019 00:16:14 +0000 (UTC)
commit 4982556de40b13fa26dddf1d964c9cd7350dc51e
Author: Jordan Petridis <jpetridis gnome org>
Date: Tue Feb 26 02:14:00 2019 +0200
CI: Allow failure for rawhide and debian testing
Autotools is segfaulting if the minute of the hour happens to
be divisible by 2 or 3. I can't even...
i386 build of debian testing was left untouched since its the
only 32bit job we have and don't want to accidently ignore it.
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa119de7..bfcff8dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,7 @@ fedora test:
fedora:rawhide:
image: $AMD64_FEDORA_RAWHIDE
+ allow_failure: true
variables:
LIBRSVG_DEBUG: "yes"
<<: *distro_test
@@ -103,6 +104,7 @@ fedora:rawhide:
debian:testing:
image: $AMD64_DEBIAN_TESTING
+ allow_failure: true
variables:
LIBRSVG_DEBUG: "yes"
before_script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]