[BE] - Remove conda test and upload scripts and env variables from Workflows Part 1#144870
[BE] - Remove conda test and upload scripts and env variables from Workflows Part 1#144870atalman wants to merge 2 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/144870
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 36 Pending, 7 Unrelated FailuresAs of commit 67c96a5 with merge base f314522 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
malfet
left a comment
There was a problem hiding this comment.
Deleted code is tested code :)
|
Check Binary failures are note related, but need to be fixed. |
42722d2 to
67c96a5
Compare
|
@pytorchmergebot merge -f "xpu and executorch failures are not related" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Continuation of #144870 Remove conda logic from scripts: 1. Remove conda build from triton build script 2. Remove conda checks from setup.py 3. Remove conda from release scripts 4. Script read_conda_versions.sh is not used (checked via git grep) Related to: #138506 Pull Request resolved: #145015 Approved by: https://github.com/malfet, https://github.com/Skylion007
Remove conda test and upload scripts and env variables from Workflows
Related to: #138506