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

Increase timeout for Iris Pipeline #1935

Merged
merged 1 commit into from
Oct 17, 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 @@ -45,8 +45,7 @@ Verify Users Can Create And Run A Pipeline That Uses Custom Python Packages To I
[Documentation] Creates and runs iris_pipeline pipeline as regular user, verifiying the run results
... In this pipeline there are tasks defining with packages_to_install some custom python packages to
... be installed at execution time
... ProductBugOnDisconnected: RHOAIENG-6376
[Tags] Smoke ProductBugOnDisconnected
[Tags] Smoke
${emtpy_dict}= Create Dictionary
End To End Pipeline Workflow Using Kfp
... admin_username=${TEST_USER.USERNAME}
Expand All @@ -56,7 +55,7 @@ Verify Users Can Create And Run A Pipeline That Uses Custom Python Packages To I
... project=${PROJECT_NAME}
... python_file=cache-disabled/iris_pipeline.py
... method_name=my_pipeline
... status_check_timeout=180
... status_check_timeout=300
... pipeline_params=${emtpy_dict}
[Teardown] Projects.Delete Project Via CLI By Display Name ${PROJECT_NAME}

Expand Down Expand Up @@ -130,7 +129,6 @@ End To End Pipeline Workflow Using Kfp
... pip_trusted_host=${pip_trusted_host}
${run_status} Check Run Status ${run_id} timeout=${status_check_timeout}
Should Be Equal As Strings ${run_status} SUCCEEDED Pipeline run doesn't have a status that means success. Check the logs
Projects.Delete Project Via CLI By Display Name ${project}

Data Science Pipelines Suite Setup
[Documentation] Data Science Pipelines Suite Setup
Expand Down
Loading