bugsnag / bugsnag-unity-performance

Monitor the start-up, scene loading and network requests of your Unity game and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/unity
MIT License
1 stars 2 forks source link

Rationalise BitBar CI concurrency group #85

Closed twometresteve closed 1 year ago

twometresteve commented 1 year 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.