Skip to content

Commit

Permalink
Create catalog-info file
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-backstage-prod[bot] authored Aug 2, 2024
1 parent bbeba20 commit 1ac7b26
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
steps:
- label: "Build"
command: "true"

- label: "Test"
command: "true"

- label: "Deploy"
command: "true"

- label: "Publish"
command: "true"
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These owners will be the default owners for everything in
# the repo.
* @elastic/apm-agent-php
30 changes: 30 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Declare your Buildkite pipelines below
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-elastic-transport-php
description: Buildkite Pipeline for elastic-transport-php
links:
- title: Pipeline
url: https://buildkite.com/elastic/elastic-transport-php

spec:
type: buildkite-pipeline
owner: group:apm-agent-php
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: elastic-transport-php
description:
spec:
repository: elastic/elastic-transport-php
pipeline_file: ".buildkite/pipeline.yml"
teams:
apm-agent-php:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 1ac7b26

Please sign in to comment.