Commit c9a0b5be authored by Dave Smith's avatar Dave Smith Committed by Michele Bursi
Browse files

Moving delivery group to infra-platforms/gitlab-delivery

parent 6b62051b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@
/content/handbook/engineering/infrastructure-platforms/data-access/git/ @pks-gitlab
/content/handbook/engineering/infrastructure-platforms/tenant-scale/ @glopezfernandez @nhxnguyen
/content/handbook/engineering/infrastructure-platforms/developer-experience/ @ghosh-abhinaba @kkolpakova @ksvoboda @marin @vincywilson
/content/handbook/engineering/infrastructure-platforms/gitlab-delivery/ @marin @mbursi @dawsmith @plu8 @denisra
/content/handbook/engineering/careers/matrix/infrastructure @marin @sabrinafarmer @dawsmith @amyphillips @rnienaber @mbursi
/content/handbook/engineering/deployments-and-releases/ @marin @mbursi @dawsmith @gitlab-org/delivery
/content/handbook/engineering/error-budgets/ @marin @rnienaber
@@ -215,7 +216,6 @@
/content/handbook/engineering/infrastructure/service-maturity-model.md @rnienaber @marin @sabrinafarmer
/content/handbook/engineering/infrastructure/team/ @marin
/content/handbook/engineering/infrastructure/team/dei.md @andrewn
/content/handbook/engineering/infrastructure/team/delivery/ @marin @mbursi @dawsmith
/content/handbook/engineering/infrastructure/team/gitlab-dedicated/ @marin @amyphillips
/content/handbook/engineering/infrastructure/team/gitlab-dedicated/environment-automation.md @o-lluch @denhams @marin @amyphillips
/content/handbook/engineering/infrastructure/team/gitlab-dedicated/switchboard.md @ashiel @marin @amyphillips
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ GitLab uses automation to streamline engineering processes, such as:

* [`@gitlab-bot`](https://gitlab.com/gitlab-bot) owned by the [Engineering Productivity team](/handbook/engineering/infrastructure/engineering-productivity), running various things. We're [breaking this down](https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/757) into multiple dedicated service accounts.
* [`@gitlab-qa`](https://gitlab.com/gitlab-qa) owned by the [Quality department](/handbook/engineering/quality), running QA-related automation.
* [`@gitlab-release-tools-bot`](https://gitlab.com/gitlab-release-tools-bot) owned by the [Delivery team](/handbook/engineering/infrastructure/team/delivery), running delivery/release-related automation.
* [`@gitlab-release-tools-bot`](https://gitlab.com/gitlab-release-tools-bot) owned by the [Delivery team](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/), running delivery/release-related automation.
* [`@gl-build-trigger`](https://gitlab.com/gl-build-trigger) owned by the [Distribution group](/handbook/engineering/infrastructure/core-platform/systems/distribution/), triggering build-related pipelines.
* [`@gitlab-omnibus-mirror-bot`](https://gitlab.com/gitlab-omnibus-mirror-bot) owned by the [Distribution group](/handbook/engineering/infrastructure/core-platform/systems/distribution/), mirroring various dependency projects of [the `gitlab-org/omnibus-gitlab` project](https://gitlab.com/gitlab-org/omnibus-gitlab).
* Triage operations for `gitlab-org/quality/triage-ops`, `gitlab-org/gitlab-triage` owned by the [Engineering Productivity team](/handbook/engineering/infrastructure/engineering-productivity).
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ You can contact the current Release Managers:

We use the `#releases` and `#f_upcoming_releases` channels to discuss and coordinate deployments and releases. Automated deployment status announcements are made to the `#announcements` channel.

If you need to escalate a request, please use the [release management escalation process](/handbook/engineering/infrastructure/team/delivery/#release-management-escalation)
If you need to escalate a request, please use the [release management escalation process](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/#release-management-escalation)

### Weekly Delivery Metrics Review

+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ When hosting a session, the team member should:

### Cross-Group Dependencies

Cross-group dependencies may exist as pre-requisites to deliver Package features or bug fixes. Issues to deliver such dependencies are owned by groups that Package depends on, such as [Delivery](/handbook/engineering/infrastructure/team/delivery/) or [Distribution](/handbook/engineering/infrastructure/core-platform/systems/distribution/).
Cross-group dependencies may exist as pre-requisites to deliver Package features or bug fixes. Issues to deliver such dependencies are owned by groups that Package depends on, such as [Delivery](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/) or [Distribution](/handbook/engineering/infrastructure/core-platform/systems/distribution/).

For discoverability, issues that represent cross-group dependencies should be labeled with `package:cross-group-dependency`. If working on one of these issues, Package engineers should ensure that they are labeled correctly.

+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ All team members are encouraged to schedule time for personal development. The f
| Group | Topic |
|-------|-------|
| SaaS Platforms | [Product direction](https://about.gitlab.com/direction/saas-platforms/) |
| Delivery Group | [Delivery Group](/handbook/engineering/infrastructure/team/delivery) |
| Delivery Group | [Delivery Group](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/) |
| Scalability Group| [Scalability Group](/handbook/engineering/infrastructure/team/scalability/) |
| Dedicated Group | [Dedicated Group](/handbook/engineering/infrastructure/team/gitlab-dedicated/) |

Loading