Skip to content
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

Remove generation validation from Pipelines Test #1955

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ Create PipelineServer Using Custom DSPA
... ${assert_install}=${TRUE} ${configure_pip_index}=${TRUE}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this argument is not needed anymore now? could you remove it in case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


Run And Verify Command oc apply -f "${DSPA_PATH}/${dspa_file}" -n ${namespace}
IF ${assert_install}==True
${generation_value}= Run And Verify Command oc get datasciencepipelinesapplications -n ${namespace} -o json | jq '.items[0].metadata.generation' # robocop: off=line-too-long
Should Be True ${generation_value} == 2 DataSciencePipelinesApplication created
END

IF ${configure_pip_index} Create Pipelines ConfigMap With Custom Pip Index Url And Trusted Host ${namespace}

Expand Down
Loading