mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
We cannot just key on `runner.os` the number of CPU cores matter as well. Therefore, we need to key on `runner.name` instead since each runner has its own unique OS and CPU cores. Technically, two different runner with different names can have the same `os` and `cpu cores` but we don't have that problem now.