-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set explicit parallelism for e2e tests, increase Kaniko e2e test time…
…outs fixes #4863 The parallelism change appears to make a real difference in cutting down on flaky tests, while only increasing total duration of the integration test runs to ~30-35 minutes from ~25, which seems like a worthy trade to me. Also bumps the timeout for Kaniko tasks in e2e tests to 5 minutes, where a timeout was specified in the first place. Signed-off-by: Andrew Bayer <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,7 @@ metadata: | |
spec: | ||
taskRef: | ||
name: %s | ||
timeout: 2m | ||
timeout: 5m | ||
resources: | ||
inputs: | ||
- name: gitsource | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,7 +193,7 @@ metadata: | |
spec: | ||
taskRef: | ||
name: %s | ||
timeout: 2m | ||
timeout: 5m | ||
inputs: | ||
resources: | ||
- name: gitsource | ||
|