Skip to content

Commit 6a479ae

Browse files
Merge pull request #207 from eifrach/compute_fix_filter
Compute: fix filter for prow
2 parents ec7156b + af66e1e commit 6a479ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playbooks/compute/deploy-nto-gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
8383
echo "Running gotests..."
8484
ginkgo -v -r --keep-separate-reports --keep-going --flake-attempts=2 --junit-report=_report.xml \
85-
{% if label_filter is defined %}
85+
{% if label_filter is defined and label_filter != '' %}
8686
--label-filter="{{ label_filter }} && !hypershift" \
8787
{% endif %}
8888
--timeout=24h \

0 commit comments

Comments
 (0)