From 2dac996946352aff43289237144bf8f8b9f49c27 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 13 Jun 2024 06:52:50 +0000 Subject: [PATCH] Create catalog-info file --- .buildkite/pipeline.yml | 2 ++ .github/CODEOWNERS | 3 +++ catalog-info.yaml | 22 +++++++++++++++------- 3 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f2d924f2a..d087788f2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,3 +1,5 @@ +--- +# $yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json steps: - label: ":elasticsearch: :php: ES PHP ({{ matrix.php }}) Test Suite: {{ matrix.suite }}" agents: diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..fc4e57471 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# These owners will be the default owners for everything in +# the repo. +* @elastic/devtools-team diff --git a/catalog-info.yaml b/catalog-info.yaml index 4a1323499..f7d778b6c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,22 +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: 76f58964-9833-4fee-995e-ac20f4e32263 - namespace: terrazzo-local + name: buildkite-pipeline-elasticsearch-php + description: Buildkite Pipeline for elasticsearch-php + links: + - title: Pipeline + url: https://buildkite.com/elastic/elasticsearch-php + spec: + type: buildkite-pipeline + owner: group:devtools-team + system: buildkite implementation: apiVersion: buildkite.elastic.dev/v1 kind: Pipeline metadata: - description: Elasticsearch PHP Client name: elasticsearch-php + description: Elasticsearch PHP Client spec: - default_branch: null repository: elastic/elasticsearch-php + pipeline_file: ".buildkite/pipeline.yml" teams: - devtools-team: {} + devtools-team: + access_level: MANAGE_BUILD_AND_READ everyone: access_level: READ_ONLY - owner: group:devtools-team - type: buildkite-pipeline