Skip to content

Commit

Permalink
Merge branch 'master' into an/general_fix_fp16
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Oct 26, 2023
2 parents f7c1a62 + 3b9606f commit 720ed43
Show file tree
Hide file tree
Showing 87 changed files with 2,322 additions and 843 deletions.
2 changes: 1 addition & 1 deletion .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\ov_onnx_frontend_tests --gtest_print_time=1 --gtest_filter=-*IE_GPU* --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-ONNXFrontend.xml
displayName: 'ONNX Frontend Tests'

# TODO Reenable PDPD after paddlepaddle==2.5.1 with compliant protobuf is released (ticket 95904)
# TODO Reenable PDPD after paddlepaddle==2.5.2 with compliant protobuf is released (ticket 95904)
- script: call $(SETUPVARS) && $(INSTALL_TEST_DIR)\paddle_tests --gtest_print_time=1 --gtest_output=xml:$(INSTALL_TEST_DIR)\TEST-Paddle.xml
displayName: 'Paddle Frontend UT'
enabled: 'false'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:

jobs:
Build:
timeout-minutes: 15
defaults:
run:
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ concurrency:

jobs:
Build:
timeout-minutes: 150
defaults:
run:
shell: bash
Expand Down Expand Up @@ -172,6 +173,7 @@ jobs:

RPM_Packages:
needs: Build
timeout-minutes: 5
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 720ed43

Please sign in to comment.