mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
testgrid: print out all failed tests for visibility.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
@@ -10,6 +10,12 @@ then
|
||||
fi
|
||||
|
||||
pushd ./tools/testgrid-analysis
|
||||
go run main.go flaky --create-issue --dashboard=sig-etcd-periodics --tab=ci-etcd-e2e-amd64
|
||||
go run main.go flaky --create-issue --dashboard=sig-etcd-periodics --tab=ci-etcd-unit-test-amd64
|
||||
# ci-etcd-e2e-amd64 and ci-etcd-unit-test-amd64 runs 6 times a day. Keeping a rolling window of 14 days.
|
||||
go run main.go flaky --create-issue --dashboard=sig-etcd-periodics --tab=ci-etcd-e2e-amd64 --max-days=14
|
||||
go run main.go flaky --create-issue --dashboard=sig-etcd-periodics --tab=ci-etcd-unit-test-amd64 --max-days=14
|
||||
|
||||
# do not create issues for presubmit tests
|
||||
go run main.go flaky --dashboard=sig-etcd-presubmits --tab=pull-etcd-e2e-amd64
|
||||
go run main.go flaky --dashboard=sig-etcd-presubmits --tab=pull-etcd-unit-test
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user