From 0c74e3ccad0ea2c84f6bf8457a918a0ff2110f33 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Tue, 17 Dec 2024 04:18:57 -0500 Subject: [PATCH] One last try with window-16-cores --- .github/workflows/e2e-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 72ad12907..a28b98e31 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,7 +1,7 @@ name: E2E Tests on: push: - branches: [ main ] + branches: [ main, pierremtb/electron-tests-one-last-try-16-core-win ] pull_request: branches: [ main ] @@ -39,7 +39,8 @@ jobs: strategy: fail-fast: false matrix: - os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-latest-8-cores] + # os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-latest-8-cores] + os: [windows-16-cores] shardIndex: [1, 2, 3, 4] shardTotal: [4] runs-on: ${{ matrix.os }}