forked from k8sgateway/k8sgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add istio bug report on failure (#9458)
* add istioctl bug report * add debug, clean up istio commands * bump curl, add check httpbin is ready * use hashFiles exists * add resource req limits * pr feedback * trigger failure to get resource limits in oss * set istio version * set istio version in github workflow * use GeneratedFiles.TempDir * use FailureDir * remove fail() to test artifact upload * switch istioctl back to testInstallation * remove increased timeout --------- Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a4e8834
commit f55d646
Showing
18 changed files
with
295 additions
and
169 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
6 changes: 6 additions & 0 deletions
6
changelog/v1.17.0-beta26/add-istio-bug-report-on-failure.yaml
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
- type: NON_USER_FACING | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6048 | ||
resolvesIssue: false | ||
description: >- | ||
Add istioctl bug-report to the end-to-end tests on failure. |
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 |
---|---|---|
|
@@ -46,4 +46,9 @@ spec: | |
command: | ||
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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
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
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 |
---|---|---|
|
@@ -47,4 +47,9 @@ spec: | |
command: | ||
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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 |
---|---|---|
|
@@ -90,4 +90,9 @@ spec: | |
command: | ||
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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 |
---|---|---|
|
@@ -88,4 +88,9 @@ spec: | |
command: | ||
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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 |
---|---|---|
|
@@ -63,4 +63,9 @@ spec: | |
command: | ||
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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 |
---|---|---|
|
@@ -80,3 +80,8 @@ spec: | |
- "tail" | ||
- "-f" | ||
- "/dev/null" | ||
resources: | ||
requests: | ||
cpu: "100m" | ||
limits: | ||
cpu: "200m" |
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
Oops, something went wrong.