Skip to content

Commit

Permalink
ci(workflows): use latest tag for ray (#123)
Browse files Browse the repository at this point in the history
Because

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

This commit

- use `RAY_LATEST_TAG=latest` for `Ray` image
  • Loading branch information
heiruwu committed Feb 29, 2024
1 parent d693c95 commit 2e7aa08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
docker compose -f docker-compose.yml -f docker-compose.latest.yml up -d --quiet-pull
ITMODE_ENABLED=true \
TRITON_CONDA_ENV_PLATFORM=cpu \
RAY_RELEASE_TAG=${RAY_SERVER_VERSION} \
RAY_LATEST_TAG=latest \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
docker compose -f docker-compose.yml -f docker-compose.latest.yml rm -f
Expand Down Expand Up @@ -522,13 +522,13 @@ jobs:
make build-latest
ITMODE_ENABLED=true \
TRITON_CONDA_ENV_PLATFORM=cpu \
RAY_RELEASE_TAG=${RAY_SERVER_VERSION} \
RAY_LATEST_TAG=latest \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
docker compose -f docker-compose.yml -f docker-compose.latest.yml up -d --quiet-pull
ITMODE_ENABLED=true \
TRITON_CONDA_ENV_PLATFORM=cpu \
RAY_RELEASE_TAG=${RAY_SERVER_VERSION} \
RAY_LATEST_TAG=latest \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
docker compose -f docker-compose.yml -f docker-compose.latest.yml rm -f
Expand Down

0 comments on commit 2e7aa08

Please sign in to comment.