From da881ac9b3fee55098e8099c720abb930c18e4e3 Mon Sep 17 00:00:00 2001 From: "Bernhart, Bryan" Date: Thu, 12 Jan 2023 11:32:28 -0800 Subject: [PATCH] Do not continue failing tests in workflow. --- .github/workflows/win_clang_dawn_dbg.yaml | 2 +- .github/workflows/win_clang_dawn_rel.yaml | 2 +- .github/workflows/win_clang_rel_x64.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/win_clang_dawn_dbg.yaml b/.github/workflows/win_clang_dawn_dbg.yaml index d12988b97..af443e461 100644 --- a/.github/workflows/win_clang_dawn_dbg.yaml +++ b/.github/workflows/win_clang_dawn_dbg.yaml @@ -107,7 +107,7 @@ jobs: continue-on-error: true run: | cd test - out\Debug\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Debug\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Regression check end2end tests run: | diff --git a/.github/workflows/win_clang_dawn_rel.yaml b/.github/workflows/win_clang_dawn_rel.yaml index 78c1f3e39..ea539615b 100644 --- a/.github/workflows/win_clang_dawn_rel.yaml +++ b/.github/workflows/win_clang_dawn_rel.yaml @@ -119,7 +119,7 @@ jobs: continue-on-error: true run: | cd test - out\Release\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Release\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Regression check end2end tests run: | diff --git a/.github/workflows/win_clang_rel_x64.yaml b/.github/workflows/win_clang_rel_x64.yaml index 381b4deb1..c0702270f 100644 --- a/.github/workflows/win_clang_rel_x64.yaml +++ b/.github/workflows/win_clang_rel_x64.yaml @@ -135,13 +135,13 @@ jobs: shell: cmd run: | cd test - out\Release\gpgmm_end2end_tests.exe --gtest_filter=-*NoLeak --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Release\gpgmm_end2end_tests.exe --gtest_filter=-*NoLeak --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Run gpgmm_unittests (with patch) shell: cmd run: | cd test - out\Release\gpgmm_unittests.exe --gtest_output=json:${{ github.workspace }}\..\test_unittests.json || true + out\Release\gpgmm_unittests.exe --gtest_output=json:${{ github.workspace }}\..\test_unittests.json - name: Run gpgmm_capture_replay_tests (with patch) shell: cmd