Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 759 Bytes

enabling_ci_step.md

File metadata and controls

16 lines (10 loc) · 759 Bytes

Enabling tests in OpenVINO CI

Each component contains own documentation for writing and extending tests. If you want to get more information about it please read the documentation for interested component.

This guide oversees existed OpenVINO CIs.

OpenVINO has two types of public CIs: Azure and Github actions.

  • Github actions is used for documentation build and additional checks.
  • Azure is used for public build on different platforms. If you need to run tests from new binary files, you can add it to these configuration files.

See Also