|
@@ -125,7 +125,7 @@ spec:
|
|
|
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
|
|
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
|
|
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
|
|
- branch_configuration: lucene_snapshot
|
|
|
+ branch_configuration: lucene_snapshot lucene_snapshot_10
|
|
|
default_branch: lucene_snapshot
|
|
|
teams:
|
|
|
elasticsearch-team: {}
|
|
@@ -142,6 +142,10 @@ spec:
|
|
|
branch: lucene_snapshot
|
|
|
cronline: "0 2 * * * America/New_York"
|
|
|
message: "Builds a new lucene snapshot 1x per day"
|
|
|
+ Periodically on lucene_snapshot_10:
|
|
|
+ branch: lucene_snapshot_10
|
|
|
+ cronline: "0 2 * * * America/New_York"
|
|
|
+ message: "Builds a new lucene snapshot 1x per day"
|
|
|
---
|
|
|
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
@@ -169,7 +173,7 @@ spec:
|
|
|
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
|
|
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
|
|
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
|
|
- branch_configuration: lucene_snapshot
|
|
|
+ branch_configuration: lucene_snapshot lucene_snapshot_10
|
|
|
default_branch: lucene_snapshot
|
|
|
teams:
|
|
|
elasticsearch-team: {}
|
|
@@ -186,6 +190,10 @@ spec:
|
|
|
branch: lucene_snapshot
|
|
|
cronline: "0 6 * * * America/New_York"
|
|
|
message: "Merges main into lucene_snapshot branch 1x per day"
|
|
|
+ Periodically on lucene_snapshot_10:
|
|
|
+ branch: lucene_snapshot_10
|
|
|
+ cronline: "0 6 * * * America/New_York"
|
|
|
+ message: "Merges main into lucene_snapshot_10 branch 1x per day"
|
|
|
---
|
|
|
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
@@ -213,7 +221,7 @@ spec:
|
|
|
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
|
|
SLACK_NOTIFICATIONS_CHANNEL: "#lucene"
|
|
|
SLACK_NOTIFICATIONS_ALL_BRANCHES: "true"
|
|
|
- branch_configuration: lucene_snapshot
|
|
|
+ branch_configuration: lucene_snapshot lucene_snapshot_10
|
|
|
default_branch: lucene_snapshot
|
|
|
teams:
|
|
|
elasticsearch-team: {}
|
|
@@ -230,6 +238,10 @@ spec:
|
|
|
branch: lucene_snapshot
|
|
|
cronline: "0 9,12,15,18 * * * America/New_York"
|
|
|
message: "Runs tests against lucene_snapshot branch several times per day"
|
|
|
+ Periodically on lucene_snapshot_10:
|
|
|
+ branch: lucene_snapshot_10
|
|
|
+ cronline: "0 9,12,15,18 * * * America/New_York"
|
|
|
+ message: "Runs tests against lucene_snapshot_10 branch several times per day"
|
|
|
---
|
|
|
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
|
|
|
apiVersion: backstage.io/v1alpha1
|