Skip to content

Commit

Permalink
Setup initial buildkite pipeline (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr authored Aug 4, 2023
1 parent 04f639b commit 625893a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
steps:
- label: "Test"
command: "true"

- label: "Build"
command: "true"
28 changes: 28 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-eck-diagnostics
description: Buildkite Pipeline for eck-diagnostics
links:
- title: Pipeline
url: https://buildkite.com/elastic/eck-diagnostics

spec:
type: buildkite-pipeline
owner: group:cloud-k8s-operator
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: eck-diagnostics
spec:
repository: elastic/eck-diagnostics
pipeline_file: ".buildkite/pipeline.yml"
teams:
cloud-k8s-operator:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 625893a

Please sign in to comment.