diff options
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 |