Skip to content

Commit

Permalink
[CI] [GHA] Introduce C++ unit tests on U20/24 (openvinotoolkit#26808)
Browse files Browse the repository at this point in the history
### Tickets:
 - *152697*
 - *152699*
 - *152703*
  • Loading branch information
akashchi authored Sep 27, 2024
1 parent ce1bcd2 commit df0a12d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ubuntu_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ jobs:
-DCPACK_GENERATOR=TGZ \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
CXX_Unit_Tests:
name: C++ unit tests
needs: [ Docker, Build, Smart_CI ]
uses: ./.github/workflows/job_cxx_unit_tests.yml
with:
runner: 'aks-linux-4-cores-16gb'
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_x64 }}
affected-components: ${{ needs.smart_ci.outputs.affected_components }}

Debian_Packages:
name: Debian Packages
needs: [ Docker, Build ]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/ubuntu_24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ jobs:
-DCPACK_GENERATOR=TGZ \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
CXX_Unit_Tests:
name: C++ unit tests
needs: [ Docker, Build, Smart_CI ]
uses: ./.github/workflows/job_cxx_unit_tests.yml
with:
runner: 'aks-linux-4-cores-16gb'
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_24_04_x64 }}
affected-components: ${{ needs.smart_ci.outputs.affected_components }}

Debian_Packages:
name: Debian Packages
needs: [ Docker, Build ]
Expand Down

0 comments on commit df0a12d

Please sign in to comment.