Skip to content

Commit

Permalink
Revert "Temporarily remove TF layer tests from required on ARM" (open…
Browse files Browse the repository at this point in the history
…vinotoolkit#26169)

Reverts openvinotoolkit#26158
Issue with TBB on ARM was fixed.
  • Loading branch information
rkazants authored Aug 21, 2024
1 parent 28950f6 commit 711f060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
Overall_Status:
name: ci/gha_overall_status_linux_arm64
needs: [Smart_CI, Build, Debian_Packages, Samples, ONNX_Runtime, CXX_Unit_Tests, Python_Unit_Tests, CPU_Functional_Tests,
TensorFlow_Models_Tests, PyTorch_Models_Tests, Openvino_tokenizers]
TensorFlow_Models_Tests, PyTorch_Models_Tests, Openvino_tokenizers, TensorFlow_Layer_Tests]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 711f060

Please sign in to comment.