KEMBAR78
ci: Remove manylinux 2014 remnants by seemethere · Pull Request #148028 · pytorch/pytorch · GitHub
Skip to content

Conversation

seemethere
Copy link
Member

@seemethere seemethere commented Feb 27, 2025

Stack from ghstack (oldest at bottom):

These are the only remaining references I could find to manylinux2014,
we should probably look to remove these a bit quicker since it made it
difficult to know which Dockerfiles were important in
.ci/docker/manywheel/

Tip

I checked if we were using these by running
rg 2014 .github/

Signed-off-by: Eli Uriegas eliuriegas@meta.com

[ghstack-poisoned]
@seemethere seemethere requested review from a team and jeffdaily as code owners February 27, 2025 00:25
@pytorch-bot
Copy link

pytorch-bot bot commented Feb 27, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures, 3 Cancelled Jobs, 1 Pending

As of commit 481a862 with merge base 723f3a9 (image):

NEW FAILURES - The following jobs have failed:

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 27, 2025
@seemethere
Copy link
Member Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Feb 27, 2025
@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

PY_VERS: ${{ matrix.py_vers }}
BUILD_DEVICE: ${{ matrix.device }}
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' || 'manylinux2014_x86_64' }}
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' }}
Copy link
Contributor

@huydhn huydhn Feb 27, 2025

Choose a reason for hiding this comment

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

This turns PLATFORM into a boolean false when the docker image doesn't contain 2_28 and fails the build, i.e. https://github.com/pytorch/pytorch/actions/runs/13556101092/job/37890623418

Suggested change
PLATFORM: ${{ contains(matrix.docker-image, '2_28') && 'manylinux_2_28_x86_64' }}
PLATFORM: 'manylinux_2_28_x86_64'

Copy link
Contributor

Choose a reason for hiding this comment

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

I think pytorch/manylinux-builder:cpu on line 49 would also need to be removed

Copy link
Contributor

@atalman atalman left a comment

Choose a reason for hiding this comment

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

lgtm. Thank you.

[ghstack-poisoned]
@seemethere
Copy link
Member Author

@atalman Can I ignore the Triton wheel build failures? It looks like the wheel failures are for the old version of manylinux that we don't support anymore

[ghstack-poisoned]
seemethere added a commit that referenced this pull request Feb 27, 2025
These are the only remaining references I could find to manylinux2014,
we should probably look to remove these a bit quicker since it made it
difficult to know which Dockerfiles were important in
.ci/docker/manywheel/

Signed-off-by: Eli Uriegas <eliuriegas@meta.com>

ghstack-source-id: 0950613
Pull Request resolved: #148028

Signed-off-by: Eli Uriegas <eliuriegas@meta.com>
[ghstack-poisoned]
seemethere added a commit that referenced this pull request Feb 27, 2025
These are the only remaining references I could find to manylinux2014,
we should probably look to remove these a bit quicker since it made it
difficult to know which Dockerfiles were important in
.ci/docker/manywheel/

Signed-off-by: Eli Uriegas <eliuriegas@meta.com>

ghstack-source-id: a8b0333
Pull Request resolved: #148028

Signed-off-by: Eli Uriegas <eliuriegas@meta.com>
@seemethere
Copy link
Member Author

@pytorchbot merge -f "unrelated failures"

@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

@github-actions github-actions bot deleted the gh/seemethere/9/head branch March 30, 2025 02:18
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 topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants