diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-01 22:55:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-01 22:56:58 +0100 |
commit | 6fc83f61067b13642b14f2a10be340883bfba24e (patch) | |
tree | ba62eef27054fd37d975a605dba1dd7d6354609b | |
parent | d4b044a9283ab0ead5b886f14d0f2033f6645795 (diff) | |
download | jenkins.debian.net-6fc83f61067b13642b14f2a10be340883bfba24e.tar.xz |
reproducible: enable testing experimental.
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 423a36b3..e7191373 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -25,7 +25,7 @@ DEBUG = False QUIET = False # tested suites -SUITES = ['sid'] +SUITES = ['sid', 'experimental'] # tested arches ARCHES = ['amd64'] diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 363ca745..2bec690d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -40,7 +40,7 @@ DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock JENKINS_URL=${JENKINS_URL:0:-1} # tested suites -SUITES="sid" +SUITES="sid experimental" # tested arches ARCHES="amd64" |