mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
continuing from #40234, this patch moves the runner-select and runner-timeout composite actions to [servo/ci-runners](https://github.com/servo/ci-runners), avoiding an extra checkout step. the action calls are locked to a commit, to avoid problems when making breaking changes. while [servo/actions](https://github.com/servo/actions) is a reasonable place to store this action, i’m planning to document our self-hosted CI system and potentially make it usable by other projects, and this action is effectively part of that system. that said, actions in that repo will undergo [review](00deefd2be) as if they were in this repo. feel free to check the actions being adopted in this patch: [runner-select](0b9edd4938/actions/runner-select/action.yml), [runner-timeout](0b9edd4938/actions/runner-timeout/action.yml). Testing: - GitHub-hosted: [full](https://github.com/delan/servo/actions/runs/19126025419), [coverage](https://github.com/delan/servo/actions/runs/19126126210/job/54656556991) - self-hosted: [full](https://github.com/servo/servo/actions/runs/19126029083), [coverage](https://github.com/servo/servo/actions/runs/19126130030/job/54656604357) Signed-off-by: Delan Azabani <dazabani@igalia.com>