-
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
Added support env variables to run Codeflare and Codeflare-SDK tests … #1815
base: releases/2.13.0
Are you sure you want to change the base?
Conversation
@@ -10,9 +10,17 @@ | |||
${CODEFLARE-SDK_DIR} codeflare-sdk | |||
${CODEFLARE-SDK_REPO_URL} %{CODEFLARE-SDK_REPO_URL=https://github.com/project-codeflare/codeflare-sdk.git} | |||
${DISTRIBUTED_WORKLOADS_RELEASE_ASSETS} https://github.com/opendatahub-io/distributed-workloads/releases/download/v2.13.1 | |||
${RAY_IMAGE} quay.io/rhoai/ray@sha256:859f5c41d41bad1935bce455ad3732dff9d4d4c342b7155a7cd23809e85698ab |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
${NOTEBOOK_USER_NAME} ${TEST_USER_3.USERNAME} | ||
${NOTEBOOK_USER_PASSWORD} ${TEST_USER_3.PASSWORD} | ||
${CODEFLARE_RELEASE_ASSETS} %{CODEFLARE_RELEASE_ASSETS=https://github.com/opendatahub-io/distributed-workloads/releases/download/v2.13.1} | ||
${NOTEBOOK_IMAGE} quay.io/modh/odh-generic-data-science-notebook@sha256:d81e47fa2f5656042748cf2cd1d97033f58d6dd707667ff0e25aa969959e56a7 |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
${NOTEBOOK_IMAGE} quay.io/modh/odh-generic-data-science-notebook@sha256:d81e47fa2f5656042748cf2cd1d97033f58d6dd707667ff0e25aa969959e56a7 | ||
${NOTEBOOK_USER_NAME} ${TEST_USER_3.USERNAME} | ||
${NOTEBOOK_USER_PASSWORD} ${TEST_USER_3.PASSWORD} | ||
${CODEFLARE_TEST_RAY_IMAGE} quay.io/rhoai/ray@sha256:859f5c41d41bad1935bce455ad3732dff9d4d4c342b7155a7cd23809e85698ab |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Robot Results
|
93816ab
…in disconnected environment
93816ab
to
0c0f408
Compare
Quality Gate passedIssues Measures |
Cherry picked disconnected tests support commit from
master
branch torelease/2.13.0
branch