From dfa3cdc9be730a866874fe2d04500352b8e8adca Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Wed, 25 Sep 2024 10:59:10 +0200 Subject: [PATCH] Fix for the Elyra pipeline execution The name of the pipeline created depended on the name of the image. So if we used a different or custom image (e.g. during testing some new image) the value generated from `${img} Pipeline` didn't match the expected name of the pipeline experiment later in the code. It was wrong from the beginning and the name of the experiment should be used also here. Works with the current Jupyter/Elyra 3 image and also with the upcoming Jupyter/Elyra 4 image. --- ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot b/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot index f4ae89898..f342de06a 100644 --- a/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot +++ b/ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot @@ -102,7 +102,7 @@ Verify Pipelines Integration With Elyra Running Hello World Pipeline Test # ... ods-ci-notebooks-main/notebooks/500__jupyterhub/pipelines/v2/elyra/run-pipelines-on-data-science-pipelines/hello-generic-world.pipeline # robocop: disable Verify Hello World Pipeline Elements Set Runtime Image In All Nodes runtime_image=${runtime_image} - Run Pipeline pipeline_name=${img} Pipeline + Run Pipeline pipeline_name=${experiment_name} Wait Until Page Contains Element xpath=//a[.="Run Details."] timeout=30s ${pipeline_run_name} = Get Pipeline Run Name Switch To Pipeline Execution Page