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 Jul 16, 2024
1 parent f1e3565 commit 07defb4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 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"
8 changes: 3 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Default owners
* @elastic/otel-devs

# Per-component owners
# TODO: define as needed
# These owners will be the default owners for everything in
# the repo.
* @elastic/otel-devs
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-opentelemetry-collector-components
description: Buildkite Pipeline for opentelemetry-collector-components
links:
- title: Pipeline
url: https://buildkite.com/elastic/opentelemetry-collector-components

spec:
type: buildkite-pipeline
owner: group:otel-devs
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: opentelemetry-collector-components
description:
spec:
repository: elastic/opentelemetry-collector-components
pipeline_file: ".buildkite/pipeline.yml"
teams:
otel-devs:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 07defb4

Please sign in to comment.