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

Fix for the Elyra pipeline execution #1858

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

jstourac
Copy link
Member

@jstourac jstourac commented Sep 25, 2024

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.


CI: /job/devops/job/rhoai-test-flow/498

image

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.
@jstourac jstourac added verified This PR has been tested with Jenkins enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) labels Sep 25, 2024
@jstourac jstourac self-assigned this Sep 25, 2024
Copy link

Copy link
Contributor

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
544 0 0 544 100

@jstourac jstourac enabled auto-merge (rebase) September 25, 2024 11:12
@jstourac jstourac merged commit 1a9b76f into red-hat-data-services:master Sep 25, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) verified This PR has been tested with Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants