Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep more builds and artifacts for ceph-dev-new builds #2295

Merged
merged 3 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
- github:
url: https://github.com/ceph/ceph-ci
- build-discarder:
days-to-keep: 30
artifact-days-to-keep: 30
days-to-keep: 90
artifact-days-to-keep: 90

parameters:
- copyartifact-build-selector:
name: SETUP_BUILD_ID
which-build: multijob-build

execution-strategy:
combination-filter: |
Expand Down Expand Up @@ -70,7 +75,8 @@
- copyartifact:
project: ceph-dev-new-setup
filter: 'dist/**'
which-build: multijob-build
which-build: build-param
param: SETUP_BUILD_NUMBER
- inject:
properties-file: ${WORKSPACE}/dist/sha1
- inject:
Expand Down
4 changes: 2 additions & 2 deletions ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
properties:
- build-discarder:
days-to-keep: -1
num-to-keep: 25
num-to-keep: 100
artifact-days-to-keep: -1
artifact-num-to-keep: -1
artifact-num-to-keep: 50
- github:
url: https://github.com/ceph/ceph-ci
- copyartifact:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down