-
Notifications
You must be signed in to change notification settings - Fork 154
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
Automatic update of site when external content is updated #160
Comments
Hey @mrbobbytables How about having a github action for the automatic trigger? |
@kushthedude As it spans multiple repos and they have prow in place I'd lean a bit more towards doing it that way. For the most part though it should be pretty similar :) |
There is no prow job for contributor-site right now, should I add one here https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs ? |
OOOH, I think I get what you were saying now. We could setup a github action for this repo to trigger on an interval to rebuild. Long term we'd want prow jobs to trigger a rebuild targeting the places where the external content is sourced:
That way the prow job would trigger a rebuild anytime content in those external sources is updates. |
Yes, that was I was saying. We can setup up a cron github action to curl
the rebuild webhook at particular interval.
…On Fri, 4 Sep, 2020, 19:25 Bob Killen, ***@***.***> wrote:
OOOH, I think I get what you were saying now. We could setup a github
action for this repo to trigger on an interval to rebuild.
Long term we'd want prow jobs to trigger a rebuild targeting the places
where the external content is sourced:
- kubernetes/community <https://github.com/kubernetes/community>
- /contributors/guide
- kubernetes/sig-release <https://github.com/kubernetes/sig-release>
- /releases
That way the prow job would trigger a rebuild anytime content in those
external sources is updates.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLXF6HMQ3BGGT5CPWBDSEDWUZANCNFSM4QNAG4SQ>
.
|
The GitHub Action trigger sounds like a reasonable idea, and would also work for https://k8s.io/ (which has similar needs). |
/kind feature |
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. |
I think with the action trigger in place, this is good to close 👍 /close |
@mrbobbytables: 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. |
Currently the site is only updated when a PR to this repo is merged or a manual trigger of a build is done in netlify. Long term a prow job should be configured to trigger the rebuild webhook whenever the externally sourced content is updated.
As a short term solution, a periodic job could be configured to trigger rebuilding the site on something like a 12hr interval.
The text was updated successfully, but these errors were encountered: