Skip to content

Commit

Permalink
KFP as a smoke test (#1595)
Browse files Browse the repository at this point in the history
Pipelines team are now represented by two teams. Backend and Frontend
This ensure that only the backend will run during the nightly builds

Co-authored-by: Jorge <[email protected]>
  • Loading branch information
diegolovison and jgarciao authored Jul 5, 2024
1 parent 689e505 commit ffc37a3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ${KUEUE_RESOURCES_SETUP_FILEPATH}= tests/Resources/Page/DistributedWorkloads/
Verify Ods Users Can Create And Run A Data Science Pipeline Using The kfp Python Package
[Documentation] Creates, runs pipelines with regular user. Double check the pipeline result and clean
... the pipeline resources.
[Tags] Sanity Tier1 ODS-2203
[Tags] Smoke Tier1 ODS-2203
${emtpy_dict}= Create Dictionary
End To End Pipeline Workflow Using Kfp
... username=${TEST_USER.USERNAME}
Expand All @@ -38,7 +38,7 @@ Verify Ods Users Can Create And Run A Data Science Pipeline Using The kfp Python
Verify Upload Download In Data Science Pipelines Using The kfp Python Package
[Documentation] Creates, runs pipelines with regular user. Double check the pipeline result and clean
... the pipeline resources.
[Tags] Tier1 ODS-2683
[Tags] Sanity Tier1 ODS-2683
${upload_download_dict}= Create Dictionary mlpipeline_minio_artifact_secret=value bucket_name=value
End To End Pipeline Workflow Using Kfp
... username=${TEST_USER.USERNAME}
Expand All @@ -56,7 +56,6 @@ Verify Ods Users Can Create And Run A Data Science Pipeline With Ray Using The k
[Documentation] Creates, runs pipelines with regular user. Double check the pipeline result and clean
... the pipeline resources.
[Tags] Tier1
... ODS-2541
Skip If Component Is Not Enabled ray
Skip If Component Is Not Enabled codeflare
${ray_dict}= Create Dictionary
Expand Down

0 comments on commit ffc37a3

Please sign in to comment.