Skip to content

Commit

Permalink
Remove generation validation from Pipelines Test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison committed Oct 22, 2024
1 parent 88826c7 commit eca3fb9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ Create PipelineServer Using Custom DSPA
[Arguments] ${namespace} ${dspa_file}=data-science-pipelines-sample.yaml
... ${assert_install}=${TRUE} ${configure_pip_index}=${TRUE}

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}

Verify Pipeline Server Deployments # robocop: disable
Expand Down

0 comments on commit eca3fb9

Please sign in to comment.