Skip to content

Conversation

@atalman
Copy link
Contributor

@atalman atalman commented Dec 4, 2024

Please see: #138506

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Dec 4, 2024
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 4, 2024

🔗 Helpful Links

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

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

❌ 13 New Failures, 1 Cancelled Job

As of commit 26c4d75 with merge base 314e08e (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOB - The following job was cancelled. Please retry:

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

@malfet malfet changed the title Remove PACKAGE_TYPE conda logic from build scripts [BE] Remove PACKAGE_TYPE conda logic from build scripts Dec 4, 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!

@malfet malfet changed the title [BE] Remove PACKAGE_TYPE conda logic from build scripts [BE] Remove "$PACKAGE_TYPE" == 'conda' logic from build scripts Dec 4, 2024
Copy link
Contributor

@malfet malfet left a comment

Choose a reason for hiding this comment

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

LGTM, but please delete dangling scripts (windows/internal/build_conda.batandconda/build/build_pytorch.sh`


# Parse the parameters
if [[ "$PACKAGE_TYPE" == 'conda' ]]; then
build_script='conda/build_pytorch.sh'
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not delete conda/build_pytorch.sh script as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe its already deleted by : pytorch/builder#2045


pushd "$BUILDER_ROOT"
if [[ "$PACKAGE_TYPE" == 'conda' ]]; then
./windows/internal/build_conda.bat
Copy link
Contributor

Choose a reason for hiding this comment

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

Also, delete windows/internal/build_conda.bat

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes posted: pytorch/builder#2047

@atalman atalman added the ciflow/binaries Trigger all binary build and upload jobs on the PR label Dec 4, 2024
@atalman
Copy link
Contributor Author

atalman commented Dec 4, 2024

@pytorchmergebot merge -f "Failures are not related"

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/binaries Trigger all binary build and upload jobs on the PR Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants