Skip to content

Commit

Permalink
ci(workflows): use latest tag for ray
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Feb 29, 2024
1 parent d693c95 commit a4092b3
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 a4092b3

Please sign in to comment.