Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Declare your Buildkite pipelines below
# Declare a Backstage Component that represents your application.
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: support-diagnostics
spec:
type: tool # or service, library, etc.
owner: group:opex
system: autoops
lifecycle: production
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-support-diagnostics
description: Buildkite Pipeline for support-diagnostics
links:
- title: Buildkite Pipeline
url: https://buildkite.com/elastic/support-diagnostics

spec:
type: buildkite-pipeline
owner: group:opex
Expand All @@ -19,12 +26,9 @@ spec:
kind: Pipeline
metadata:
name: support-diagnostics
description:
description: Elastic Stack Support Diagnostics
spec:
repository: elastic/support-diagnostics
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
build_pull_request_forks: true
teams:
opex:
access_level: MANAGE_BUILD_AND_READ
Expand Down