Skip to content

Commit

Permalink
Transfer repo and pipeline ownership to ingest-fp (#184)
Browse files Browse the repository at this point in the history
* Transfer repo and pipeline ownership to ingest-fp

This PR transfer the repository ownership from release-eng team to
the ingest-fp team.
The release-eng team will keep admin permissions for a while to finalize
the transfer and move the artifacts signing process outside of the
snapshot/staging pipeline.

* Transfer repo and pipeline ownership to ingest-fp

This PR transfer the repository ownership from release-eng team to
the ingest-fp team.
The release-eng team will keep admin permissions for a while to finalize
the transfer and move the artifacts signing process outside of the
snapshot/staging pipeline.
  • Loading branch information
jmlrt authored Oct 4, 2023
1 parent ae47f5a commit c09351a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/CODEONWERS

This file was deleted.

2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @elastic/release-eng
* @elastic/ingest-fp
22 changes: 12 additions & 10 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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: {}

0 comments on commit c09351a

Please sign in to comment.