Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei-V-Ivanov-AMD authored and alexeykondrat committed May 1, 2024
1 parent b416f46 commit 5327295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/test-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:

- label: ":docker: build image ROCm"
commands:
- "docker build --build-arg max_jobs=16 --tag {{ docker_image_ROCm }} --target test --progress plain --file Dockerfile.rocm ."
- "docker build --build-arg max_jobs=16 --tag {{ docker_image_ROCm }} --target test_amd --progress plain --file Dockerfile.rocm ."
- "docker push {{ docker_image_ROCm }}"
env:
DOCKER_BUILDKIT: "1"
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/test_amd-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# In this file, you can add more tests to run either by adding a new step or
# adding a new command to an existing step. See different options here for examples.
# This script will be feed into Jinja template in `test-template.j2` to generate
# the final pipeline yaml file.

steps:
- label: AMD Core Test
command: pytest -v -s core
working_dir: "/vllm-workspace/tests"


0 comments on commit 5327295

Please sign in to comment.