-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Scheduled builds #24351
Comments
I'm in favor of this, both in creating and prioritizing. I see a lot of value in using this for link checking or other similar tooling. |
Another thing scheduled builds ties into well: a shortcode to fetch from other repos (a bit like a Git submodule, but fetched at render time and tied specifically to GitHub). |
I’m in favor of using this as well. |
Hi. Some things to think about:
|
After adding periodic triggers, either of the following would trigger deploying https://kubernetes.io/
|
That sounds like a different feature. Scheduled builds would reduce the window between a depended-on artifact changing and that being reflected on the live Kubernetes websites. |
Yes, it's not as valuable as the blog publishing or the automatic updating based on external sources. |
https://k8s.dev/ is an example of a site that publishes blog articles automatically.
|
Based on #24351 (comment) |
This comment has been minimized.
This comment has been minimized.
/triage accepted |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@sftim, Is there more work to do? |
This is done |
@sftim: Closing this issue. 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 is a Feature Request
What would you like to be added
Trigger a site build via the Netlify API every n hours
Why is this needed
Scheduled builds enable other features, including:
Comments
Based on an idea mentioned in kubernetes/contributor-site#160 (which suggested triggering a build using a GitHub Action)
/kind feature
The text was updated successfully, but these errors were encountered: