- Notifications
You must be signed in to change notification settings - Fork929
Commite5198a2
feat(scaletest): annotate scaletest pod when scaletest is in progress (#10235)
This PR modifies the scaletest-runner template to add a pod annotation to the scaletest runner pod.The annotation key is set to com.coder.scaletest.phase and the annotation value is one of preparing, running, or complete.This will allow checking if a scaletest is in progress, and preventing any operations that would interrupt a running scaletest.Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>1 parent782c22a commite5198a2
2 files changed
+38
-13
lines changedLines changed: 37 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 |
| |
53 | 56 |
| |
54 | 57 |
| |
| |||
247 | 250 |
| |
248 | 251 |
| |
249 | 252 |
| |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
250 | 263 |
| |
251 | 264 |
| |
252 | 265 |
| |
253 | 266 |
| |
254 | 267 |
| |
255 | 268 |
| |
256 | 269 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
| 270 | + | |
| 271 | + | |
261 | 272 |
| |
262 |
| - | |
| 273 | + | |
263 | 274 |
| |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
269 | 282 |
| |
270 | 283 |
| |
271 |
| - | |
| 284 | + | |
272 | 285 |
| |
273 | 286 |
| |
274 | 287 |
| |
275 | 288 |
| |
276 |
| - | |
| 289 | + | |
277 | 290 |
| |
278 | 291 |
| |
279 | 292 |
| |
280 | 293 |
| |
281 | 294 |
| |
282 | 295 |
| |
283 | 296 |
| |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
0 commit comments
Comments
(0)