-
Notifications
You must be signed in to change notification settings - Fork 109
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
wip: Introduce the in-repo-config for evolution repo #841
Conversation
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
I think we should also provide support for autobump for in-repo job definitions. /hold |
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
Ok @zuc, let's find a solution to that. Thanks |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maxgio92 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 |
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
c680695
to
8dbc5ca
Compare
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
Hey @zuc please take a look at the last two commits (36768f8 and ba53927). They aim to:
WDYT? |
@maxgio92: The following tests failed, say
Full PR test history. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
As discussed with @leogr, @FedeDP, @cappellinsamuele, as the direction is to leverage as much as possible Github Actions for repo-specific jobs, I think it's not worth to introduce in-repo config as of now. Instead, I'm going to open a PR dedicated only to #840, and one for refactoring of autobumper script (#999) /close |
@maxgio92: Closed this PR. 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. |
This PR introduces the in_repo_config, only for evolution repo for now.
Moreover, it adds a presubmit prowjob config check, for PR opened in the evolution repository. This is to alert evolution contributors on job configuration errors.
In detail, the jobs are expected in the evolution repo under the
/.prow/
directory.Fixes #840