[librsvg/librsvg-2.50] Do not allow builds to fail
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.50] Do not allow builds to fail
- Date: Fri, 2 Oct 2020 19:24:36 +0000 (UTC)
commit b887674dc09517a5c844d5b803980ba3371097fa
Author: Sven Neumann <sven svenfoo org>
Date: Sun Sep 20 22:48:53 2020 +0200
Do not allow builds to fail
Make the tests more tolerant for some builds by setting the
RSVG_TEST_TOLERANCE variable, but do not allow builds to fail.
This should catch build errors and closes #579.
.gitlab-ci.yml | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d992e83d..cb31d3ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,12 +87,12 @@ stages:
- ccache/
.distro_template: &distro_test
- stage: cross_distro
- <<: *test
+ stage: cross_distro
+ <<: *test
.rustc_template: &rustc
- stage: rustc
- <<: *test
+ stage: rustc
+ <<: *test
# Jobs that are marked as stage 3 will only run on scheduled pipelines.
# Ideal targets for this stage are expensive task, that only need to be run
@@ -109,14 +109,12 @@ stages:
.fedora test:
image: $AMD64_FEDORA_LATEST
stage: test
- allow_failure: true
variables:
LIBRSVG_DEBUG: "yes"
<<: *test
fedora:rawhide:
image: $AMD64_FEDORA_RAWHIDE
- allow_failure: true
variables:
LIBRSVG_DEBUG: "yes"
<<: *distro_test
@@ -130,9 +128,10 @@ opensuse:tumbleweed:
debian:testing:
image: $AMD64_DEBIAN_TESTING
- allow_failure: true
variables:
LIBRSVG_DEBUG: "yes"
+ # we are only interested in build issues - run the tests with maximum tolerance
+ RSVG_TEST_TOLERANCE: "255"
before_script:
- export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
<<: *distro_test
@@ -177,7 +176,6 @@ tarball:
fedora:test_release:
image: $AMD64_FEDORA_LATEST
stage: test
- allow_failure: true
variables:
LIBRSVG_DEBUG: "no"
<<: *distro_test
@@ -185,9 +183,9 @@ fedora:test_release:
debian:testing_release:
image: $AMD64_DEBIAN_TESTING
- allow_failure: true
variables:
LIBRSVG_DEBUG: "no"
+ RSVG_TEST_TOLERANCE: "255"
before_script:
- export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
<<: *distro_test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]