diff --git a/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 b/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 index 1b27431a6b..cd487421d3 100644 --- a/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 +++ b/roles/taskotron/taskotron-master/templates/taskotron-tmpwatch.cron.j2 @@ -1,2 +1,4 @@ 0 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ artifacts_max_life }} {{ public_artifacts_dir }} -0 0 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }} +0 10 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/x86_64 +0 20 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/i386 +0 30 * * * {{ buildmaster_user }} tmpwatch -vv --dirmtime -m -f {{ buildmaster_max_life }} {{ buildmaster_dir }}/all