diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000000..257f9bf18e045 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,28 @@ +--- + # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json + apiVersion: backstage.io/v1alpha1 + kind: Resource + metadata: + name: buildkite-pipeline-kibana + description: Buildkite Pipeline for kibana + links: + - title: Pipeline + url: https://buildkite.com/elastic/kibana + + spec: + type: buildkite-pipeline + owner: group:kibana-core + system: buildkite + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: kibana + spec: + repository: elastic/kibana + pipeline_file: ".buildkite/pipeline.yml" + teams: + # your-team: + # access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: READ_ONLY \ No newline at end of file diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index 45fdb283910b4..f9fb0963a9fb1 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -77,6 +77,9 @@ export const IGNORE_FILE_GLOBS = [ // generator templates use weird filenames based on the requirements for the files they're generating 'packages/kbn-generate/templates/**/*', + + // backstage catalog info file + 'catalog-info.yaml', ]; /**