Skip to content

Commit 35dc5cd

Browse files
Create catalog-info file
1 parent 4b82ee2 commit 35dc5cd

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
3+
steps:
4+
- label: "Build"
5+
command: "true"
6+
7+
- label: "Test"
8+
command: "true"
9+
10+
- label: "Deploy"
11+
command: "true"
12+
13+
- label: "Publish"
14+
command: "true"

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These owners will be the default owners for everything in
2+
# the repo.
3+
* @elastic/kibana-visualizations

catalog-info.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Declare your Buildkite pipelines below
2+
---
3+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Resource
6+
metadata:
7+
name: buildkite-pipeline-elastic-charts
8+
description: Buildkite Pipeline for elastic-charts
9+
links:
10+
- title: Pipeline
11+
url: https://buildkite.com/elastic/elastic-charts
12+
13+
spec:
14+
type: buildkite-pipeline
15+
owner: group:kibana-visualizations
16+
system: buildkite
17+
implementation:
18+
apiVersion: buildkite.elastic.dev/v1
19+
kind: Pipeline
20+
metadata:
21+
name: elastic-charts
22+
description:
23+
spec:
24+
repository: elastic/elastic-charts
25+
pipeline_file: ".buildkite/pipeline.yml"
26+
teams:
27+
kibana-visualizations:
28+
access_level: MANAGE_BUILD_AND_READ
29+
everyone:
30+
access_level: READ_ONLY

0 commit comments

Comments
 (0)