We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0eae9 commit 6cd2243Copy full SHA for 6cd2243
salt/buildbot/init.sls
@@ -94,6 +94,12 @@ find /data/www/buildbot/test-results -type f -mtime +7 -exec rm {} \;:
94
- user: buildbot
95
- special: '@daily'
96
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
+
103
/etc/nginx/sites.d/buildbot-master.conf:
104
file.managed:
105
- source: salt://buildbot/config/nginx.conf.jinja
0 commit comments