From a16772b8db5d00db625057b626e40691cce635e9 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 25 Nov 2024 15:03:47 -0700 Subject: [PATCH] ceph-dev-new-trigger: Keep more builds Builds of this job take up 20MB. Signed-off-by: Zack Cerza --- .../config/definitions/ceph-dev-new-trigger.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml index f36c5fcc..d57efc74 100644 --- a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml +++ b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml @@ -8,7 +8,7 @@ block-upstream: false properties: - build-discarder: - num-to-keep: 50 + num-to-keep: 100 artifact-days-to-keep: -1 artifact-num-to-keep: -1 - github: @@ -273,6 +273,14 @@ DISTROS=centos8 focal FLAVOR=jaeger ARCHS=x86_64 + # sccache + - conditional-step: + condition-kind: regex-match + regex: .*sccache.* + label: '${GIT_BRANCH}' + on-evaluation-failure: dont-run + steps: + - shell: echo skipping wrappers: - inject-passwords: -- 2.39.5