8000 [Do not revert] Re-enable Mac testing by clee2000 · Pull Request #142270 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Do not revert] Re-enable Mac testing #142270

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 4 commits into from
Closed

Conversation

clee2000
Copy link
Contributor
@clee2000 clee2000 commented Dec 6, 2024

The bash script modification in #135386 results in tests on mac in default shard not running.
This PR is expected to cause test failures, but we need to start getting signal, so landing with known failures

cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang @aakhundov

Copy link
pytorch-bot bot commented Dec 6, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142270

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 3 Unrelated Failures

As of commit 544e7cc with merge base cca33d5 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following job 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.

@clee2000 clee2000 requested a review from malfet December 6, 2024 23:03
@clee2000 clee2000 marked this pull request as ready for review December 6, 2024 23:03
@clee2000 clee2000 requested a review from a team as a code owner December 6, 2024 23:03
Copy link
netlify bot commented Dec 6, 2024

Deploy Preview for chimerical-cranachan-793287 ready!

Name Link
🔨 Latest commit 21ccf17
🔍 Latest deploy log https://app.netlify.com/sites/chimerical-cranachan-793287/deploys/6753829c470bfa000802d124
😎 Deploy Preview https://deploy-preview-142270--chimerical-cranachan-793287.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@clee2000 clee2000 added topic: not user facing topic category ciflow/trunk Trigger trunk jobs on your pull request labels Dec 6, 2024
@clee2000 clee2000 added ci-no-td Do not run TD on this PR keep-going Don't stop on first failure, keep running tests until the end labels Dec 9, 2024
@malfet malfet changed the title Fix no mac tests running [Do not revert] Re-enable Mac testing Dec 9, 2024
@malfet
Copy link
Contributor
malfet commented Dec 9, 2024

@pytorchbot rebase -b main

@pytorchmergebot
Copy link
Collaborator

@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here

@pytorchmergebot
Copy link
Collaborator

Successfully rebased csl/fix_no_mac-tests onto refs/remotes/origin/main, please pull locally before adding more changes (for example, via git checkout csl/fix_no_mac-tests && git pull --rebase)

@malfet
Copy link
Contributor
malfet commented Dec 9, 2024

@pytorchbot merge -f "Re-enable testing"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

pytorchmergebot pushed a commit that referenced this pull request Dec 9, 2024
See #142270 for additional info.

Make all mac default shard tests run with keep going / continue on error so we can see all the test failures.

Red signal will show up later, but you can see failing tests mid run on HUD by clicking the additional test failures button

After the job is finished, searching for "consistently: " in the logs will find the failed tests
Pull Request resolved: #142421
Approved by: https://github.com/malfet

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
mori360 pushed a commit to mori360/pytorch that referenced this pull request Dec 11, 2024
The bash script modification in pytorch#135386 results in tests on mac in default shard not running.
This PR is expected to cause test failures, but we need to start getting signal, so landing with known failures
Pull Request resolved: pytorch#142270
Approved by: https://github.com/malfet, https://github.com/seemethere, https://github.com/atalman

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
mori360 pushed a commit to mori360/pytorch that referenced this pull request Dec 11, 2024
)

See pytorch#142270 for additional info.

Make all mac default shard tests run with keep going / continue on error so we can see all the test failures.

Red signal will show up later, but you can see failing tests mid run on HUD by clicking the additional test failures button

After the job is finished, searching for "consistently: " in the logs will find the failed tests
Pull Request resolved: pytorch#142421
Approved by: https://github.com/malfet

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
bluenote10 pushed a commit to bluenote10/pytorch that referenced this pull request Dec 14, 2024
The bash script modification in pytorch#135386 results in tests on mac in default shard not running.
This PR is expected to cause test failures, but we need to start getting signal, so landing with known failures
Pull Request resolved: pytorch#142270
Approved by: https://github.com/malfet, https://github.com/seemethere, https://github.com/atalman

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
bluenote10 pushed a commit to bluenote10/pytorch that referenced this pull request Dec 14, 2024
)

See pytorch#142270 for additional info.

Make all mac default shard tests run with keep going / continue on error so we can see all the test failures.

Red signal will show up later, but you can see failing tests mid run on HUD by clicking the additional test failures button

After the job is finished, searching for "consistently: " in the logs will find the failed tests
Pull Request resolved: pytorch#142421
Approved by: https://github.com/malfet

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
@github-actions github-actions bot deleted the csl/fix_no_mac-tests branch January 11, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-no-td Do not run TD on this 5826 PR ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request keep-going Don't stop on first failure, keep running tests until the end Merged module: inductor topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0