Skip to content

Commit

Permalink
backstage: add release dependencies (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 26, 2024
1 parent fe41679 commit 88e4445
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"

0 comments on commit 88e4445

Please sign in to comment.