diff --git a/.github/CODEONWERS b/.github/CODEONWERS deleted file mode 100644 index d95a537e..00000000 --- a/.github/CODEONWERS +++ /dev/null @@ -1,2 +0,0 @@ -# All -* @elastic/release-eng diff --git a/CODEOWNERS b/CODEOWNERS index f7873dc5..07184546 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @elastic/release-eng +* @elastic/ingest-fp diff --git a/catalog-info.yaml b/catalog-info.yaml index 7d2985bb..f69610fb 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,12 +4,12 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: elastic-stack-installers - description: Windows MSI packages for Elastic stack + description: Windows MSI packages for Elastic stack annotations: backstage.io/source-location: url:https://github.com/elastic/elastic-stack-installers/ github.com/project-slug: elastic/elastic-stack-installers - github.com/team-slug: elastic/release-eng + github.com/team-slug: elastic/ingest-fp tags: - buildkite @@ -19,7 +19,7 @@ metadata: spec: type: tool - owner: group:release-eng + owner: group:ingest-fp lifecycle: beta dependsOn: - resource:github-repository-elastic-stack-installers @@ -36,7 +36,7 @@ metadata: spec: type: buildkite-pipeline - owner: group:release-eng + owner: group:ingest-fp system: buildkite implementation: apiVersion: buildkite.elastic.dev/v1 @@ -56,11 +56,12 @@ spec: schedules: Daily main: branch: main - cronline: '@daily' + cronline: "@daily" message: Builds daily `main` stack-installers dra teams: everyone: access_level: BUILD_AND_READ + ingest-fp: {} release-eng: {} --- # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json @@ -74,7 +75,7 @@ metadata: url: https://buildkite.com/elastic/elastic-stack-installers-trigger spec: type: buildkite-pipeline - owner: group:release-eng + owner: group:ingest-fp system: buildkite implementation: apiVersion: buildkite.elastic.dev/v1 @@ -93,14 +94,15 @@ spec: repository: elastic/elastic-stack-installers schedules: Daily 8_10: - branch: '8.10' - cronline: '*/10 * * * *' + branch: "8.10" + cronline: "*/10 * * * *" message: Checking for new beats artefacts for `8.10` Weekly main: - branch: '7.17' - cronline: '*/10 * * * *' + branch: "7.17" + cronline: "*/10 * * * *" message: Checking for new beats artefacts for `7.17` teams: everyone: access_level: BUILD_AND_READ + ingest-fp: {} release-eng: {}