Skip to content

Add Cadence CI test workflow with separate build and test signals (#18677)#18677

Merged
meta-codesync[bot] merged 1 commit intomainfrom
cadence-ci-tests
Apr 6, 2026
Merged

Add Cadence CI test workflow with separate build and test signals (#18677)#18677
meta-codesync[bot] merged 1 commit intomainfrom
cadence-ci-tests

Conversation

@aliafzal
Copy link
Copy Markdown
Contributor

@aliafzal aliafzal commented Apr 2, 2026

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

@pytorch-bot
Copy link
Copy Markdown

pytorch-bot bot commented Apr 2, 2026

🔗 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 Pending

As of commit 2a5caec with merge base 3d2c853 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@aliafzal aliafzal force-pushed the cadence-ci-tests branch 5 times, most recently from 93b2cbd to 1d6184a Compare April 2, 2026 21:12
@aliafzal aliafzal changed the base branch from main to cadence-runner-build-cache April 2, 2026 21:12
Base automatically changed from cadence-runner-build-cache to main April 2, 2026 21:36
@aliafzal aliafzal force-pushed the cadence-ci-tests branch 3 times, most recently from 6aa7d30 to 3a2bb8c Compare April 2, 2026 22:40
@aliafzal aliafzal added the module: cadence Issues related to the Cadence/Xtensa backend label Apr 3, 2026
@aliafzal aliafzal marked this pull request as ready for review April 3, 2026 02:29
@aliafzal aliafzal force-pushed the cadence-ci-tests branch 4 times, most recently from 136cbd4 to ca41681 Compare April 3, 2026 06:09
@aliafzal aliafzal changed the title Add Cadence test CI workflow Add Cadence CI test workflow with separate build and test signals Apr 3, 2026
@aliafzal aliafzal requested a review from mcremon-meta April 3, 2026 08:17
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync bot commented Apr 3, 2026

@aliafzal has imported this pull request. If you are a Meta employee, you can view this in D99416668.

…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
@meta-codesync meta-codesync bot changed the title Add Cadence CI test workflow with separate build and test signals Add Cadence CI test workflow with separate build and test signals (#18677) Apr 6, 2026
@meta-codesync meta-codesync bot force-pushed the cadence-ci-tests branch from ca41681 to 2a5caec Compare April 6, 2026 18:10
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync bot commented Apr 6, 2026

@aliafzal has exported this pull request. If you are a Meta employee, you can view the originating Diff in D99416668.

@meta-codesync meta-codesync bot merged commit 19bbeac into main Apr 6, 2026
170 of 183 checks passed
@meta-codesync meta-codesync bot deleted the cadence-ci-tests branch April 6, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported module: cadence Issues related to the Cadence/Xtensa backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants