Skip to content

Commit 6cd2243

Browse files
authored
buildbot: Add release dashboard cache refresh request cronjob (#500)
1 parent 3d0eae9 commit 6cd2243

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

salt/buildbot/init.sls

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ find /data/www/buildbot/test-results -type f -mtime +7 -exec rm {} \;:
9494
- user: buildbot
9595
- special: '@daily'
9696

97+
curl --head 'https://buildbot.python.org/plugins/wsgi_dashboards/release_status/index.html?refresh=true':
98+
cron.present:
99+
- identifier: RELEASE_DASHBOARD_CACHE_REFRESH
100+
- user: buildbot
101+
- minute: '*/5'
102+
97103
/etc/nginx/sites.d/buildbot-master.conf:
98104
file.managed:
99105
- source: salt://buildbot/config/nginx.conf.jinja

0 commit comments

Comments
 (0)