bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
10 stars 8 forks source link

Rationalise BitBar CI concurrency group #222

Closed twometresteve closed 9 months ago

twometresteve commented 9 months ago

Goal

NOTE: Please let me merge this PR myself, it needs to be merged as the same time as several others to avoid unnecessary failures on CI.

Rationalise the Buildkite concurrency group used to control access to BitBar across all of our repos.

Design

We were using separate groups fro web and device usage, when in fact they are counted towards the same usage limit. All groups are now being renamed to simply 'bitbar' with a limit of 25.

The main mistake that I could make here is missing an instance of the old groups (bitbar-app and bitbar-web, so I am using the global find and replace function of my IDE.

Changeset

Buildkite concurrency group changes only.

Testing

Verified by peer review.