Commit 7a93ab3
feat: add --runtime-id to integration tests, add merge queue CI (#14)
* feat: add --runtime-id to integration tests, add merge queue CI
- Add --runtime-id argument to all three integration test scripts
(default: "ascend-tools"); resolves runtime by ID, falls back to
first runtime in the list if not found
- Add .github/workflows/integration.yml (merge_group trigger only)
- Fix flaky pause/resume tests: increase health wait loops, add
run_flow_with_retry to rest.py, fix sleep-before-check ordering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: add workflow_dispatch to integration CI, merge_group to CI
- Add manual trigger (workflow_dispatch) to integration workflow
- Add merge_group trigger to CI workflow so checks run in the queue
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: revert merge_group trigger on CI workflow
CI (lint/test) runs on PRs already — no need to re-run in the merge
queue. Only integration tests run there.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: remove flaky health=null assertion, add merge_group to CI
- Remove health=null wait loop after pause from all three test suites.
We already assert paused=true (synchronous). The health field clearing
is async pod shutdown timing, not something the SDK controls.
- Add merge_group trigger to ci.yml so the check/check required status
actually runs in the merge queue (was hanging forever without it).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9c42d00 commit 7a93ab3
File tree
5 files changed
+155
-41
lines changed- .github/workflows
- tests
5 files changed
+155
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
| |||
114 | 125 | | |
115 | 126 | | |
116 | 127 | | |
117 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
118 | 135 | | |
119 | 136 | | |
120 | 137 | | |
| |||
377 | 394 | | |
378 | 395 | | |
379 | 396 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 397 | | |
389 | 398 | | |
390 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
| |||
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
93 | | - | |
94 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
95 | 113 | | |
96 | 114 | | |
97 | 115 | | |
| |||
330 | 348 | | |
331 | 349 | | |
332 | 350 | | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | 351 | | |
346 | 352 | | |
347 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
220 | | - | |
| 221 | + | |
221 | 222 | | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
295 | 298 | | |
296 | 299 | | |
297 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
298 | 332 | | |
299 | 333 | | |
300 | 334 | | |
301 | 335 | | |
302 | 336 | | |
303 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
304 | 346 | | |
305 | 347 | | |
306 | 348 | | |
| |||
340 | 382 | | |
341 | 383 | | |
342 | 384 | | |
343 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
344 | 392 | | |
345 | 393 | | |
346 | 394 | | |
| |||
468 | 516 | | |
469 | 517 | | |
470 | 518 | | |
471 | | - | |
472 | | - | |
| 519 | + | |
| 520 | + | |
473 | 521 | | |
474 | 522 | | |
475 | 523 | | |
| |||
532 | 580 | | |
533 | 581 | | |
534 | 582 | | |
535 | | - | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
536 | 586 | | |
537 | 587 | | |
538 | 588 | | |
539 | | - | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
540 | 592 | | |
541 | 593 | | |
542 | 594 | | |
543 | 595 | | |
544 | 596 | | |
545 | 597 | | |
546 | | - | |
547 | | - | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
548 | 604 | | |
549 | 605 | | |
550 | 606 | | |
551 | 607 | | |
552 | 608 | | |
553 | 609 | | |
554 | 610 | | |
555 | | - | |
| 611 | + | |
| 612 | + | |
556 | 613 | | |
557 | 614 | | |
558 | 615 | | |
559 | 616 | | |
560 | 617 | | |
561 | 618 | | |
562 | 619 | | |
| 620 | + | |
563 | 621 | | |
564 | 622 | | |
565 | 623 | | |
| |||
579 | 637 | | |
580 | 638 | | |
581 | 639 | | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | 640 | | |
591 | 641 | | |
592 | 642 | | |
| |||
600 | 650 | | |
601 | 651 | | |
602 | 652 | | |
603 | | - | |
| 653 | + | |
604 | 654 | | |
605 | 655 | | |
606 | 656 | | |
| |||
0 commit comments