Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9ca62d86
"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "c11013db8b76bebaaed07d4791f693998e398925"
Unverified
Commit
9ca62d86
authored
Jun 04, 2024
by
Simon Mo
Committed by
GitHub
Jun 04, 2024
Browse files
[CI] mark AMD test as softfail to prevent blockage (#5256)
parent
45c35f0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.buildkite/test-template.j2
.buildkite/test-template.j2
+3
-2
No files found.
.buildkite/test-template.j2
View file @
9ca62d86
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
steps:
steps:
- label: ":docker: build image"
- label: ":docker: build image"
commands:
commands:
- "docker build --build-arg max_jobs=16 --tag {{ docker_image }} --target test --progress plain ."
- "docker build --build-arg max_jobs=16 --tag {{ docker_image }} --target test --progress plain ."
- "docker push {{ docker_image }}"
- "docker push {{ docker_image }}"
env:
env:
...
@@ -28,6 +28,7 @@ steps:
...
@@ -28,6 +28,7 @@ steps:
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
env:
env:
DOCKER_BUILDKIT: "1"
DOCKER_BUILDKIT: "1"
soft_fail: true
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
...
@@ -36,7 +37,7 @@ steps:
...
@@ -36,7 +37,7 @@ steps:
agents:
agents:
queue: neuron
queue: neuron
command: bash .buildkite/run-neuron-test.sh
command: bash .buildkite/run-neuron-test.sh
soft_fail:
tru
e
soft_fail:
fals
e
- label: "Intel Test"
- label: "Intel Test"
depends_on: ~
depends_on: ~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment