We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d22e95d + 027ebfc commit 115e5c9Copy full SHA for 115e5c9
playbooks/compute/deploy-nto-gotest.yml
@@ -85,10 +85,10 @@
85
echo "Running gotests... "
86
ginkgo -v -r --keep-separate-reports --keep-going --flake-attempts=2 --junit-report=_report.xml \
87
{% if label_filter is defined %}
88
- --label-filter="{{ label_filter }} && !hypershift" \
+ --label-filter={{ label_filter }} && !hypershift \
89
{% endif %}
90
--timeout=24h \
91
- --output-dir="{{ artifact_dir }}" \
+ --output-dir={{ artifact_dir }} \
92
--require-suite ${TEST_FOLDER_PATH}/0_config \
93
${TEST_FOLDER_PATH}/1_performance \
94
${TEST_FOLDER_PATH}/2_performance_update \
0 commit comments