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

Use github action for kfserving controller tests #1056

Merged
merged 9 commits into from Sep 8, 2020
Merged

Use github action for kfserving controller tests #1056

merged 9 commits into from Sep 8, 2020

Conversation

yuzisun
Copy link
Member

@yuzisun yuzisun commented Aug 30, 2020

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

  1. Use github action for KFServing go controller unit tests

Release note:


@kubeflow-bot
Copy link

This change is Reviewable

@pugangxa
Copy link
Contributor

/lgtm

@pugangxa
Copy link
Contributor

/retest

@k8s-ci-robot k8s-ci-robot removed the lgtm label Sep 1, 2020
Copy link
Contributor

@ellistarn ellistarn left a comment

Choose a reason for hiding this comment

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

Excited to see this in action.
Can you run docker containers w/ github actions?

I feel like the workflow should be
Github Action -> Kick off tekton build in build fleet -> Return

@@ -184,6 +184,19 @@ docker-build-storageInitializer:
docker-push-storageInitializer: docker-build-storageInitializer
docker push ${KO_DOCKER_REPO}/${STORAGE_INIT_IMG}

kubebuilder:
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need kb as a dependency? This is for generating controllers, right?

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 is for make test which requires local apiserver/etcd which is installed part of kubebuilder

@yuzisun
Copy link
Member Author

yuzisun commented Sep 2, 2020

/retest

@ellistarn
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ellistarn

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

@k8s-ci-robot k8s-ci-robot merged commit ddfa3e4 into kserve:master Sep 8, 2020
@yuzisun yuzisun deleted the yuzisun-patch-1 branch October 9, 2020 01:17
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.

None yet

5 participants