-
Notifications
You must be signed in to change notification settings - Fork 84
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
Run the prod publishing-bot as a periodic job #353
Comments
/assign |
we will need at least:
|
@ameukam Is it possible to get a persistent volume on the build cluster ? |
@akhilerm Yes. I'll work on that this week. Any suggestion about size for the PV ? we can start with 50 GB ? |
yep. that would work. The current production instance uses 100Gi volume as mentioned in https://github.com/kubernetes/publishing-bot/blob/master/artifacts/manifests/pvc.yaml#L4 |
@ameukam Gentle reminder to look into this issue for getting PV in test infra |
Related to: - kubernetes/publishing-bot#353 Add a PVC that will be used publishing-bot as a prowjob Signed-off-by: Arnaud Meukam <[email protected]>
@ameukam we would also need new secret with a Github token in the k8s.io, right? Should I file a PR for that in the k8s.io repo? |
Related to: - kubernetes/publishing-bot#353 Sync existing Github token to trusted GKE cluster `prow-build-trusted`. The token will be consumed by a prowjob Signed-off-by: Arnaud Meukam <[email protected]>
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues 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 issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/lifecycle frozen |
kubernetes/test-infra#29118 added a presubmit to run a dry-run of the bot.
We should do something similar to create a periodic job to run the prod bot. That will allow us to have testgrid integrations, easy access to logs and a multitude of other benefits.
The text was updated successfully, but these errors were encountered: