mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17304 from fuweid/fix-17241
[3.4] fix: linux-amd64-e2e job timeout issue
This commit is contained in:
commit
62e51c4b86
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
;;
|
||||
linux-amd64-e2e)
|
||||
make install-gofail
|
||||
GOARCH=amd64 FAILPOINTS='true' make test-e2e-release
|
||||
GOARCH=amd64 FAILPOINTS='true' CPU='4' make test-e2e-release
|
||||
;;
|
||||
linux-386-unit)
|
||||
GOARCH=386 make test-unit
|
||||
|
Loading…
x
Reference in New Issue
Block a user