@@ -125,7 +125,7 @@ spec:
125
125
ELASTIC_SLACK_NOTIFICATIONS_ENABLED : " true"
126
126
SLACK_NOTIFICATIONS_CHANNEL : " #lucene"
127
127
SLACK_NOTIFICATIONS_ALL_BRANCHES : " true"
128
- branch_configuration : lucene_snapshot lucene_snapshot_10
128
+ branch_configuration : lucene_snapshot
129
129
default_branch : lucene_snapshot
130
130
teams :
131
131
elasticsearch-team : {}
@@ -142,10 +142,6 @@ spec:
142
142
branch : lucene_snapshot
143
143
cronline : " 0 2 * * * America/New_York"
144
144
message : " Builds a new lucene snapshot 1x per day"
145
- Periodically on lucene_snapshot_10 :
146
- branch : lucene_snapshot_10
147
- cronline : " 0 2 * * * America/New_York"
148
- message : " Builds a new lucene snapshot 1x per day"
149
145
---
150
146
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
151
147
apiVersion : backstage.io/v1alpha1
@@ -173,7 +169,6 @@ spec:
173
169
ELASTIC_SLACK_NOTIFICATIONS_ENABLED : " true"
174
170
SLACK_NOTIFICATIONS_CHANNEL : " #lucene"
175
171
SLACK_NOTIFICATIONS_ALL_BRANCHES : " true"
176
- branch_configuration : lucene_snapshot lucene_snapshot_10
177
172
default_branch : lucene_snapshot
178
173
teams :
179
174
elasticsearch-team : {}
@@ -190,10 +185,6 @@ spec:
190
185
branch : lucene_snapshot
191
186
cronline : " 0 6 * * * America/New_York"
192
187
message : " Merges main into lucene_snapshot branch 1x per day"
193
- Periodically on lucene_snapshot_10 :
194
- branch : lucene_snapshot_10
195
- cronline : " 0 6 * * * America/New_York"
196
- message : " Merges main into lucene_snapshot_10 branch 1x per day"
197
188
---
198
189
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
199
190
apiVersion : backstage.io/v1alpha1
@@ -221,7 +212,7 @@ spec:
221
212
ELASTIC_SLACK_NOTIFICATIONS_ENABLED : " true"
222
213
SLACK_NOTIFICATIONS_CHANNEL : " #lucene"
223
214
SLACK_NOTIFICATIONS_ALL_BRANCHES : " true"
224
- branch_configuration : lucene_snapshot lucene_snapshot_10
215
+ branch_configuration : lucene_snapshot
225
216
default_branch : lucene_snapshot
226
217
teams :
227
218
elasticsearch-team : {}
@@ -238,10 +229,6 @@ spec:
238
229
branch : lucene_snapshot
239
230
cronline : " 0 9,12,15,18 * * * America/New_York"
240
231
message : " Runs tests against lucene_snapshot branch several times per day"
241
- Periodically on lucene_snapshot_10 :
242
- branch : lucene_snapshot_10
243
- cronline : " 0 9,12,15,18 * * * America/New_York"
244
- message : " Runs tests against lucene_snapshot_10 branch several times per day"
245
232
---
246
233
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
247
234
apiVersion : backstage.io/v1alpha1
0 commit comments