Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Yu <[email protected]>
  • Loading branch information
comaniac committed Feb 10, 2025
1 parent b612e38 commit 14450b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .buildkite/llm.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ depends_on:
steps:
- name: llmbuild
wanda: ci/docker/llm.build.wanda.yaml
depends_on: oss-ci-base_ml
env:
IMAGE_FROM: cr.ray.io/rayproject/oss-ci-base_build-py3.11
IMAGE_TO: llmbuild
RAYCI_IS_GPU_BUILD: "false"

- name: llmgpubuild
wanda: ci/docker/llm.build.wanda.yaml
depends_on: oss-ci-base_gpu
env:
IMAGE_FROM: cr.ray.io/rayproject/oss-ci-base_gpu
IMAGE_TO: llmgpubuild
RAYCI_IS_GPU_BUILD: "true"

- label: "llm batch tests cpu"
key: "llm-batch-tests-cpu"
Expand Down
10 changes: 7 additions & 3 deletions ci/docker/llm.build.wanda.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: "llmbuild"
froms: ["cr.ray.io/rayproject/oss-ci-base_build-py3.11"]
name: "$IMAGE_TO"
froms: ["$IMAGE_FROM"]
dockerfile: ci/docker/llm.build.Dockerfile
srcs:
- ci/env/install-dependencies.sh
- ci/env/install-llvm-binaries.sh
- ci/suppress_output
- python/requirements_compiled_rayllm_test_py311.txt
build_args:
- DOCKER_IMAGE_BASE_BUILD=$IMAGE_FROM
- RAYCI_IS_GPU_BUILD
- PYTHON
tags:
- cr.ray.io/rayproject/llmbuild
- cr.ray.io/rayproject/$IMAGE_TO

0 comments on commit 14450b9

Please sign in to comment.