-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
74 lines (72 loc) · 2.15 KB
/
catalog-info.yaml
File metadata and controls
74 lines (72 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Declare your Buildkite pipelines below
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-esql-js
description: Buildkite Pipeline for esql-js
links:
- title: Pipeline
url: https://buildkite.com/elastic/esql-js
spec:
type: buildkite-pipeline
owner: group:kibana-esql
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: esql-js
description: A set of tools to parse, build and transform ES|QL queries programatically.
spec:
repository: elastic/esql-js
pipeline_file: '.buildkite/pipeline.yml'
provider_settings:
build_pull_request_forks: true
teams:
kibana-esql:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-esql-js-grammar-sync
description: Syncs ES|QL grammar files from Elasticsearch
links:
- title: Pipeline
url: https://buildkite.com/elastic/esql-js-grammar-sync
spec:
type: buildkite-pipeline
owner: group:kibana-esql
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: esql-js-grammar-sync
description: Syncs ES|QL ANTLR grammars from Elasticsearch and opens a PR if anything changed
spec:
allow_rebuilds: false
branch_configuration: main
default_branch: main
repository: elastic/esql-js
pipeline_file: '.buildkite/grammar-sync-pipeline.yml'
provider_settings:
build_branches: false
build_pull_requests: false
publish_commit_status: false
trigger_mode: none
build_tags: false
teams:
kibana-esql:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: BUILD_AND_READ
schedules:
Weekly build:
cronline: 0 0 * * 1 America/New_York
message: Weekly grammar sync
branch: main