Skip to content
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

Remove 5-day-old zipped logs from buildslave dirs every night #200

Merged
merged 1 commit into from Feb 23, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

remove old build logs

  • Loading branch information
edunham committed Feb 22, 2016
commit b05e418c44257fb2f2e91611c90422732f95b490
@@ -51,3 +51,10 @@ buildbot-github-listener:
- watch:
- file: /usr/local/bin/github_buildbot.py
- file: /etc/init/buildbot-github-listener.conf

remove-old-build-logs:
cron.present:
- name: 'find /home/servo/buildbot/master/*/*.bz2 -mtime +5 -delete'
- user: root
- minute: 1
- hour: 0
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.