forked from elastic/elastic-stack-installers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
109 lines (104 loc) · 3.52 KB
/
catalog-info.yaml
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
102
103
104
105
106
107
108
109
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: elastic-stack-installers
description: Windows MSI packages for Elastic stack
annotations:
backstage.io/source-location: url:https://github.com/elastic/elastic-stack-installers/
github.com/project-slug: elastic/elastic-stack-installers
github.com/team-slug: elastic/ingest-fp
tags:
- buildkite
- windows
- release
- stack
spec:
type: tool
owner: group:ingest-fp
lifecycle: beta
dependsOn:
- resource:github-repository-elastic-stack-installers
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-elastic-stack-installers
description: Buildkite Pipeline for elastic-stack-installers
links:
- title: Pipeline
url: https://buildkite.com/elastic/elastic-stack-installers
spec:
type: buildkite-pipeline
owner: group:ingest-fp
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: Elastic Stack Installer DRA Pipeline
name: elastic-stack-installers
spec:
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
build_branches: true
build_pull_request_forks: false
build_pull_requests: true
publish_commit_status: true
publish_commit_status_per_step: false
repository: elastic/elastic-stack-installers
teams:
everyone:
access_level: BUILD_AND_READ
ingest-fp: {}
release-eng: {}
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#ingest-notifications'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-elastic-stack-installers-trigger
description: Buildkite Pipeline for elastic-stack-installers triggering
links:
- title: Pipeline
url: https://buildkite.com/elastic/elastic-stack-installers-trigger
spec:
type: buildkite-pipeline
owner: group:ingest-fp
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: Elastic Stack Installer DRA Pipeline Trigger
name: elastic-stack-installers-trigger
spec:
pipeline_file: ".buildkite/scripts/check_beats.sh"
provider_settings:
build_branches: false
build_pull_request_forks: false
build_pull_requests: false
publish_commit_status: false
publish_commit_status_per_step: false
repository: elastic/elastic-stack-installers
schedules:
Daily 8_12:
branch: "8.12"
cronline: "*/10 * * * *"
message: Checking for new beats artifacts for `8.12`
# trigger for 7_17 still needed for now, details in https://elasticco.atlassian.net/browse/REL-1004?focusedCommentId=107973
Daily 7_17:
branch: "7.17"
cronline: "*/10 * * * *"
message: Checking for new beats artifacts for `7.17`
teams:
everyone:
access_level: BUILD_AND_READ
ingest-fp: {}
release-eng: {}