-
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 periodic job for the publishing bot #30572
Add periodic job for the publishing bot #30572
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sayanchowdhury 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 |
/assign @akhilerm |
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.
Provided a few comments.
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
config/jobs/kubernetes/publishing-bot/publishing-bot-periodics.yml
Outdated
Show resolved
Hide resolved
Signed-off-by: Sayan Chowdhury <[email protected]>
Signed-off-by: Sayan Chowdhury <[email protected]>
421420a
to
c7f85ef
Compare
Signed-off-by: Sayan Chowdhury <[email protected]>
- mountPath: /.cache | ||
name: cache | ||
containers: | ||
- name: publisher | ||
command: | ||
- /publishing-bot | ||
- --alsologtostderr | ||
- --config=/etc/munge-config/config | ||
- --source-repo=kubernetes |
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.
@akhilerm do we need the rules-file
flag for the /publishing-bot
as well.
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.
Yes. It is needed.
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-publishing-bot | ||
testgrid-tab-name: publish |
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 might have to create a new tab for this
/cc @dims |
/retest |
Signed-off-by: Sayan Chowdhury <[email protected]>
@sayanchowdhury: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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-sigs/prow repository. |
This commits adds a prow job to run the publishing bot as a periodics
Fixes kubernetes/publishing-bot#353
/cc @akhilerm