-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 mitigate upgrade-e2e test flakiness (#1627)
* add artifact collection to upgrade-e2e-tests Signed-off-by: Per Goncalves da Silva <[email protected]> * mitigate upgrade-e2e flakiness Signed-off-by: Per Goncalves da Silva <[email protected]> --------- Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
- Loading branch information
1 parent
c8380d2
commit 7446060
Showing
5 changed files
with
236 additions
and
178 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,10 @@ jobs: | |
go-version-file: go.mod | ||
|
||
- name: Run the upgrade e2e test | ||
run: make test-upgrade-e2e | ||
run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e | ||
|
||
- uses: cytopia/[email protected] | ||
if: failure() | ||
with: | ||
name: upgrade-e2e-artifacts | ||
path: /tmp/artifacts/ |
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.