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

DSPv2 #539

Merged
merged 112 commits into from
Jan 18, 2024
Merged

DSPv2 #539

merged 112 commits into from
Jan 18, 2024

Conversation

gmfrasca
Copy link
Member

The issue resolved by this Pull Request:

Resolves #534

Description of your changes:

Merge in dspv2 feature branch

Testing instructions

Full Testing suite required. Deploy DSPO, ensure sanity. Deploy v1 and v2 DSPAs

Checklist

  • 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

- Some components have conditions (only deploy if XYZ option set), so
  seperate these specific manifests from rest of the 'default ones
  for that component
- Some components have conditions (only deploy if XYZ option set), so
  seperate these specific manifests from rest of the 'default ones
  for that component
@dsp-developers
Copy link
Contributor

A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-539
An OCP cluster where you are logged in as cluster admin is required.

To use this image run the following:

cd $(mktemp -d)
git clone git@github.com:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/539/head
git checkout -b pullrequest cd786d97ebdbca735a76a11891df824d4a448419
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-539"

More instructions here on how to deploy and test a Data Science Pipelines Application.

@HumairAK
Copy link
Contributor

/hold

@hbelmiro
Copy link
Contributor

There's a DSPA failing with Cannot get MLMD objects from Metadata store.

How to reproduce

Check out this branch:

gh pr checkout 539

On a fresh cluster, deploy Argo:

oc new-project argo
make argodeploy

Create the opendatahub namespace:

oc new-project opendatahub

Deploy DSPO from the branch:

make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-539"

Create the kubeflow namespace:

oc new-project kubeflow

Checkout https://github.com/hbelmiro/data-science-pipelines-operator/tree/issue-498:

gh pr checkout 541

Deploy the DSPA to the kubeflow namespace:

kustomize build config/samples/v2/custom-configs | oc -n kubeflow create -f -

Get the route for the DSPA:

oc get route ds-pipeline-ui-sample -n kubeflow

Open the URL in the browser and start a new pipeline run. In the pipeline run view, you'll see the error message after a few seconds.

Screenshot from 2024-01-12 10-38-15

@dsp-developers
Copy link
Contributor

Change to PR detected. A new PR build was completed.
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-539

@gmfrasca
Copy link
Member Author

There's a DSPA failing with Cannot get MLMD objects from Metadata store.

I retested this on a couple clusters, one of which was freshly provisioned, and wasn't able to reproduce the problem. I did notice that the error message was shown on the run when first kicked off, but it very quickly resolved on its own, and i believe had to do with creating the run so soon after DSPA creation.

@hbelmiro
Copy link
Contributor

/lgtm

@gregsheremeta
Copy link
Contributor

/hold

let's make sure this merged while everyone is awake / around

@gregsheremeta
Copy link
Contributor

/unhold

@gregsheremeta
Copy link
Contributor

/approve

:shipit:

Copy link
Contributor

openshift-ci bot commented Jan 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amadhusu, gregsheremeta, hbelmiro

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:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 2523906 into main Jan 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DSPv2 feature branch into main
9 participants