diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-26 12:15:12 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-26 12:15:12 -0400 |
commit | 23ffd760053b172c38e22d7884b26f06473a5ab7 (patch) | |
tree | f8036b39460bda215e8e7890b7da5b73db162135 | |
parent | 901e6d320b59e3b0e1d883ff27a6e125cf556fc6 (diff) | |
download | jenkins.debian.net-23ffd760053b172c38e22d7884b26f06473a5ab7.tar.xz |
reproducible debian: add i386 to the archs being tested^wscheduled
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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' |