* add first several sections of the overview document * add missing step about artefacts collection * formatting * add runners section * add stub documents * clarity for caches, rename title * clarify, better wording * rm todos * wording
1.5 KiB
1.5 KiB
Overview of the Runners used in the OpenVINO GitHub Actions CI
The machines that execute the commands from the workflows are referred to as runners in GitHub Actions.
There are two types of runners available in this repository:
- GitHub Actions Runners - runners provided and managed by GitHub
- Self-hosted Runners - runners created and managed by the OpenVINO CI team and linked to the OpenVINO repositories
Available GitHub Actions Runners
GitHub provides runners with different combinations of available resources and software.
The OpenVINO repositories make use of the following runners:
- The default runners:
ubuntu-22/20.04,windows-2019/2022,macos-12/13- Used for not-so-intensive memory and CPU tasks
- The larger runners: you can find the list of available larger runners here
- Used for memory and CPU heavy tasks