aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-08-26 09:54:45 +0200
committerGuido Günther <agx@sigxcpu.org>2020-08-26 09:54:45 +0200
commit73492e18c52253bf09da82c8e6359ab436ab087e (patch)
treeee9ffbf645b833013dac3e44ff9cf7f58801593a
parentc09d629d284152be08ac8ed99f1be5f3c3ab9822 (diff)
salsa-ci: Skip reprotest
It triggers a tess failure since a test can write to a destinatino it should not be able to write too.
-rw-r--r--debian/salsa-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 5e6658de..768d72ee 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -3,3 +3,7 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+# Reprotest triggers a test failure not related to reproducibility
+variables:
+ SALSA_CI_DISABLE_REPROTEST: 1
+