Skip to content

Commit

Permalink
Create catalog-info file (#3312)
Browse files Browse the repository at this point in the history
* Create catalog-info file

* Update .buildkite/load-testing.yml

---------

Co-authored-by: Jan Calanog <[email protected]>
  • Loading branch information
elastic-backstage-prod[bot] and reakaleek authored Sep 14, 2023
1 parent abafae9 commit 87662db
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/load-testing.yml
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).
93 changes: 93 additions & 0 deletions catalog-info.yaml
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

0 comments on commit 87662db

Please sign in to comment.