From 62c509037827a9d16bfbb1c9cd2e7ead4b4ab9fc Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 23 Jan 2017 14:22:17 -0500 Subject: [PATCH] Lava: Clean workspace on job completion Signed-off-by: Francis Deslauriers --- jobs/lttng-baremetal-tests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jobs/lttng-baremetal-tests.yaml b/jobs/lttng-baremetal-tests.yaml index 1f65d3a..307a103 100644 --- a/jobs/lttng-baremetal-tests.yaml +++ b/jobs/lttng-baremetal-tests.yaml @@ -41,6 +41,7 @@ - gallery-type: archived-images-gallery title: Results includes: '*.png' + - workspace-cleanup scm: - git: url: git://git-mirror.internal.efficios.com/lttng/lttng-tools.git @@ -142,6 +143,7 @@ strategy: new-failure-and-fixed channels: - name: '#lttng' + - workspace-cleanup builders: - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh @@ -216,6 +218,8 @@ strategy: new-failure-and-fixed channels: - name: '#lttng' + - workspace-cleanup + builders: - shell: !include-raw-escape: scripts/lttng-baremetal-tests/generate-properties-master.sh - trigger-builds: @@ -414,6 +418,8 @@ - string: name: 'BUILD_DEVICE' description: 'The target device. (kvm or baremetal)' + publishers: + - workspace-cleanup ## Project - project: -- 2.34.1