From 101df9d310dca309070c40d36c465e93008bb57f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 28 Sep 2023 10:41:32 -0500 Subject: [PATCH] Add catalog-info.yaml --- catalog-info.yaml | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..7e3d11a19 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,50 @@ +--- +# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: elasticsearch-py +spec: + type: library + owner: group:clients-team + lifecycle: production + +--- +# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: elasticsearch-py + description: elasticsearch-py integration tests +spec: + type: buildkite-pipeline + owner: group:clients-team + system: buildkite + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: elasticsearch-py integration tests + spec: + repository: elastic/elasticsearch-py + pipeline_file: .buildkite/pipeline.yml + teams: + clients-team: + access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: READ_ONLY + provider_settings: + build_pull_requests: false + build_branches: false + cancel_intermediate_builds: true + cancel_intermediate_builds_branch_filter: '!main' + schedules: + main_semi_daily: + branch: 'main' + cronline: '0 */12 * * *' + 8_11_daily: + branch: '8.11' + cronline: '@daily' + 8_10_daily: + branch: '8.10' + cronline: '@daily'