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 23, 2024
1 parent 9b7744d commit 027e786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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}

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
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Verify That DSC And DSCI Release.Version Attribute matches the value in the subs

Data Science Pipelines Post Upgrade Verifications
[Documentation] Verifies the status of the resources created in project dsp-test-upgrade after the upgradea
[Tags] Upgrade DataSciencePipelines-Backend
[Tags] Upgrade DataSciencePipelines-Backend
DataSciencePipelinesUpgradeTesting.Verify Resources After Upgrade


Expand Down

0 comments on commit 027e786

Please sign in to comment.