Closed dsp-developers closed 3 months ago
A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-690
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/690/head
git checkout -b pullrequest 092b2543ac8fa3d8a985358d57bd3fcd5ed7885b
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-690"
More instructions here on how to deploy and test a Data Science Pipelines Application.
I'm not as familiar with these as I'd like to be. Do you need someone to review this, or is it auto-approve since it's automated?
@gregsheremeta at this stage, it's just main
contents that have been built, with params
updated with digests, so everything should already have been confirmed, at this stage we can just do more sanity checks if we need to.
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: HumairAK
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is an automated PR to prep Data Science Pipelines Operator for release.