Skip to content

Commit

Permalink
www: less agressive nightly promotion & CDN cache purge
Browse files Browse the repository at this point in the history
Ref: #2264
  • Loading branch information
rvagg committed Apr 10, 2020
1 parent a042232 commit ed0c66d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ansible/www-standalone/tasks/site-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@
dest: /etc/crontab
line: "{{ item }}"
with_items:
- '*/5 * * * * dist /home/staging/tools/promote/promote_nightly.sh nodejs'
- '*/5 * * * * dist /home/staging/tools/promote/promote_nightly.sh iojs'
- '* * * * * nodejs /home/nodejs/check-build-site.sh nodejs'
- '* * * * * nodejs /home/nodejs/check-build-site.sh iojs'
- '* * * * * root /home/nodejs/cdn-purge.sh'
- '*/30 * * * * dist /home/staging/tools/promote/promote_nightly.sh nodejs'
- '*/5 * * * * nodejs /home/nodejs/check-build-site.sh nodejs'
- '*/5 * * * * root /home/nodejs/cdn-purge.sh'
- '* */4 * * * nodejs /home/nodejs/sync-benchmarking.sh'
tags: setup

Expand Down

0 comments on commit ed0c66d

Please sign in to comment.