-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 new job to test publishing bot #29118
add new job to test publishing bot #29118
Conversation
akhilerm
commented
Mar 23, 2023
- adds a new job to test publishing bot against k/k master branch
/cc @nikhita @dims |
da3ceb6
to
d706444
Compare
config/jobs/kubernetes/publishing-bot/publishing-bot-presubmits.yaml
Outdated
Show resolved
Hide resolved
preset-dind-enabled: "true" | ||
path_alias: k8s.io/publishing-bot | ||
spec: | ||
containers: |
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.
We should set up cpu/memory requests and limits as per:
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.
Done.
@akhilerm please also squash all the commits into a single commit. thanks! |
7ab440f
to
4ca2986
Compare
- add new job to test publishing bot on every PR - the test will be kept optional for now, since it is newly introduced and will take some time to become stable Signed-off-by: Akhil Mohan <[email protected]>
4ca2986
to
ba9eeb9
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akhilerm, nikhita 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 |
/hold cancel |
/hold cancel |
@akhilerm: Updated the
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. |