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 0b631c8 commit 1f67e9b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 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: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# These owners will be the default owners for everything in
# the repository.
# the repo.
* @elastic/control-plane-stateful-applications
docs/ @alaudazzi @elastic/control-plane-stateful-applications
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-ecctl
description: Buildkite Pipeline for ecctl
links:
- title: Pipeline
url: https://buildkite.com/elastic/ecctl

spec:
type: buildkite-pipeline
owner: group:control-plane-stateful-applications
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: ecctl
description:
spec:
repository: elastic/ecctl
pipeline_file: ".buildkite/pipeline.yml"
teams:
control-plane-stateful-applications:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 1f67e9b

Please sign in to comment.