-
Notifications
You must be signed in to change notification settings - Fork 394
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 Prowjobs #2975
🌱 Add Prowjobs #2975
Conversation
d4d9d76
to
4555193
Compare
/retest |
1 similar comment
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sttts 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 |
LGTM label has been added. Git tree hash: d41be6ba6c8013965e079daaebe14d40174ca353
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sttts 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 |
How can we set the required jobs? Just manually or is there something in prow? |
All jobs that were executed are required by default, unless a job has |
Until the openshift jobs disappear, I guess we have to manually |
/override ci/prow/boilerplate |
@xrstf: Overrode contexts on behalf of xrstf: ci/prow/boilerplate, ci/prow/codegen, ci/prow/deps, ci/prow/images, ci/prow/imports, ci/prow/lint, ci/prow/modules, ci/prow/test 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. |
1 similar comment
@xrstf: Overrode contexts on behalf of xrstf: ci/prow/boilerplate, ci/prow/codegen, ci/prow/deps, ci/prow/images, ci/prow/imports, ci/prow/lint, ci/prow/modules, ci/prow/test 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. |
/override ci/prow/e2e |
@xrstf: Overrode contexts on behalf of xrstf: ci/prow/e2e, ci/prow/e2e-multiple-runs, ci/prow/e2e-sharded, ci/prow/e2e-shared 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. |
@xrstf: Overrode contexts on behalf of xrstf: ci/prow/e2e, ci/prow/e2e-multiple-runs, ci/prow/e2e-sharded, ci/prow/e2e-shared 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. |
Summary
This moves the Prowjobs that were previously part of the openshift/release repo into a simple in-repo configuration (i.e. a
.prow.yaml
).I combined the various verify tasks into a single
pull-kcp-verify
job, but had to pull the codegen task out into its own Prow job, as running it as part of other tasks seems to make it get stuck and I have not further investigated why.client-gen
seems to just sit forever (I checked the pod, CPU usage was basically idling).part of kcp-dev/infra#43
Release Notes