Skip to content

Commit

Permalink
buildbot: Add release dashboard cache refresh request cronjob (python…
Browse files Browse the repository at this point in the history
  • Loading branch information
zware authored Sep 27, 2024
1 parent 3d0eae9 commit 6cd2243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/buildbot/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ find /data/www/buildbot/test-results -type f -mtime +7 -exec rm {} \;:
- user: buildbot
- special: '@daily'

curl --head 'https://buildbot.python.org/plugins/wsgi_dashboards/release_status/index.html?refresh=true':
cron.present:
- identifier: RELEASE_DASHBOARD_CACHE_REFRESH
- user: buildbot
- minute: '*/5'

/etc/nginx/sites.d/buildbot-master.conf:
file.managed:
- source: salt://buildbot/config/nginx.conf.jinja
Expand Down

0 comments on commit 6cd2243

Please sign in to comment.