-
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
Create pipeline run with different user #1628
Create pipeline run with different user #1628
Conversation
Robot Results
|
4434c3d
to
d6ce16b
Compare
d6ce16b
to
5da4e0a
Compare
Install DataSciencePipelinesApplication CR ${project} | ||
${status} Login And Wait Dsp Route ${username} ${password} ${project} | ||
${status} Login And Wait Dsp Route ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${project} |
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.
In my opinion, mixing global variables and parameters here for username and password is confusing, it looks like an error.
I think it would be better to add new parameters like ${username_create_run} and ${password_create_run}, or just not using the keyword End To End Pipeline Workflow Using Kfp
for this specific test
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.
Well, it is a static value. Static values are for this purpose. I think having a new variable just to have the value of a static value is not good practice, IMHO.
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 current approach looks good to me. Thanks Diego!
4b773c6
to
3fee5d2
Compare
3fee5d2
to
95f8377
Compare
95f8377
to
b5ba5f5
Compare
|
Tested with RHOAI 2.13 - Nightly and all tests passed