-
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 image for runtime in regards to 2.16 #2049
Conversation
Signed-off-by: Tarun Kumar <takumar@redhat.com>
|
@@ -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:a8ba53e1b12309913cd958331dd8dda7f2b1fad39f5350d3c722608835e14512 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:167aa05982214c3941afbdde7c5aff6f81040193a0db1dc06a5ad16af0a8780e |
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:a8ba53e1b12309913cd958331dd8dda7f2b1fad39f5350d3c722608835e14512 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:167aa05982214c3941afbdde7c5aff6f81040193a0db1dc06a5ad16af0a8780e |
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:9969e5273a492132b39ce25165c94480393bb87628f50c30d4de26a0afa56abd | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:1db9fc11f3cac723dee8c4de71fd36aafc94c6ff4d9f51cb785a6f4461f027af |
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:9969e5273a492132b39ce25165c94480393bb87628f50c30d4de26a0afa56abd | ||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:1db9fc11f3cac723dee8c4de71fd36aafc94c6ff4d9f51cb785a6f4461f027af |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
Robot Results
|
No description provided.