projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09d629
)
salsa-ci: Skip reprotest
author
Guido Günther
<agx@sigxcpu.org>
Wed, 26 Aug 2020 07:54:45 +0000
(09:54 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Wed, 26 Aug 2020 07:54:45 +0000
(09:54 +0200)
It triggers a tess failure since a test can write to a
destinatino it should not be able to write too.
debian/salsa-ci.yml
patch
|
blob
|
history
diff --git
a/debian/salsa-ci.yml
b/debian/salsa-ci.yml
index 5e6658dec87522f2b401944449a74fd81a97888a..768d72ee5295d9d991813d581ab47c5df311a41f 100644
(file)
--- 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
+