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

Add a test for Ilab KFP pipeline #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VaniHaripriya
Copy link
Contributor

@VaniHaripriya VaniHaripriya commented Jan 14, 2025

This issue resolves RHOAIENG-16508

Description

  • Added a new test to test the successful run completion of iLab pipeline.
  • When given a Pipeline Server, with the Ilab pipeline imported, the test will:
  1. Start the pipeline with a set of reasonable input parameters for testing successful run.
  2. Confirm the pipeline runs successfully.

How Has This Been Tested?

  • Used dsp-non-fips cluster - RHOAI cluster
  • Selected an existing pipeline to execute the test- rmartine-ilab.
  • Set the environment variables ENABLE_ILAB_PIPELINE_TEST , PIPELINE_SERVER_URL, BEARER_TOKEN, PIPELINE_DISPLAY_NAME .
  • Since the cluster uses self-signed certificates, added and trusted the certificates before executing the test.
  • Executed the test using below command-
    go test -run TestPipelineRun -v -timeout 180m ./standalone/e2e/

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

@VaniHaripriya VaniHaripriya marked this pull request as ready for review January 15, 2025 21:39
@VaniHaripriya
Copy link
Contributor Author

Screenshot from 2025-01-31 04-07-57
Attaching the pipeline run which was completed successfully using this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant