-
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
Build ODS-CI test image for release 2.16 #2131
base: releases/2.16.0
Are you sure you want to change the base?
Build ODS-CI test image for release 2.16 #2131
Conversation
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.
pls don't remove the code for OCM. This script is supposed to work with both options
ods_ci/build/install_idp.sh
Outdated
function update_test_config(){ | ||
echo "Update test config file..." | ||
|
||
AWS_SHARED_CREDENTIALS_FILE="${CLUSTER_PROFILE_DIR}/.awscred" |
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.
this would work only for the interop pipeline case, while this script is generic. You can add the feature if you want, but it'd be better to put it under an option of the script/env variable
ods_ci/build/install_idp.sh
Outdated
validate_user_config_file | ||
check_installation | ||
install_identity_provider | ||
update_test_config | ||
|
||
echo "Performing oc login using TEST username and password" |
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.
the login is performed earlier in this script with htp user. Why do we need to log in with a different one?
cbc7cc2
to
ea315bc
Compare
ea315bc
to
286430a
Compare
Quality Gate passedIssues Measures |
@@ -0,0 +1,48 @@ | |||
!/bin/bash |
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.
!/bin/bash | |
#!/bin/bash |
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.
Should we set And how it is consumed by ods-ci/ods_ci/build/install_idp.sh Line 449 in e3444d4
|
yes, you should set that env variable to zero in your job.
it's an Environment variable, so that's how install_idp.sh consumes it |
No description provided.