-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[ci] Skip mac smoke test on raydepsets lock updates except macos_depset #62640
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,6 +85,22 @@ python/ray/dashboard/ | |
| @ dashboard linux_wheels python | ||
| ; | ||
|
|
||
| # The macOS smoke test installs this specific lock file | ||
| # (ci/ray_ci/macos/macos_ci.sh), so changes here must still trigger | ||
| # macos_wheels. Must precede the general python/deplocks/ rule below. | ||
| python/deplocks/ci/macos_depset_py* | ||
| @ macos_wheels | ||
| ; | ||
|
|
||
| # Raydepsets-generated lock files. These do NOT affect the macOS smoke | ||
| # test (which only consumes macos_depset_py*, handled above), so we | ||
| # deliberately omit macos_wheels here to avoid running mac tests on | ||
| # unrelated lock updates. | ||
| python/deplocks/ | ||
| @ ml tune train data | ||
| @ python dashboard linux_wheels java | ||
| ; | ||
|
Comment on lines
+100
to
+104
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems like a good idea? |
||
|
|
||
| python/setup.py | ||
| python/requirements.txt | ||
| python/requirements_compiled.txt | ||
|
|
||
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.
Update the test assertions to match the expanded set of tags for general lock file updates, maintaining consistency with the
python/setup.pyandpython/requirements/test cases.