-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(load-test): Use AWS s3 for tekton results in dev mode
Signed-off-by: Pavel Macík <[email protected]>
- Loading branch information
Showing
12 changed files
with
406 additions
and
96 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
echo "Restarting Tekton Results API" oc rollout restart deployment/tekton-results-api -n tekton-results | ||
oc rollout restart deployment/tekton-results-api -n tekton-results | ||
oc rollout status deployment/tekton-results-api -n tekton-results -w | ||
echo "Restarting Tekton Results Watcher" | ||
oc rollout restart deployment/tekton-results-watcher -n tekton-results | ||
oc rollout status deployment/tekton-results-watcher -n tekton-results -w |
Oops, something went wrong.