-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1e3565
commit 07defb4
Showing
3 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |