Skip to content

Commit

Permalink
ceph-dev-new: Fix YAML errors in job definition
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Oct 31, 2024
1 parent 899d084 commit 5cff5c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ceph-dev-new/config/definitions/ceph-dev-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cff5c8

Please sign in to comment.