summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-26 12:15:12 -0400
committerHolger Levsen <holger@layer-acht.org>2016-03-26 12:15:12 -0400
commit23ffd760053b172c38e22d7884b26f06473a5ab7 (patch)
treef8036b39460bda215e8e7890b7da5b73db162135 /bin/reproducible_common.py
parent901e6d320b59e3b0e1d883ff27a6e125cf556fc6 (diff)
downloadjenkins.debian.net-23ffd760053b172c38e22d7884b26f06473a5ab7.tar.xz
reproducible debian: add i386 to the archs being tested^wscheduled
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 19e8a382..1aa7e883 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -35,7 +35,7 @@ if os.uname()[1] == 'jenkins-test-vm':
# tested suites
SUITES = ['testing', 'unstable', 'experimental']
# tested architectures
-ARCHS = ['amd64', 'armhf']
+ARCHS = ['amd64', 'armhf', 'i386']
# defaults
defaultsuite = 'unstable'
defaultarch = 'amd64'