Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] review dev CI docs part2 #22850

Merged
merged 15 commits into from
Mar 13, 2024
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
tsavina authored Mar 13, 2024
commit 301e4f2110ce52388c35f1d7ac06c159297f4561
2 changes: 1 addition & 1 deletion docs/dev/ci/github_actions/caches.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CPU_Functional_Tests:
Then it appears in the [repository's cache](https://github.com/openvinotoolkit/openvino/actions/caches):
![gha_cache_example](../../assets/CI_gha_cache_example.png)

The next runs can download the artifact from the repository's cache with `actions/cache/restore`
The following runs can download the artifact from the repository's cache with `actions/cache/restore`
and use it:
```yaml
CPU_Functional_Tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/ci/github_actions/runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OpenVINO repositories make use of the following runners:
`macos-12/13`, etc.

* [larger runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#machine-sizes-for-larger-runners),
used for memory and CPU heavy tasks, listed in [the runners page](https://github.com/openvinotoolkit/openvino/actions/runners).
used for memory and CPU-intensive tasks, listed in [the runners page](https://github.com/openvinotoolkit/openvino/actions/runners).


## Available Self-hosted Runners
Expand Down
Loading