Skip to content

Commit 6e24e5a

Browse files
committed
Remove lucene_snapshot_10 jobs
1 parent 717cd65 commit 6e24e5a

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

catalog-info.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
126126
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
127127
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
128-
branch_configuration: lucene_snapshot lucene_snapshot_10
128+
branch_configuration: lucene_snapshot
129129
default_branch: lucene_snapshot
130130
teams:
131131
elasticsearch-team: {}
@@ -142,10 +142,6 @@ spec:
142142
branch: lucene_snapshot
143143
cronline: "0 2 * * * America/New_York"
144144
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"
149145
---
150146
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
151147
apiVersion: backstage.io/v1alpha1
@@ -173,7 +169,6 @@ spec:
173169
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
174170
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
175171
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
176-
branch_configuration: lucene_snapshot lucene_snapshot_10
177172
default_branch: lucene_snapshot
178173
teams:
179174
elasticsearch-team: {}
@@ -190,10 +185,6 @@ spec:
190185
branch: lucene_snapshot
191186
cronline: "0 6 * * * America/New_York"
192187
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"
197188
---
198189
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
199190
apiVersion: backstage.io/v1alpha1
@@ -221,7 +212,7 @@ spec:
221212
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
222213
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
223214
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
224-
branch_configuration: lucene_snapshot lucene_snapshot_10
215+
branch_configuration: lucene_snapshot
225216
default_branch: lucene_snapshot
226217
teams:
227218
elasticsearch-team: {}
@@ -238,10 +229,6 @@ spec:
238229
branch: lucene_snapshot
239230
cronline: "0 9,12,15,18 * * * America/New_York"
240231
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"
245232
---
246233
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
247234
apiVersion: backstage.io/v1alpha1

0 commit comments

Comments
 (0)