-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
78 lines (75 loc) · 2.71 KB
/
catalog-info.yaml
File metadata and controls
78 lines (75 loc) · 2.71 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
# ***********************************
# SECTION START: Backstage logstash-input-puppet_facter component
# ***********************************
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: logstash-input-puppet_facter
description: Puppet Facter plugin for Logstash
annotations:
backstage.io/source-location: url:https://github.com/elastic/logstash-input-puppet_facter/
github.com/project-slug: elastic/logstash-input-puppet_facter/
github.com/team-slug: elastic/logstash
buildkite.com/project-slug: elastic/logstash
tags:
- logstash
- input
- puppet_facter
links:
- title: Logstash Puppet Facter plugin for Logstash
url: https://github.com/elastic/logstash-input-puppet_facter
spec:
type: tool
owner: group:logstash
system: platform-ingest
lifecycle: production
# ***********************************
# SECTION START: Pull Request pipeline
# ***********************************
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: logstash-input-puppet_facter-pull-request
description: 'A pipeline for logstash-input-puppet_facter pull requests'
links:
- title: 'logstash-input-puppet_facter pull request pipeline'
url: https://buildkite.com/elastic/logstash-input-puppet_facter-pull-request
spec:
owner: group:logstash
type: buildkite-pipeline
system: platform-ingest
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: ':logstash: Test `puppet_facter` pull request :pipeline:'
name: logstash-input-puppet_facter-pull-request
spec:
pipeline_file: .buildkite/pull-request-pipeline.yml
maximum_timeout_in_minutes: 120
repository: elastic/logstash-input-puppet_facter
provider_settings:
build_pull_requests: true
build_pull_request_forks: false
build_branches: false
build_tags: false
filter_enabled: true
filter_condition: >-
build.creator.name == 'elasticmachine' && build.pull_request.id != null
cancel_intermediate_builds: true
skip_intermediate_builds: true
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
teams:
logstash:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
ingest-eng-prod:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY