From 67445507994ae5a9874fccc2815c18988dfef691 Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:06:32 +0900 Subject: [PATCH 1/6] Update ci.yml --- .github/workflows/ci.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe94e1294a6a..22f6f7903152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,11 +236,16 @@ jobs: shell: pwsh run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH" - - name: Run interaction tests - run: | - dotnet test ` - $env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll ` - --logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx" + # Integration tests became moody lately. Retry 3 times. + - uses: nick-fields/retry@v3 + with: + timeout_minutes: 15 + max_attempts: 3 + shell: pwsh + command: | + dotnet test ` + $env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll ` + --logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx" # - name: Generate markdown from the tests result # shell: pwsh From 69d54298d5b9c9cd8b7d57d58f558dbf757b363b Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:16:07 +0900 Subject: [PATCH 2/6] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f6f7903152..de4f4bffaab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,8 +239,7 @@ jobs: # Integration tests became moody lately. Retry 3 times. - uses: nick-fields/retry@v3 with: - timeout_minutes: 15 - max_attempts: 3 + max_attempts: 2 shell: pwsh command: | dotnet test ` From 70188d571114c29f95f8efec8667a19b0fb7b0c9 Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:26:34 +0900 Subject: [PATCH 3/6] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4f4bffaab8..e0de1626bbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,7 +237,8 @@ jobs: run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH" # Integration tests became moody lately. Retry 3 times. - - uses: nick-fields/retry@v3 + - name: Run interaction tests + uses: nick-fields/retry@v3 with: max_attempts: 2 shell: pwsh From eebb2e8de4707f58df62822e7886833bd0b89106 Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:06:00 +0900 Subject: [PATCH 4/6] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0de1626bbb6..ef9f4db733f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,6 +240,7 @@ jobs: - name: Run interaction tests uses: nick-fields/retry@v3 with: + timeout_minutes: 15 max_attempts: 2 shell: pwsh command: | From b0bcc14565e96611758d2896a3e849a6f9fe3d71 Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:32:26 -0400 Subject: [PATCH 5/6] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef9f4db733f2..a0abc3a56c50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: shell: pwsh run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH" - # Integration tests became moody lately. Retry 3 times. + # Retry integration tests if first attempt fails``` - name: Run interaction tests uses: nick-fields/retry@v3 with: From e3aea2d595cd8260fdc446437a8025233eae5b15 Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:35:50 -0400 Subject: [PATCH 6/6] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0abc3a56c50..884252d65705 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: shell: pwsh run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH" - # Retry integration tests if first attempt fails``` + # Retry integration tests if first attempt fails - name: Run interaction tests uses: nick-fields/retry@v3 with: