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 testing of KF MR Manifests #36

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

tarilabs
Copy link
Member

@tarilabs tarilabs commented Mar 11, 2024

resolves #35

Description

Use Kind GHA script to dry-run the Model Registry image built on a pull_request, use similarly to previously existing strategy, now adapted from using Operator pattern to use Manifest and Kind.

How Has This Been Tested?

demo here

Merge criteria:

  • The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
  • 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

@tarilabs tarilabs marked this pull request as draft March 11, 2024 11:23
@tarilabs tarilabs force-pushed the tarilabs-20240311-35 branch 2 times, most recently from f76dbd6 to d7fad71 Compare March 11, 2024 12:39
Signed-off-by: Matteo Mortari <[email protected]>
@tarilabs tarilabs force-pushed the tarilabs-20240311-35 branch from d7fad71 to fbd758c Compare March 11, 2024 12:43
@tarilabs tarilabs marked this pull request as ready for review March 11, 2024 12:44
@google-oss-prow google-oss-prow bot requested a review from Tomcli March 11, 2024 12:44
uses: helm/[email protected]
- name: Load Local Registry Test Image
env:
IMG: "quay.io/opendatahub/model-registry:${{ steps.tags.outputs.tag }}"
Copy link
Contributor

@dhirajsb dhirajsb Mar 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either in this PR or in a separate one, we'll need to replace references to quay with dockerhub instead. I think this action doesn't push/pull images from quay, but it could be confusing to a new reader.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or better yet, replace with generic variables like DOCKER_REPO.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR focus on Kind testing.

Indeed that can/will be done in separate PR

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this action doesn't push/pull images from quay

can confirm, here:

once Kind is in-place as it was pre-migration, we can use parametric image name also here, and would be a great non-regression testing that image creation and publishing (to dockerhub).

Copy link
Contributor

@dhirajsb dhirajsb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link

@dhirajsb: changing LGTM is restricted to collaborators

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Contributor

@rareddy rareddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dhirajsb, rareddy, tarilabs

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

@google-oss-prow google-oss-prow bot merged commit aeeffc0 into kubeflow:main Mar 14, 2024
11 checks passed
tarilabs added a commit to tarilabs/model-registry that referenced this pull request Mar 18, 2024
rkubis pushed a commit to rkubis/model-registry that referenced this pull request Apr 2, 2024
* Added DSCI config

* This commit corrects the order in which the DSCI is applied uses the correct default dsci needed for correct application

* This commit adds a script to test if yq is installed and installs it if it isn't

* This commit removes the script call as it is not needed
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.

testing of KF MR Manifests
3 participants