rerun fails
This commit is contained in:
parent
3bae3a3bea
commit
fd1e0ad7a3
@ -186,9 +186,8 @@ jobs:
|
|||||||
--format standard-verbose \
|
--format standard-verbose \
|
||||||
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
|
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
|
||||||
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
|
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
|
||||||
-- \
|
--packages="<< parameters.target >>" \
|
||||||
<< parameters.go-test-flags >> \
|
-- << parameters.go-test-flags >>
|
||||||
<< parameters.target >>
|
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: /tmp/test-reports
|
path: /tmp/test-reports
|
||||||
|
@ -186,9 +186,8 @@ jobs:
|
|||||||
--format standard-verbose \
|
--format standard-verbose \
|
||||||
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
|
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \
|
||||||
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
|
--jsonfile /tmp/test-artifacts/<< parameters.suite >>.json \
|
||||||
-- \
|
--packages="<< parameters.target >>" \
|
||||||
<< parameters.go-test-flags >> \
|
-- << parameters.go-test-flags >>
|
||||||
<< parameters.target >>
|
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: /tmp/test-reports
|
path: /tmp/test-reports
|
||||||
|
Loading…
Reference in New Issue
Block a user