Skip to content

Commit 88e4445

Browse files
authored
backstage: add release dependencies (#1126)
1 parent fe41679 commit 88e4445

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: catalog-info.yaml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# A Component for the release pipeline
3+
#
4+
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
5+
apiVersion: backstage.io/v1alpha1
6+
kind: Resource
7+
metadata:
8+
name: apm-agent-php-release
9+
description: apm-agent-php-release
10+
annotations:
11+
backstage.io/source-location: url:https://github.com/elastic/apm-agent-php/blob/main/.github/workflows/release.yml
12+
github.com/project-slug: elastic/apm-agent-php
13+
github.com/team-slug: elastic/apm-agent-php
14+
tags:
15+
- buildkite
16+
- github
17+
- gpg-sign
18+
- release
19+
- user:obltmachine
20+
links:
21+
- title: GitHub action
22+
url: https://github.com/elastic/apm-agent-php/actions/workflows/release.yml
23+
spec:
24+
type: github-actions
25+
owner: group:apm-agent-php
26+
lifecycle: production
27+
dependsOn:
28+
- "component:buildkite-pipeline-observability-robots-php-release"
29+
- "component:github-action-buildkite"
30+
- "system:buildkite"
31+
- "system:github-actions"
32+
- "user:obltmachine"

0 commit comments

Comments
 (0)