-
Notifications
You must be signed in to change notification settings - Fork 81
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
Modify Pipeline UI test in Smoke to use pip_index_url (making it compatible with disconnected clusters) #1507
Modify Pipeline UI test in Smoke to use pip_index_url (making it compatible with disconnected clusters) #1507
Conversation
Signed-off-by: Jorge Garcia Oncins <[email protected]>
Signed-off-by: Jorge Garcia Oncins <[email protected]>
Signed-off-by: Jorge Garcia Oncins <[email protected]>
Robot Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have tested this PR using a notebook and manually adding the configmap.
...ts/Tests/400__ods_dashboard/430__data_science_pipelines/434__data-science-pipelines-ui.robot
Outdated
Show resolved
Hide resolved
Signed-off-by: Jorge Garcia Oncins <[email protected]>
The right values for connected/disconnected clusters will be available as global variables PIP_INDEX_URL and PIP_TRUSTED_HOST Signed-off-by: Jorge Garcia Oncins <[email protected]>
Signed-off-by: Jorge Garcia Oncins <[email protected]>
This reverts commit c534c37.
Adding label do-not-merge until PIP_INDEX_URL and PIP_TRUSTED_HOST are configured in Jenkins |
|
…atible with disconnected clusters) (red-hat-data-services#1507) * Add keywords to detect if cluster is disconnected Signed-off-by: Jorge Garcia Oncins <[email protected]> * Add dependencty to kfp-kubernetes Signed-off-by: Jorge Garcia Oncins <[email protected]> * Modify main pipelines ui test to be compatible with disconnected Signed-off-by: Jorge Garcia Oncins <[email protected]> * Speed up keyword verifying pipeline server creation Signed-off-by: Jorge Garcia Oncins <[email protected]> * Refactor Pipelines UI test to always use pip_index_url The right values for connected/disconnected clusters will be available as global variables PIP_INDEX_URL and PIP_TRUSTED_HOST Signed-off-by: Jorge Garcia Oncins <[email protected]> * Modify folder name for tests using pip_index_url Signed-off-by: Jorge Garcia Oncins <[email protected]> * Revert "Add keywords to detect if cluster is disconnected" This reverts commit c534c37. --------- Signed-off-by: Jorge Garcia Oncins <[email protected]>
Implements RHOAIENG-3473: