Skip to content

Decouple model e2e tests #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

guangy10
Copy link
Contributor

Differential Revision: D49622665

@netlify
Copy link

netlify bot commented Sep 26, 2023

Deploy Preview for resplendent-gnome-14e531 canceled.

Name Link
🔨 Latest commit e71c31f
🔍 Latest deploy log https://app.netlify.com/sites/resplendent-gnome-14e531/deploys/65131eb6b984860008fdab9d

@facebook-github-bot facebook-github-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 Sep 26, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49622665

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49622665

Copy link
Contributor

@huydhn huydhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! There are only few minor typos

@guangy10 guangy10 force-pushed the export-D49622665 branch 2 times, most recently from c1f3713 to 3997069 Compare September 26, 2023 16:18
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49622665

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49622665

Summary:

We should not couple e2e tests with different recipes *(e.g. run with portable kernels, run with xnnpack options)* in a single job. Addressing timeout issue and improving CI stability is one of the reasons, however, even w/o timeout we still want to do it for:
  1. Maximal parallelism to reduce waiting time
  2. Flexibility to enable/disable an e2e test for a given recipe, e.g. disable slow running e2e test with portable kernels but keep the xnnpack e2e tests enabled, or if there are issue with a flavor
  3. Cleaner CI job names to describe what it does

Of course this is not real fix of the timeout issue we're facing, the complete fix will include 1) introducing release build for both cmake and buck2 and 2) fixing the slow portable kernels from the root. And both are far away and not possible before MVP.

For MVP as we have more and more models enabled with XNNPACK as a part of the out-of-box experience, our CI is facing extra stress. See the [ci dashboard](https://hud.pytorch.org/hud/pytorch/executorch/main). The major motivation in this diff is to ensure the healthiness of enabled models as well as our CI.

Reviewed By: huydhn, kirklandsign

Differential Revision: D49622665
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49622665

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e3104ff.

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 Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants