From 52d70f37f66d8fc34bc142386490bdcde0fc7db0 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Tue, 20 May 2025 16:01:59 -0700 Subject: Fix retry logic and skip high intermittent test failure (#7175) * skip recordReplay; fix retrying logic for unit test * Allow the CI to run with manual dispatch * increase failed test limit to 100 * reduce the serve count to 2 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a4007183..dbfd35ca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: [master] pull_request: @@ -80,7 +81,7 @@ jobs: full-gpu-tests: true runs-on: [Windows, self-hosted, "GCP-T4"] has-gpu: true - server-count: 8 + server-count: 2 fail-fast: false runs-on: ${{ matrix.runs-on }} @@ -191,6 +192,7 @@ jobs: -category ${{ matrix.test-category }} \ -api all-cpu \ -expected-failure-list tests/expected-failure-github.txt \ + -expected-failure-list tests/expected-failure-record-replay-tests.txt \ -skip-reference-image-generation \ -show-adapter-info \ ${{ matrix.config == 'debug' && '-disable-debug-layers' || '' }} -- cgit v1.2.3