From 2275bbedb69319f090d5d68c34540714803eb1dc Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Thu, 26 Jan 2017 14:30:16 -0800 Subject: [PATCH] removing stale distros and preventing the SCM step from wiping the workspace Signed-off-by: Gregory Meno --- calamari/config/definitions/calamari.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/calamari/config/definitions/calamari.yml b/calamari/config/definitions/calamari.yml index 9d86d2f6..5c8739cd 100644 --- a/calamari/config/definitions/calamari.yml +++ b/calamari/config/definitions/calamari.yml @@ -51,16 +51,10 @@ If this is checked, then the binaries will be built and pushed to chacra even if type: label-expression name: AVAILABLE_DIST values: - - centos6 - centos7 - trusty - xenial - jessie - - precise - - wheezy - - axis: - type: dynamic - name: DIST - axis: type: dynamic name: DIST @@ -80,7 +74,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if branches: - $BRANCH skip-tag: true - wipe-workspace: true + wipe-workspace: false builders: - shell: | -- 2.39.5