Skip to content

Commit 5b724a0

Browse files
authored
chore: increase soak duration (#1399)
## Description Run soak tests over a longer period of time, as requested by team. End to End Test: <!-- if applicable --> (See [Pepr Excellent Examples](https://github.com/defenseunicorns/pepr-excellent-examples)) ## Related Issue N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed
1 parent 6b6d39f commit 5b724a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
}
171171
172172
# Start collecting metrics every 5 minutes and checking pod counts every 30 minutes
173-
for i in {1..27}; do # 27 iterations cover 135 minutes (2 hours and 15 minutes)
173+
for i in {1..70}; do # 70 iterations cover 350 minutes (5 hours and 50 minutes)
174174
collect_metrics
175175
cat logs/informer-log.txt
176176
cat logs/auditor-log.txt

0 commit comments

Comments
 (0)