Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup initial buildkite pipeline #177

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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