Commit 64751ea
fix(tests): skip crashing torch ops on ascend (#614)
* fix(tests): skip crashing torch ops on ascend
* ci: update CI submodule for dynamic device allocation
* fix(tests): skip smooth l1 loss on ascend
* ci: use host-level device leases
* ci: route local runners through leases
* ci: use agent local CI tools
* fix(tests): narrow Ascend torch op crash skips
* fix(tests): skip Ascend soft margin loss crash
* fix(tests): restore Ascend smooth l1 crash skip
* ci: stop queue watchdog after jobs start
* ci: require Ascend device lease before docker run
* ci: remove queued job watchdog checks
* fix(ci): keep iluvatar corex compiler in image
* fix(ci): pass platform to v2 shadow runner
---------
Co-authored-by: zhangyue <zhangyue@localhost.localdomain>1 parent 1400daf commit 64751ea
5 files changed
Lines changed: 9 additions & 6 deletions
- .github/workflows/infiniops-ci-v2-shadow.yml+40-202
- .github/workflows/infiniops-ci.yml+85-269
- README.md+12-4
- ci_agent.py+20-9
- ci_resource.py+309-3
- config.yml-1
- run.py+86-14
- tests/test_ci_agent.py+2-2
- tests/test_resource.py+162-4
- tests/test_run.py+29
- tests/test_shadow_workflow.py+21-18
- tests/test_workflow.py+27-22
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
| 214 | + | |
| 215 | + | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| |||
0 commit comments