8000 Windows Dynamo Error Removal CI Check by gs-olive · Pull Request #115969 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Windows Dynamo Error Removal CI Check #115969

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 5 commits into from

Conversation

gs-olive
Copy link
Contributor
@gs-olive gs-olive commented Dec 16, 2023

Copy link
pytorch-bot bot commented Dec 16, 2023

🔗 Helpful Links

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

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

❌ 2 New Failures

As of commit 44497f9 with merge base 46ef735 (image):

NEW FAILURES - The following jobs have failed:

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

@gs-olive gs-olive changed the title draft: Windows Dynamo Removal CI Check draft: Windows Dynamo Error Removal CI Check Dec 16, 2023
@gs-olive gs-olive changed the title draft: Windows Dynamo Error Removal CI Check Windows Dynamo Error Removal CI Check Dec 19, 2023
@gs-olive gs-olive marked this pull request as ready for review December 19, 2023 23:24
@angelayi angelayi added the ciflow/trunk Trigger trunk jobs on your pull request label Dec 19, 2023
@zou3519 zou3519 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Dec 20, 2023
@gs-olive gs-olive requested a review from jerryzh168 as a code owner December 20, 2023 21:23
@github-actions github-actions bot added the release notes: quantization release notes category label Dec 20, 2023
@gs-olive gs-olive force-pushed the windows_dynamo_support branch from 5ad58b5 to ecca64a Compare January 13, 2024 00:15
@gs-olive gs-olive force-pushed the windows_dynamo_support branch 2 times, most recently from 23ba8ef to ea97c2f Compare January 26, 2024 23:17
ezyang
ezyang previously approved these changes Jan 31, 2024
stellaraccident and others added 5 commits February 1, 2024 15:11
We've had developers using Dynamo via torch.compile and torch._dynamo.export for months on Windows via SHARK (by just deleting these lines locally). I expect this reflects that some backends do not support Windows yet? If so, could the check be moved to those backends vs blocking all use?
@gs-olive gs-olive force-pushed the windows_dynamo_support branch from 0cb15d0 to 44497f9 Compare February 1, 2024 23:14
@BowenBao BowenBao added release notes: dynamo topic: new features topic category and removed release notes: quantization release notes category labels Feb 8, 2024
@thiagocrepaldi
Copy link
Collaborator

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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 added a commit that referenced this pull request Feb 14, 2024
This reverts commit 45e7af5.

Reverted #115969 on behalf of https://github.com/PaliC due to this pr ended up breaking some of our periodic tests ([comment](#115969 (comment)))
@pytorch-bot pytorch-bot bot dismissed ezyang’s stale review February 14, 2024 01:11

This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.

@github-actions github-actions bot added the release notes: quantization release notes category label Feb 14, 2024
@thiagocrepaldi
Copy link
Collaborator

@pytorchbot revert -m "this pr ended up breaking some of our periodic tests" -c "nosignal" You can check https://hud.pytorch.org/pytorch/pytorch/commit/45e7af5818f1d4ab1cf568390b3721b9be4251a9 for details

they seem to be flaky tests, actually. Is there any specific test that is valid?

clee2000 pushed a commit that referenced this pull request Feb 14, 2024
Rebase of #111313 onto `main`, for CI validation

Co-authored-by: Stella Laurenzo <stellaraccident@gmail.com>
Pull Request resolved: #115969
Approved by: https://github.com/ezyang
@monorimet
Copy link
monorimet commented Feb 14, 2024

@pytorchbot revert -m "this pr ended up breaking some of our periodic tests" -c "nosignal" You can check https://hud.pytorch.org/pytorch/pytorch/commit/45e7af5818f1d4ab1cf568390b3721b9be4251a9 for details

I don't understand how these test failures are related to the changes in this PR, which only changes which tests are skipped on Windows/non-inductor-supported platforms.

@clee2000
Copy link
Contributor

@pytorchbot revert -m "this pr ended up breaking some of our periodic tests" -c "nosignal" You can check https://hud.pytorch.org/pytorch/pytorch/commit/45e7af5818f1d4ab1cf568390b3721b9be4251a9 for details

they seem to be flaky tests, actually. Is there any specific test that is valid?

I believe its referring to the unexpected success on the windows job https://github.com/pytorch/pytorch/actions/runs/7844639479/job/21408646820

@PaliC
Copy link
Contributor
PaliC commented Feb 14, 2024

Yeah I referring to the windows job. The job was passing on the 4 commits prior to this one, and failing consistently afterwards.

Though given the job is still failing, it's likely an infra issue that happened to coincide with your pr (sorry :( )

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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
Copy link
Collaborator

Merge failed

Reason: 2 mandatory check(s) failed. The first few are:

Dig deeper by viewing the failures on hud

Details for Dev Infra team Raised by workflow job

Failing merge rule: Core Maintainers

@thiagocrepaldi
Copy link
Collaborator

@pytorchbot merge -f "Unrelated lint error: /exec: line 6: .github/scripts/lintrunner.sh: No such file or directory"

@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

thiagocrepaldi pushed a commit to thiagocrepaldi/pytorch that referenced this pull request Mar 1, 2024
Link to landed trunk PR (if applicable):
* pytorch#115969

Criteria Category:
* Low risk critical fixes for backwards compatibility

Approved-by: PaliC, thiagocrepaldi
thiagocrepaldi pushed a commit to thiagocrepaldi/pytorch that referenced this pull request Mar 5, 2024
Link to landed trunk PR (if applicable):
* pytorch#115969

Criteria Category:
* Low risk critical fixes for backwards compatibility

Approved-by: PaliC, thiagocrepaldi
atalman pushed a commit that referenced this pull request Mar 12, 2024
Link to landed trunk PR (if applicable):
* #115969

Criteria Category:
* Low risk critical fixes for backwards compatibility

Approved-by: PaliC, thiagocrepaldi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request Merged module: dynamo open source release notes: dynamo release notes: quantization release notes category Reverted topic: new features topic category triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0