We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6d39f commit 5b724a0Copy full SHA for 5b724a0
.github/workflows/soak.yaml
@@ -170,7 +170,7 @@ jobs:
170
}
171
172
# 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)
+ for i in {1..70}; do # 70 iterations cover 350 minutes (5 hours and 50 minutes)
174
collect_metrics
175
cat logs/informer-log.txt
176
cat logs/auditor-log.txt
0 commit comments