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
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
Show 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
...
...
@@ -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 }}"
env:
DOCKER_BUILDKIT: "1"
soft_fail: true
{% endif %}
{% endfor %}
...
...
@@ -36,7 +37,7 @@ steps:
agents:
queue: neuron
command: bash .buildkite/run-neuron-test.sh
soft_fail:
tru
e
soft_fail:
fals
e
- label: "Intel Test"
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