-
Notifications
You must be signed in to change notification settings - Fork 608
Extract unittest scripts and add Buck mode #8493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8493
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 053b6ce with merge base b5c0c61 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
.ci/scripts/unittest-linux.sh
Outdated
if [[ "$BUILD_TOOL" == "cmake" ]]; then | ||
.ci/scripts/unittest-linux-cmake.sh | ||
elif [[ "$BUILD_TOOL" == "buck2" ]]; then | ||
.ci/scripts/unittest-linux-buck2.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't exist
CI looks good, just waiting for review |
.ci/scripts/setup-macos.sh cmake | ||
|
||
# Install llama3_2_vision dependencies. | ||
PYTHON_EXECUTABLE=python ./examples/models/llama3_2_vision/install_requirements.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python ${CONDA_RUN}...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the conda run is right there on line 29, and the code comes directly from _unittest.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unittest / macos / macos-job (pull_request)
is still failing. looks like you need to run the examples/install_requirements.sh within the conda environment?
this job has been broken for at least the past day. If you look at the logs, you can see we are running tests, it's just that the tests are failing |
Fixes #8419 ghstack-source-id: 483f2bf ghstack-comment-id: 2658182008 Pull Request resolved: pytorch/executorch#8493
Fixes #8419