rerun fails

This commit is contained in:
Geoff Stuart
2023-01-10 12:55:36 -05:00
committed by Geoff Stuart
parent 3bae3a3bea
commit fd1e0ad7a3
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -186,9 +186,8 @@ jobs:
--format standard-verbose \
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
-- \
<< parameters.go-test-flags >> \
<< parameters.target >>
--packages="<< parameters.target >>" \
-- << parameters.go-test-flags >>
no_output_timeout: 30m
- store_test_results:
path: /tmp/test-reports
+2 -3
View File
@@ -186,9 +186,8 @@ jobs:
--format standard-verbose \
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
-- \
<< parameters.go-test-flags >> \
<< parameters.target >>
--packages="<< parameters.target >>" \
-- << parameters.go-test-flags >>
no_output_timeout: 30m
- store_test_results:
path: /tmp/test-reports