bugsnag / bugsnag-unity

Automatic error reporting for Unity games
https://docs.bugsnag.com/platforms/unity
MIT License
89 stars 31 forks source link

Rationalise BitBar CI concurrency group #743

Closed twometresteve closed 11 months ago

twometresteve commented 11 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.