Skip to content

Fix CI job dynamo-unittest#174091

Closed
guilhermeleobas wants to merge 1 commit intogh/guilhermeleobas/285/basefrom
gh/guilhermeleobas/285/head
Closed

Fix CI job dynamo-unittest#174091
guilhermeleobas wants to merge 1 commit intogh/guilhermeleobas/285/basefrom
gh/guilhermeleobas/285/head

Conversation

@guilhermeleobas
Copy link
Copy Markdown
Collaborator

@guilhermeleobas guilhermeleobas commented Feb 2, 2026

Stack from ghstack (oldest at bottom):

[ghstack-poisoned]
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Feb 2, 2026

🔗 Helpful Links

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

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

❌ 6 Cancelled Jobs

As of commit e6c8f74 with merge base 8a2d1d8 (image):

CANCELLED JOBS - The following jobs were cancelled. Please retry:

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

@pytorch-bot pytorch-bot Bot added the topic: not user facing topic category label Feb 2, 2026
guilhermeleobas added a commit that referenced this pull request Feb 2, 2026
ghstack-source-id: 22fc42b
Pull-Request: #174091
@guilhermeleobas
Copy link
Copy Markdown
Collaborator Author

@pytorchbot merge

@pytorch-bot pytorch-bot Bot added the ciflow/trunk Trigger trunk jobs on your pull request label Feb 2, 2026
@pytorchmergebot
Copy link
Copy Markdown
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
Copy Markdown
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

@guilhermeleobas
Copy link
Copy Markdown
Collaborator Author

@pytorchbot merge

@pytorchmergebot
Copy link
Copy Markdown
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
Copy Markdown
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

@guilhermeleobas
Copy link
Copy Markdown
Collaborator Author

@pytorchbot merge -i

@pytorchmergebot
Copy link
Copy Markdown
Collaborator

Merge started

Your change will be merged while ignoring the following 6 checks: Lint / Get changed files / get-changed-files, Lint / get-label-type / runner-determinator, linux-aarch64 / get-label-type / runner-determinator, trunk / before-test / get-label-type / runner-determinator, trunk / get-label-type / runner-determinator, trunk / job-filter / compute

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

guilhermeleobas added a commit that referenced this pull request Feb 5, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a CI job that only runs the CPython tests on Python 3.13 to
ensure we catch these errors earlier on.

ghstack-source-id: 8d53b96
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 5, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

ghstack-source-id: 8d53b96
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 5, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

ghstack-source-id: 9e4183b
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 5, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 4b1e42d
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 5, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 6ecd6a3
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 6, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 3db6709
Pull-Request: #174414
pytorchmergebot pushed a commit that referenced this pull request Feb 9, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 1c3b41d
Pull-Request: #174414
pytorchmergebot pushed a commit that referenced this pull request Feb 10, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 6915a1e
Pull-Request: #174414
pytorchmergebot pushed a commit that referenced this pull request Feb 13, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

Pull Request resolved: #174414
Approved by: https://github.com/huydhn
pytorchmergebot pushed a commit that referenced this pull request Feb 13, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: 67f43f6
Pull-Request: #174414
guilhermeleobas added a commit that referenced this pull request Feb 13, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

ghstack-source-id: ec908f9
Pull-Request: #174414
pytorchmergebot pushed a commit that referenced this pull request Feb 13, 2026
The dynamo-unnitest (Python 3.13) job is constantly failing due to some
CPython tests starts passing or failing. In the past, I've send PRs
(#174091, #172448) to make the job green again but it is a matter of days
for it to start failing again.

This PR adds a dedicated Ci job that runs only the CPython tests on
Python 3.13, allowing us to catch these issues earlier.

Contrary to this one, the dynamo-unittest job runs weekly on a broader
set of tests. This one is supposed to run on pull requests that touches
dynamo.

Pull Request resolved: #174414
Approved by: https://github.com/huydhn
radeksm pushed a commit to radeksm/pytorch that referenced this pull request Feb 20, 2026
libohao1201 pushed a commit to libohao1201/pytorch that referenced this pull request Mar 2, 2026
@github-actions github-actions Bot deleted the gh/guilhermeleobas/285/head branch March 6, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged open source topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants