Run slave-cleanup on all proposal jobs

slave-cleanup cleans up more than 100 MB for each job it runs - and it
cleans the same content that we normally clean when starting the job.
so, this will save some space on the proposal slave.

Add the slave-cleanup run to all jobs running on proposal node.

Change-Id: Ide862b0d1d066adbf992de7f542be2d4d20cf9b1
This commit is contained in:
Andreas Jaeger 2016-04-15 16:21:45 +02:00
parent 6a746edd2e
commit 9c76d560ac
5 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@
publishers:
- console-log
- proposal-slave-cleanup
- job:

View File

@ -38,3 +38,4 @@
publishers:
- console-log
- proposal-slave-cleanup

View File

@ -48,3 +48,4 @@
publishers:
- console-log
- proposal-slave-cleanup

View File

@ -11,6 +11,7 @@
publishers:
- console-log
- proposal-slave-cleanup
- job-template:
name: 'gate-{name}-tox-doc-publish-{envlist}'

View File

@ -270,6 +270,7 @@
publishers:
- console-log
- proposal-slave-cleanup
- job-template:
name: propose-requirements-constraints{job-suffix}
@ -290,3 +291,4 @@
publishers:
- console-log
- proposal-slave-cleanup