-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
47 lines (46 loc) · 1.59 KB
/
catalog-info.yaml
File metadata and controls
47 lines (46 loc) · 1.59 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
# ***********************************
# 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-stdin-pull-request
description: 'A pipeline for Logstash stdin plugin'
links:
- title: 'Logstash stdin pull request pipeline'
url: https://buildkite.com/logstash-plugins/logstash-input-stdin-pull-request
spec:
owner: group:logstash-core
type: buildkite-pipeline
system: platform-ingest
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: ':logstash: `stdin` pull request tests :pipeline:'
name: logstash-input-stdin-pull-request
spec:
pipeline_file: .buildkite/pull-request-pipeline.yml
maximum_timeout_in_minutes: 120
repository: logstash-plugins/logstash-input-stdin
provider_settings:
build_pull_requests: true
build_pull_request_forks: false
build_branches: false
build_tags: false
filter_enabled: true
filter_condition: >-
build.pull_request.id != null
cancel_intermediate_builds: true
skip_intermediate_builds: true
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
SLACK_NOTIFICATIONS_SKIP_FOR_RETRIES: 'true'
teams:
logstash-core:
access_level: MANAGE_BUILD_AND_READ
employees:
access_level: READ_ONLY