Add Cadence CI test workflow with separate build and test signals (#18677)#18677
Merged
meta-codesync[bot] merged 1 commit intomainfrom Apr 6, 2026
Merged
Add Cadence CI test workflow with separate build and test signals (#18677)#18677meta-codesync[bot] merged 1 commit intomainfrom
meta-codesync[bot] merged 1 commit intomainfrom
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, 5 PendingAs of commit 2a5caec with merge base 3d2c853 ( NEW FAILURE - The following job has failed:
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
136cbd4 to
ca41681
Compare
Contributor
zonglinpeng
approved these changes
Apr 3, 2026
…8677) Summary: 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. Test Plan: Cadence Build & Test OSS Signal signal {F1987662503} {F1987662009} OP test failures are real issues which we are now able to detect {F1987662014} Reviewed By: zonglinpeng Differential Revision: D99416668 Pulled By: aliafzal
ca41681 to
2a5caec
Compare
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
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.
Test Plan:
Cadence Build & Test OSS Signal signal
{F1987662503}
{F1987662009}
OP test failures are real issues which we are now able to detect
{F1987662014}
Reviewed By: zonglinpeng
Differential Revision: D99416668
Pulled By: aliafzal
cc @mcremon-meta