File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ presubmits:
213
213
- |
214
214
set -euo pipefail
215
215
make gofail-enable
216
- TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=amd64 CPU=4 EXPECT_DEBUG=true make test-e2e-release
216
+ TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=amd64 CPU=4 EXPECT_DEBUG=true E2E_TEST_MINIMAL=true make test-e2e-release
217
217
resources :
218
218
requests :
219
219
cpu : " 4"
@@ -243,7 +243,7 @@ presubmits:
243
243
- -c
244
244
- |
245
245
set -euo pipefail
246
- TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=386 CPU=4 EXPECT_DEBUG=true make test-e2e
246
+ TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=386 CPU=4 EXPECT_DEBUG=true E2E_TEST_MINIMAL=true make test-e2e
247
247
resources :
248
248
requests :
249
249
cpu : " 4"
@@ -272,7 +272,7 @@ presubmits:
272
272
- -c
273
273
- |
274
274
set -euo pipefail
275
- TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=arm64 CPU=4 EXPECT_DEBUG=true make test-e2e-release
275
+ TIMEOUT=60m VERBOSE=1 GOOS=linux GOARCH=arm64 CPU=4 EXPECT_DEBUG=true E2E_TEST_MINIMAL=true make test-e2e-release
276
276
resources :
277
277
requests :
278
278
cpu : " 4"
You can’t perform that action at this time.
0 commit comments