From 89feb4144abd8db00097ac79ece8970a0cabd202 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Fri, 23 Jun 2017 19:28:46 +0200 Subject: [PATCH] cephmetrics: Add default branch, forbid wipe The build job does not work well with empty branch, we should provide a default master branch to fix it. It looks like it is not enough to remove the wipe-workspace line, it was on even without that line. Adding wipe-workspace: false to hopefully fix it. Signed-off-by: Boris Ranto --- cephmetrics/config/definitions/cephmetrics.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cephmetrics/config/definitions/cephmetrics.yml b/cephmetrics/config/definitions/cephmetrics.yml index 8bdf8eba..2c4d722f 100644 --- a/cephmetrics/config/definitions/cephmetrics.yml +++ b/cephmetrics/config/definitions/cephmetrics.yml @@ -10,6 +10,7 @@ - string: name: BRANCH description: "The git branch (or tag) to build" + default: "master" - string: name: DISTROS @@ -72,6 +73,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if branches: - $BRANCH skip-tag: true + wipe-workspace: false builders: - shell: | -- 2.47.3