diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-26 11:46:09 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-26 11:46:09 -0400 |
commit | 901e6d320b59e3b0e1d883ff27a6e125cf556fc6 (patch) | |
tree | ba153e921a6ca52ead6da759b9f41516507c2af1 /bin | |
parent | ac136bc545abdcf6cd4e6f76ceb43bfe92e59711 (diff) | |
download | jenkins.debian.net-901e6d320b59e3b0e1d883ff27a6e125cf556fc6.tar.xz |
reproducible debian: add i386 to the archs being tested^wscheduled
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 14d8bdee..d2446825 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -44,7 +44,7 @@ DBDSUITE="unstable" # Debian suites being tested SUITES="testing unstable experimental" # Debian architectures being tested -ARCHS="amd64 armhf" +ARCHS="amd64 armhf i386" # define Debian build nodes in use . /srv/jenkins/bin/jenkins_node_definitions.sh |