Skip to content
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

ci(workflows): use latest tag for ray #123

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Conversation

heiruwu
Copy link
Member

@heiruwu heiruwu commented Feb 29, 2024

Because

  • we are using make latest for model in console test

This commit

  • use RAY_LATEST_TAG=latest for Ray image

@@ -385,13 +385,13 @@ jobs:
make build-latest
ITMODE_ENABLED=true \
TRITON_CONDA_ENV_PLATFORM=cpu \
RAY_RELEASE_TAG=${RAY_SERVER_VERSION} \
RAY_LATEST_TAG=latest \
Copy link
Member

Choose a reason for hiding this comment

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

We always use latest?

Copy link
Member Author

Choose a reason for hiding this comment

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

look so, in Makefile and integration-test workflow, any console related test are running with latest backend services

Copy link
Member

Choose a reason for hiding this comment

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

Got it. Let's keep it.

@donch1989 donch1989 merged commit 2e7aa08 into main Feb 29, 2024
20 checks passed
@donch1989 donch1989 deleted the fix-model-workflow-ray branch February 29, 2024 14:04
donch1989 pushed a commit that referenced this pull request Feb 29, 2024
Because

- we are using `make latest` for `model` in console test

This commit

- use `RAY_LATEST_TAG=latest` for `Ray` image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👋 Done
3 participants