You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dev/ci/github_actions/runners.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ Two types of runners are available in this repository:
7
7
*[GitHub Actions Runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners) - runners provided and managed by GitHub
8
8
*[Self-hosted Runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) - runners created and managed by the OpenVINO CI team and linked to the OpenVINO repositories
9
9
10
+
Generally, it is advised to use the GitHub Actions runners for light jobs, like labelers, code style checks, etc, whereas
11
+
longer workflows (such as builds or functional tests) should use the self-hosted runners.
12
+
10
13
The runners are specified for each job using the `runs-on` key.
11
14
12
15
An example `Build` job from the [`linux.yml`](./../../../../.github/workflows/linux.yml)
0 commit comments