Skip to content

Conversation

@malfet
Copy link
Contributor

@malfet malfet commented Dec 6, 2024

Stack from ghstack (oldest at bottom):

Added https://github.com/pytorch/builder/blob/c7564f31f7e1e5c8fab2f4ce511b2d73a3afbe60/wheel/build_wheel.sh to .ci/wheel/ folder

Commented out call to https://github.com/pytorch/builder/blob/39532891a083f0929d3b46f690a3ea719de6bf76/run_tests.sh, because since 2018 this script just checked that tests folder is there and exited, as there are no way to run all pytorch tests in single shard, see this logic:

#!/bin/bash
set -eux -o pipefail

# Essentially runs pytorch/test/run_test.py, but keeps track of which tests to
# skip in a centralized place.
#
# TODO Except for a few tests, this entire file is a giant TODO. Why are these
# tests # failing?
# TODO deal with Windows

# This script expects to be in the pytorch root folder
if [[ ! -d 'test' || ! -f 'test/run_test.py' ]]; then
    echo "builder/test.sh expects to be run from the Pytorch root directory " \
         "but I'm actually in $(pwd)"
    exit 2
fi

# Allow master skip of all tests
if [[ -n "${SKIP_ALL_TESTS:-}" ]]; then
    exit 0
fi

#123390 is a misread attempt to interpret above-mentioned logic, as run_tests will be skipped if ${SKIP_ALL_TESTS} is a non-empty string

[ghstack-poisoned]
@malfet malfet requested a review from a team as a code owner December 6, 2024 23:57
@pytorch-bot pytorch-bot bot added the release notes: releng release notes category label Dec 6, 2024
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 6, 2024

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 30 New Failures

As of commit 97e72bc with merge base 6e203ae (image):

NEW FAILURES - The following jobs have failed:

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

@malfet malfet added the ciflow/binaries_wheel Trigger binary build and upload jobs for wheel on the PR label Dec 6, 2024
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!

@atalman
Copy link
Contributor

atalman commented Dec 8, 2024

[ghstack-poisoned]
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

@malfet
Copy link
Contributor Author

malfet commented Dec 9, 2024

@pytorchbot merge -f "Mac builds are green"

@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
All logic should have been migrated to .ci/manywheel folder from builder repo a while back
Pull Request resolved: #142282
Approved by: https://github.com/atalman
ghstack dependencies: #142276, #142277, #142382
mori360 pushed a commit to mori360/pytorch that referenced this pull request Dec 11, 2024
All logic should have been migrated to .ci/manywheel folder from builder repo a while back
Pull Request resolved: pytorch#142282
Approved by: https://github.com/atalman
ghstack dependencies: pytorch#142276, pytorch#142277, pytorch#142382
malfet added a commit to pytorch/builder that referenced this pull request Dec 18, 2024
It's been migrated to pytorch/pytorch by pytorch/pytorch#142277
@github-actions github-actions bot deleted the gh/malfet/77/head branch January 9, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/binaries_wheel Trigger binary build and upload jobs for wheel on the PR Merged release notes: releng release notes category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants