File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
3+ apiVersion : backstage.io/v1alpha1
4+ kind : Resource
5+ metadata :
6+ name : buildkite-pipeline-elasticsearch-promote-serverless
7+ description : Promote to elasticsearch-serverless
8+ links :
9+ - title : Pipeline
10+ url : https://buildkite.com/elastic/elasticsearch-promote-serverless
11+ spec :
12+ type : buildkite-pipeline
13+ system : buildkite
14+ implementation :
15+ apiVersion : buildkite.elastic.dev/v1
16+ kind : Pipeline
17+ metadata :
18+ description : ' :elasticsearch: Promote to elasticsearch-serverless'
19+ name : elasticsearch / promote serverless
20+ spec :
21+ repository : elastic/elasticsearch
22+ pipeline_file : .buildkite/promote-es-serverless.yml
23+ teams :
24+ elasticsearch-team : {}
25+ everyone :
26+ access_level : READ_ONLY
27+ provider_settings :
28+ trigger_mode : none
29+ schedules :
30+ daily promotion :
31+ branch : main
32+ cronline : ' @daily'
You can’t perform that action at this time.
0 commit comments