-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new runtime images #2181
Add new runtime images #2181
Conversation
Signed-off-by: Tarun Kumar <[email protected]>
@@ -1347,9 +1347,9 @@ | |||
[Arguments] ${gpu_type} | |||
IF "${RUNTIME_IMAGE}" == "${EMPTY}" | |||
IF "${gpu_type}" == "nvidia" | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:c86ff1e89c86bc9821b75d7f2bbc170b3c13e3ccf538bf543b1110f23e056316 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:9689bffacabc38777555de87e0fce0dd95165de3716c68c1aa744358a592ee1f |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -1347,9 +1347,9 @@ | |||
[Arguments] ${gpu_type} | |||
IF "${RUNTIME_IMAGE}" == "${EMPTY}" | |||
IF "${gpu_type}" == "nvidia" | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:c86ff1e89c86bc9821b75d7f2bbc170b3c13e3ccf538bf543b1110f23e056316 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:9689bffacabc38777555de87e0fce0dd95165de3716c68c1aa744358a592ee1f |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
@@ -1347,9 +1347,9 @@ | |||
[Arguments] ${gpu_type} | |||
IF "${RUNTIME_IMAGE}" == "${EMPTY}" | |||
IF "${gpu_type}" == "nvidia" | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:c86ff1e89c86bc9821b75d7f2bbc170b3c13e3ccf538bf543b1110f23e056316 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:9689bffacabc38777555de87e0fce0dd95165de3716c68c1aa744358a592ee1f |
Check warning
Code scanning / Robocop
Don't use test/task variables Warning test
ELSE IF "${gpu_type}" == "amd" | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:10f09eeca822ebe77e127aad7eca2571f859a5536a6023a1baffc6764bcadc6e | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:3719efefa24e6634b0cb4ccef25df521a26f363b724c23c37f56629df6111883 |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
ELSE IF "${gpu_type}" == "amd" | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:10f09eeca822ebe77e127aad7eca2571f859a5536a6023a1baffc6764bcadc6e | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:3719efefa24e6634b0cb4ccef25df521a26f363b724c23c37f56629df6111883 |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
ELSE IF "${gpu_type}" == "amd" | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:10f09eeca822ebe77e127aad7eca2571f859a5536a6023a1baffc6764bcadc6e | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:3719efefa24e6634b0cb4ccef25df521a26f363b724c23c37f56629df6111883 |
Check warning
Code scanning / Robocop
Don't use test/task variables Warning test
Robot Results
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aloganat, mwaykole, tarukumar The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Quality Gate passedIssues Measures |
No description provided.