-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcatalog-info.yaml
89 lines (88 loc) · 2.9 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
# Declare the Backstage compnent
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: kibana-load-testing
description: Kibana server scalability testing project
annotations:
backstage.io/source-location: url:https://github.com/elastic/kibana-load-testing/
github.op/project-slug: elastic/kibana-load-testing
github.io/team-slug: elastic/appex-qa
buildkite.com/project-slug: elastic/kibana-load-testing
tags:
- buildkite
- gatling
links:
- title: API Capacity testing Docs
url: https://docs.elastic.dev/kibana-dev-docs/tutorial/performance/adding_api_capacity_testing_journey
spec:
type: service
owner: group:appex-qa
lifecycle: production
# Declare the prod Buildkite pipeline
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
# This bit is for Backstage
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: kibana-load-testing-buildkite-pipeline
description: Tests for kibana-load-testing repo
links:
- title: Pipeline
url: https://buildkite.com/elastic/kibana-load-testing
spec:
type: buildkite-pipeline
owner: group:appex-qa
system: buildkite
# This bit is for Terrazzo
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: Running tests for elastic/kibana-load-testing GitHub repository
name: appex-qa / kibana-load-testing
spec:
provider_settings:
build_tags: true
repository: elastic/kibana-load-testing
pipeline_file: .buildkite/pipelines/run_tests.yml
branch_configuration: main
teams:
appex-qa: {}
everyone:
access_level: READ_ONLY
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
# This bit is for Backstage
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: kibana-load-testing-scenarios-buildkite-pipeline
description: Running load scenarios against Kibana server
links:
- title: Pipeline
url: https://buildkite.com/elastic/kibana-load-testing-scenarios
spec:
type: buildkite-pipeline
owner: group:appex-qa
system: buildkite
# This bit is for Terrazzo
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
description: Running load scenarios against Kibana server
name: appex-qa / kibana-load-testing-scenarios
spec:
provider_settings:
build_tags: true
repository: elastic/kibana-load-testing
pipeline_file: .buildkite/pipelines/benchmarking.yml
branch_configuration: main
teams:
appex-qa: {}
everyone:
access_level: READ_ONLY