-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[serve] migrate serve ha integration test to civ2 #41713
Conversation
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
e574190
to
7c55118
Compare
instance_type: medium | ||
commands: | ||
- bazel run //ci/ray_ci:build_in_docker -- docker --python-version 3.8 --platform cpu --canonical-tag ha_integration | ||
- docker tag rayproject/ray:ha_integration ray_ci:v1 |
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.
where is the ray_ci:v1
tag is defined? maybe just us the same name overthere and remove this line?
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.
it is in the python/ray/tests/conftest.py
. I can do it as a follow up (and cleanup the old prepare_docker()
function entirely.
@edoakes , before this change, |
[ | ||
"RAY_CI_SERVE_AFFECTED", | ||
"RAY_CI_PYTHON_AFFECTED", | ||
"RAY_CI_ML_AFFECTED", |
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.
I removed the ml
tag. or the dependency of jobs would look a bit weird.
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
8d37643
to
1501b4c
Compare
test passing. |
and rename
xcommit
tag toha_integration