-
Notifications
You must be signed in to change notification settings - Fork 140
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
Update test-infra dependency to make use of new prowjob config fields #3202
Conversation
As part of the phased plugin work we are introducing a new field `run_before_merge` to some of our prowjobs - this is not available in the version of test-infra that is currently in place and as a result the automation removes this field[1] from our configs. Update test-infra to the latest version in order to allow using this field. [1] kubevirt#3198 (comment) Signed-off-by: Brian Carey <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I figure the tests are failing since in later test-infra versions bazel has been removed. |
tried to convert quickly git to git v2 here maybe worth to combine the PRs and see ? |
btw maybe we can bump to a version where the new field does exists and also Bazel, if we conclude that |
Signed-off-by: Or Shoval <[email protected]>
Signed-off-by: Brian Carey <[email protected]>
59f5c21
to
0f8db5e
Compare
Yeah it looks like we have further bazel issues here. |
do we want to try and fix them ? |
@brianmcarey: The following tests failed, say
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. |
a pretty proper fix can be something like done here another option is to present an updated struct, just for the parsing |
PR needs rebase. 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. |
/close |
@brianmcarey: 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. |
As part of the phased plugin work we are introducing a new field
run_before_merge
to some of our prowjobs - this is not available in the version of test-infra that is currently in place and as a result the automation removes this field[1] from our configs.Update test-infra to the latest version in order to allow using this field.
[1] #3198 (comment)
/cc @oshoval @dhiller