opendatahub-io / ai-edge

ODH integration with AI at the Edge usecases
Apache License 2.0
9 stars 18 forks source link

RHOAIENG-1869 - Migrate PR check from build and test pipelines into e… #196

Closed MarianMacik closed 7 months ago

MarianMacik commented 7 months ago

…2e pipeline

JIRA: RHOAIENG-1869

Description

This migrates the PR check to test the single e2e pipeline instead of 2 separate pipelines (build-container-image-pipeline and test-mlflow-image-pipeline)

It also adds a new function to be able to create a basic-auth secret instead of a kubernetes.io/dockerconfigjson secret as this is what the pipeline uses now.

How Has This Been Tested?

Locally using a separate cluster.

Merge criteria:

openshift-ci[bot] commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MarianMacik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/opendatahub-io/ai-edge/blob/main/OWNERS)~~ [MarianMacik] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
MarianMacik commented 7 months ago

/retest

MarianMacik commented 7 months ago

/retest

LaVLaS commented 7 months ago

/lgtm

Thx for updating this for the e2e pipeline