Skip to content

Commit

Permalink
Create catalog-info file (#2)
Browse files Browse the repository at this point in the history
* Create catalog-info file
* Updated catalog-info.yaml and  pipeline.yml

---------

Co-authored-by: elastic-backstage-prod[bot] <123036547+elastic-backstage-prod[bot]@users.noreply.github.com>
Co-authored-by: edmocosta <[email protected]>
  • Loading branch information
elastic-backstage-prod[bot] and edmocosta authored Jul 18, 2024
1 parent 374c06f commit c5eb4d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"

- label: ":linux: Test Linux"
key: test-lin
command: |
Expand Down Expand Up @@ -54,7 +54,7 @@ steps:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"
artifact_paths:
artifact_paths:
"*-junit.xml"
depends_on:
- step: "test-lin"
Expand Down
21 changes: 3 additions & 18 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Declare a Backstage Component that represents your application.
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: lunes
description: Go library for parsing localized time strings.

spec:
type: library
owner: group:ingest-fp
system: platform-ingest
lifecycle: production
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
Expand All @@ -25,7 +12,7 @@ metadata:

spec:
type: buildkite-pipeline
owner: group:ingest-fp
owner: group:logstash
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
Expand All @@ -50,9 +37,7 @@ spec:
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: '!main'
teams:
elastic-agent-control-plane:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
logstash:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit c5eb4d7

Please sign in to comment.