We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec7156b + af66e1e commit 6a479aeCopy full SHA for 6a479ae
1 file changed
playbooks/compute/deploy-nto-gotest.yml
@@ -82,7 +82,7 @@
82
83
echo "Running gotests..."
84
ginkgo -v -r --keep-separate-reports --keep-going --flake-attempts=2 --junit-report=_report.xml \
85
- {% if label_filter is defined %}
+ {% if label_filter is defined and label_filter != '' %}
86
--label-filter="{{ label_filter }} && !hypershift" \
87
{% endif %}
88
--timeout=24h \
0 commit comments