Files
openvino/docs/dev/ci/github_actions/runners.md
Andrey Kashchikhin adb372fc8a [CI] [GHA] Add overview document (#20845)
* 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
2023-12-16 12:49:37 +04:00

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:

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

Available Self-hosted Runners

How to choose a Runner