From de81bbbbc22d909edeead55337d984cccc319db9 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Thu, 14 Dec 2023 13:50:04 +0100 Subject: [PATCH] enabled triggers for release branches (#21651) --- .github/workflows/android_arm64.yml | 1 + .github/workflows/linux_conditional_compilation.yml | 3 ++- .github/workflows/windows.yml | 3 ++- .github/workflows/windows_conditional_compilation.yml | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_arm64.yml b/.github/workflows/android_arm64.yml index 33f9c7c97b56e5..a8deb0e3d476e1 100644 --- a/.github/workflows/android_arm64.yml +++ b/.github/workflows/android_arm64.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 'releases/**' concurrency: # github.ref is not unique in post-commit diff --git a/.github/workflows/linux_conditional_compilation.yml b/.github/workflows/linux_conditional_compilation.yml index cf69a3e0f51ba9..d4541a5da5bb14 100644 --- a/.github/workflows/linux_conditional_compilation.yml +++ b/.github/workflows/linux_conditional_compilation.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 'releases/**' concurrency: # github.ref is not unique in post-commit @@ -342,7 +343,7 @@ jobs: - name: Check status of all jobs if: >- ${{ - contains(needs.*.result, 'failure') || + contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} run: exit 1 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f4d59f63019782..b7be898cd188af 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 'releases/**' concurrency: # github.ref is not unique in post-commit group: ${{ github.event_name == 'push' && github.run_id || github.ref }}-windows @@ -589,7 +590,7 @@ jobs: call "${{ env.INSTALL_DIR }}\\setupvars.bat" && ${{ env.INSTALL_TEST_DIR }}/ov_onnx_frontend_tests --gtest_print_time=1 --gtest_filter=-*IE_GPU* --gtest_output=xml:${{ env.INSTALL_TEST_DIR }}/TEST-ONNXFrontend.xml - name: TensorFlow Common frontend tests - if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test || + if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test || fromJSON(needs.smart_ci.outputs.affected_components).TFL_FE.test shell: cmd run: | diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index fcb74ab0438532..c831b65e9f338a 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -22,6 +22,7 @@ on: - '**/conformance/**' branches: - master + - 'releases/**' concurrency: # github.ref is not unique in post-commit