-
Notifications
You must be signed in to change notification settings - Fork 69
/
catalog-info.yaml
32 lines (32 loc) · 977 Bytes
/
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
---
# A Component for the release pipeline
#
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: apm-agent-php-release
description: apm-agent-php-release
annotations:
backstage.io/source-location: url:https://github.com/elastic/apm-agent-php/blob/main/.github/workflows/release.yml
github.com/project-slug: elastic/apm-agent-php
github.com/team-slug: elastic/apm-agent-php
tags:
- buildkite
- github
- gpg-sign
- release
- user:obltmachine
links:
- title: GitHub action
url: https://github.com/elastic/apm-agent-php/actions/workflows/release.yml
spec:
type: github-actions
owner: group:apm-agent-php
lifecycle: production
dependsOn:
- "component:buildkite-pipeline-observability-robots-php-release"
- "component:github-action-buildkite"
- "system:buildkite"
- "system:github-actions"
- "user:obltmachine"