Skip to content

Commit

Permalink
chore: increase soak duration (#1399)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
samayer12 authored Nov 6, 2024
1 parent 6b6d39f commit 5b724a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
}
# Start collecting metrics every 5 minutes and checking pod counts every 30 minutes
for i in {1..27}; do # 27 iterations cover 135 minutes (2 hours and 15 minutes)
for i in {1..70}; do # 70 iterations cover 350 minutes (5 hours and 50 minutes)
collect_metrics
cat logs/informer-log.txt
cat logs/auditor-log.txt
Expand Down

0 comments on commit 5b724a0

Please sign in to comment.