diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:11:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:11:41 +0200 |
commit | 7449bae19fc419a02f79e9f01b9707d23bdb48a6 (patch) | |
tree | 5cf704fb83b5c42a2e971e70ef41995cc67c0410 /bin | |
parent | e897d7889e983a3f56b424fed101225c22f2e445 (diff) | |
download | jenkins.debian.net-7449bae19fc419a02f79e9f01b9707d23bdb48a6.tar.xz |
reproducible: we only test unstable on armhf atm...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 586651d1..3eedb24e 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -432,6 +432,10 @@ update_bug_stats update_notes_stats for ARCH in ${ARCHS} ; do for SUITE in $SUITES ; do + if [ "$SUITE" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then + # we only test unstable on armhf atm + continue + fi update_suite_arch_stats gather_suite_arch_stats create_suite_arch_stats_page |