-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create catalog-info file * Update .buildkite/load-testing.yml --------- Co-authored-by: Jan Calanog <[email protected]>
- Loading branch information
1 parent
abafae9
commit 87662db
Showing
2 changed files
with
97 additions
and
0 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,4 @@ | ||
# @reakaleek: This is a place holder to create the pipeline in Buildkite. I will work on it, in a follow-up. | ||
steps: | ||
- label: ":wave: Greetings" # Label (with rich emojis https://ela.st/bk-emoji). | ||
command: "echo 'My first pipeline!'" # Command to run (evaluated by Bash). |
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,93 @@ | ||
--- | ||
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Resource | ||
metadata: | ||
name: buildkite-pipeline-apm-agent-java-release | ||
description: Buildkite Release pipeline for apm-agent-java | ||
links: | ||
- title: Pipeline | ||
url: https://buildkite.com/elastic/apm-agent-java-release | ||
spec: | ||
type: buildkite-pipeline | ||
owner: group:apm-agent-java | ||
system: buildkite | ||
implementation: | ||
apiVersion: buildkite.elastic.dev/v1 | ||
kind: Pipeline | ||
metadata: | ||
name: apm-agent-java-release | ||
spec: | ||
repository: elastic/apm-agent-java | ||
pipeline_file: ".buildkite/release.yml" | ||
provider_settings: | ||
trigger_mode: none | ||
teams: | ||
apm-agent-java: | ||
access_level: MANAGE_BUILD_AND_READ | ||
observablt-robots: | ||
access_level: MANAGE_BUILD_AND_READ | ||
everyone: | ||
access_level: READ_ONLY | ||
|
||
--- | ||
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Resource | ||
metadata: | ||
name: buildkite-pipeline-apm-agent-java-snapshot | ||
description: Buildkite Snapshot pipeline for apm-agent-java | ||
links: | ||
- title: Pipeline | ||
url: https://buildkite.com/elastic/apm-agent-java-snapshot | ||
spec: | ||
type: buildkite-pipeline | ||
owner: group:apm-agent-java | ||
system: buildkite | ||
implementation: | ||
apiVersion: buildkite.elastic.dev/v1 | ||
kind: Pipeline | ||
metadata: | ||
name: apm-agent-java-snapshot | ||
spec: | ||
repository: elastic/apm-agent-java | ||
pipeline_file: ".buildkite/snapshot.yml" | ||
provider_settings: | ||
trigger_mode: none | ||
teams: | ||
apm-agent-java: | ||
access_level: MANAGE_BUILD_AND_READ | ||
observablt-robots: | ||
access_level: MANAGE_BUILD_AND_READ | ||
everyone: | ||
access_level: READ_ONLY | ||
|
||
--- | ||
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Resource | ||
metadata: | ||
name: buildkite-pipeline-apm-agent-java-load-testing | ||
description: Buildkite Load Testing Pipeline for apm-agent-java | ||
links: | ||
- title: Pipeline | ||
url: https://buildkite.com/elastic/apm-agent-java-load-testing | ||
spec: | ||
type: buildkite-pipeline | ||
owner: group:apm-agent-java | ||
system: buildkite | ||
implementation: | ||
apiVersion: buildkite.elastic.dev/v1 | ||
kind: Pipeline | ||
metadata: | ||
name: apm-agent-java-load-testing | ||
spec: | ||
repository: elastic/apm-agent-java | ||
pipeline_file: ".buildkite/load-testing.yml" | ||
teams: | ||
apm-agent-java: | ||
access_level: MANAGE_BUILD_AND_READ | ||
observablt-robots: | ||
access_level: MANAGE_BUILD_AND_READ | ||
everyone: | ||
access_level: READ_ONLY |