From 50bdcbd6eb8bd08ec5c28e8075c5a135a4466a5a Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 24 Jan 2025 13:02:43 -0700 Subject: [PATCH] cdp defaults --- .../config/definitions/ceph-dev-pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml index b82d2e47..36954456 100644 --- a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml +++ b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml @@ -21,17 +21,17 @@ - string: name: BRANCH description: "The git branch (or tag) to build" - default: sccache_main + default: main - string: name: DISTROS description: "A list of distros to build for. Available options are: centos9, centos8, noble, jammy, focal, and windows" - default: "centos9" + default: "centos9 jammy" - string: name: ARCHS description: "A list of architectures to build for. Available options are: x86_64 and arm64" - default: "x86_64" + default: "x86_64 arm64" - bool: name: CI_COMPILE @@ -41,12 +41,12 @@ - bool: name: THROWAWAY description: "Whether to push any binaries to Chacra" - default: true + default: false - bool: name: FORCE description: "Whether to push new binaries to Chacra if some are already present" - default: true + default: false - choice: name: FLAVOR @@ -60,7 +60,7 @@ - bool: name: CI_CONTAINER description: "Whether to build and push container images" - default: false + default: true - string: name: CONTAINER_REPO_HOSTNAME -- 2.39.5