-
Notifications
You must be signed in to change notification settings - Fork 539
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
101 lines (96 loc) · 2.96 KB
/
Copy pathcatalog-info.yaml
File metadata and controls
101 lines (96 loc) · 2.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: apm-server
description: apm-server
annotations:
github.com/project-slug: elastic/apm-server
github.com/team-slug: elastic/apm-server
spec:
type: tool
owner: group:obs-ds-intake-services
lifecycle: production
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-apm-server-package
description: Buildkite Pipeline for packaging the APM Server
links:
- title: Pipeline
url: https://buildkite.com/elastic/apm-server-package
spec:
type: buildkite-pipeline
owner: group:obs-ds-intake-services
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: apm-server-package
spec:
branch_configuration: "main 7.* 8.* 9.*"
repository: elastic/apm-server
pipeline_file: ".buildkite/package.yml"
initial_step_plugins:
- sparse-checkout#v1.6.0:
paths:
- .buildkite
- go.mod
cleanup_sparse_state: true
provider_settings:
build_branches: true
build_pull_requests: true
build_tags: false
filter_enabled: true
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: "!main !8.* !9.*"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main !8.* !9.*"
teams:
obs-ds-intake-services: {}
observablt-robots: {}
everyone:
access_level: READ_ONLY
env:
ELASTIC_PR_COMMENTS_ENABLED: "true"
SLACK_NOTIFICATIONS_SKIP_FOR_RETRIES: "true"
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-apm-server-version-bump
description: Buildkite Pipeline for APM Server Version Bump
links:
- title: Pipeline
url: https://buildkite.com/elastic/apm-server-version-bump
spec:
type: buildkite-pipeline
owner: group:obs-ds-intake-services
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: apm-server-version-bump
spec:
branch_configuration: "main"
repository: elastic/apm-server
pipeline_file: ".buildkite/version-bump-pipeline.yml"
provider_settings:
trigger_mode: none
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: "!main"
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main"
teams:
obs-ds-intake-services: {}
observablt-robots: {}
artifact-management:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY