-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
On board openshift/knative-client to use OpenShift CI #4026
On board openshift/knative-client to use OpenShift CI #4026
Conversation
Hi @navidshaikh. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
/retest |
1 similar comment
/retest |
name: release-next | ||
base_images: | ||
base: | ||
name: '4.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you generate these? check in the eventin / serving repos, we generate those files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the serving one, should bump to 4.1
https://github.com/openshift/knative-serving/blob/master/openshift/ci-operator/generate-ci-config.sh#L7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still 4.0
ci-operator/jobs/openshift/knative-client/openshift-knative-client-release-next-presubmits.yaml
Show resolved
Hide resolved
are there no postsubmit hooks ? |
Nope, probably we'll add one as needed later, want to get the setup in place ASAP. |
a557c04
to
a00de4d
Compare
openshift/knative-client is the client/CLI for knative, this PR on boards the client to use OpenShift CI and adds respective tests.
a00de4d
to
06497f1
Compare
name: release-next | ||
base_images: | ||
base: | ||
name: '4.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still 4.0
ci-operator/config/openshift/knative-client/openshift-knative-client-release-v0.1.0.yaml
Outdated
Show resolved
Hide resolved
/test pj-rehearse |
Updated installing knative serving |
/test pj-rehearse |
Updated to source knative/test-infra and added missing knative-serving namespace /test pj-rehearse |
@matzew @stevekuznetsov : thanks for review, updated the PR, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
@navidshaikh I think you should also add the repo to be watched by Tide for automated merges ( around https://github.com/openshift/release/blob/master/cluster/ci/config/prow/config.yaml#L333). |
Added openshift/knative-client repo
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes, navidshaikh, petr-muller 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 |
@navidshaikh: Updated the following 5 configmaps:
In response to this:
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. |
openshift/knative-client is the client/CLI for knative, this PR
on boards the client to use OpenShift CI and adds respective tests.