From 5cff5c83d6532071e1296501a33b82242a6786b0 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 28 Oct 2024 16:41:21 -0600 Subject: [PATCH] ceph-dev-new: Fix YAML errors in job definition Signed-off-by: Zack Cerza --- ceph-dev-new/config/definitions/ceph-dev-new.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index dca943648..53fa418e8 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -35,16 +35,12 @@ - bool: name: THROWAWAY - description: " -Default: False. When True it will not POST binaries to chacra. Artifacts will not be around for long. Useful to test builds." + description: "Default: False. When True it will not POST binaries to chacra. Artifacts will not be around for long. Useful to test builds." default: false - bool: name: FORCE - description: " -If this is unchecked, then then nothing is built or pushed if they already exist in chacra. This is the default. - -If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra." + description: "If this is unchecked, then then nothing is built or pushed if they already exist in chacra. This is the default. If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra." - string: name: CEPH_BUILD_VIRTUALENV