Commit 6870d95
committed
Propagate rabbitmq user to nova-cellX secret
In addition to $subject, added configurations for functional tests:
- CRDInstallOptions.MaxTime: 5 minutes (line 134)
- ControlPlaneStartTimeout: 2 minutes (line 137)
- ControlPlaneStopTimeout: 2 minutes (line 138)
- APIServer arguments (lines 140-145):
- --request-timeout=5m
- --max-requests-inflight=800
- --max-mutating-requests-inflight=400
- Etcd quota (lines 147-150): 8GB (--quota-backend-bytes=8589934592)
These changes will help improve CI test reliability by extending timeouts to prevent
premature test failures during resource-constrained CI runs and increasing the API server's
request handling capacity.1 parent 2e0a55b commit 6870d95
File tree
3 files changed
+33
-2
lines changed- internal/controller
- test/functional
3 files changed
+33
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
809 | 816 | | |
810 | 817 | | |
811 | | - | |
| 818 | + | |
812 | 819 | | |
813 | 820 | | |
814 | 821 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
342 | 349 | | |
343 | 350 | | |
344 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
134 | 152 | | |
135 | | - | |
136 | 153 | | |
137 | 154 | | |
138 | 155 | | |
| |||
0 commit comments