Skip to content

Commit 0eb5357

Browse files
committed
ceph-dev-cron: Build main and tentacle for rocky10
Signed-off-by: David Galloway <[email protected]>
1 parent 08dc407 commit 0eb5357

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ceph-dev-cron/config/definitions/ceph-dev-cron.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
CEPH_REPO=https://github.com/ceph/ceph
8080
SETUP_JOB=ceph-source-dist
8181
# build tentacle on:
82-
# default: noble jammy centos9 windows
83-
# crimson: centos9
82+
# default: noble jammy rocky10 centos9 windows
83+
# crimson: centos9 rocky10
8484
- conditional-step:
8585
condition-kind: regex-match
8686
regex: .*tentacle.*
@@ -96,22 +96,22 @@
9696
property-file: branch.properties
9797
predefined-parameters: |
9898
FORCE=True
99-
DISTROS=noble jammy centos9 windows
99+
DISTROS=noble jammy rocky10 centos9 windows
100100
CEPH_REPO=https://github.com/ceph/ceph
101101
SETUP_JOB=ceph-source-dist
102102
- project: 'ceph-dev-pipeline'
103103
property-file: branch.properties
104104
predefined-parameters: |
105105
FORCE=True
106-
DISTROS=centos9
106+
DISTROS=centos9 rocky10
107107
FLAVOR=crimson-debug
108108
ARCHS=x86_64
109109
CEPH_REPO=https://github.com/ceph/ceph
110110
SETUP_JOB=ceph-source-dist
111111
# build main on:
112-
# default: noble jammy centos9 windows
113-
# crimson-debug: centos9
114-
# crimson-release: centos9
112+
# default: noble jammy rocky10 centos9 windows
113+
# crimson-debug: centos9 rocky10
114+
# crimson-release: centos9 rocky10
115115
- conditional-step:
116116
condition-kind: regex-match
117117
regex: .*main.*
@@ -127,14 +127,14 @@
127127
property-file: branch.properties
128128
predefined-parameters: |
129129
FORCE=True
130-
DISTROS=noble jammy centos9 windows
130+
DISTROS=noble jammy rocky10 centos9 windows
131131
CEPH_REPO=https://github.com/ceph/ceph
132132
SETUP_JOB=ceph-source-dist
133133
- project: 'ceph-dev-pipeline'
134134
property-file: branch.properties
135135
predefined-parameters: |
136136
FORCE=True
137-
DISTROS=centos9
137+
DISTROS=centos9 rocky10
138138
FLAVOR=crimson-debug
139139
ARCHS=x86_64
140140
CEPH_REPO=https://github.com/ceph/ceph
@@ -143,7 +143,7 @@
143143
property-file: branch.properties
144144
predefined-parameters: |
145145
FORCE=True
146-
DISTROS=centos9
146+
DISTROS=centos9 rocky10
147147
FLAVOR=crimson-release
148148
ARCHS=x86_64
149149
CEPH_REPO=https://github.com/ceph/ceph

0 commit comments

Comments
 (0)