Add Cadence CI test workflow with separate build and test signals#18677
Add Cadence CI test workflow with separate build and test signals#18677
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18677
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Unrelated FailuresAs of commit ca41681 with merge base e90d3c8 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
24fdfce to
6dc2d38
Compare
93b2cbd to
1d6184a
Compare
1d6184a to
d7e5715
Compare
d7e5715 to
2a124bd
Compare
6aa7d30 to
3a2bb8c
Compare
3a2bb8c to
efd2a11
Compare
0e272f1 to
2122a1e
Compare
7ea04a1 to
136cbd4
Compare
Split Cadence CI into build and test jobs with artifact exchange. Build job compiles cadence_runner and uploads it. Test workflow has two parallel jobs: test-aot (Python AOT tests) and test-ops (operator tests using the pre-built runner).
136cbd4 to
ca41681
Compare
Splits Cadence CI into separate build and test jobs with artifact exchange. Build job compiles cadence_runner and uploads it. Test workflow has two parallel jobs: test-aot (Python AOT tests) and test-ops (operator tests using the pre-built runner). Uses linux.8xlarge.memory runners with pytest-xdist for parallel test execution.