From fe6fc0056c715c41e3904bb77a50c0cd75b2f190 Mon Sep 17 00:00:00 2001 From: Daniel Karski Date: Mon, 22 Sep 2025 08:26:58 +0200 Subject: [PATCH] [CP-XXX] windows-e2e removed from e2e (#2672) --- .github/workflows/e2e-development.yml | 2 +- .github/workflows/e2e-feature-branch.yml | 2 +- .github/workflows/e2e-mock-development.yml | 2 +- .github/workflows/e2e-mock-feature-branch.yml | 2 +- .github/workflows/e2e-mock-pre-production.yml | 2 +- .github/workflows/e2e-mock-production.yml | 2 +- .github/workflows/e2e-pre-production.yml | 2 +- .github/workflows/e2e-production.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-development.yml b/.github/workflows/e2e-development.yml index fa3e6478e..0471b04c1 100644 --- a/.github/workflows/e2e-development.yml +++ b/.github/workflows/e2e-development.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: development timeout-minutes: 40 steps: diff --git a/.github/workflows/e2e-feature-branch.yml b/.github/workflows/e2e-feature-branch.yml index c8601ce80..42f56b008 100644 --- a/.github/workflows/e2e-feature-branch.yml +++ b/.github/workflows/e2e-feature-branch.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e, macos-e2e] + runner_label: [linux-e2e, macos-e2e] if: startsWith(github.head_ref || github.ref, 'CP-') environment: development timeout-minutes: 40 diff --git a/.github/workflows/e2e-mock-development.yml b/.github/workflows/e2e-mock-development.yml index d354b37e9..148a1fe37 100644 --- a/.github/workflows/e2e-mock-development.yml +++ b/.github/workflows/e2e-mock-development.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: development timeout-minutes: 40 steps: diff --git a/.github/workflows/e2e-mock-feature-branch.yml b/.github/workflows/e2e-mock-feature-branch.yml index 9f54a01e4..5c57db427 100644 --- a/.github/workflows/e2e-mock-feature-branch.yml +++ b/.github/workflows/e2e-mock-feature-branch.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] if: startsWith(github.head_ref || github.ref, 'CP-') environment: development timeout-minutes: 40 diff --git a/.github/workflows/e2e-mock-pre-production.yml b/.github/workflows/e2e-mock-pre-production.yml index 46a4a0df9..a640942e8 100644 --- a/.github/workflows/e2e-mock-pre-production.yml +++ b/.github/workflows/e2e-mock-pre-production.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: pre-production timeout-minutes: 40 steps: diff --git a/.github/workflows/e2e-mock-production.yml b/.github/workflows/e2e-mock-production.yml index bccc1fce0..76cc90270 100644 --- a/.github/workflows/e2e-mock-production.yml +++ b/.github/workflows/e2e-mock-production.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: production timeout-minutes: 40 steps: diff --git a/.github/workflows/e2e-pre-production.yml b/.github/workflows/e2e-pre-production.yml index 44f55c559..925c6f912 100644 --- a/.github/workflows/e2e-pre-production.yml +++ b/.github/workflows/e2e-pre-production.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: pre-production timeout-minutes: 40 steps: diff --git a/.github/workflows/e2e-production.yml b/.github/workflows/e2e-production.yml index c89252e6e..33bb6e553 100644 --- a/.github/workflows/e2e-production.yml +++ b/.github/workflows/e2e-production.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.runner_label }} strategy: matrix: - runner_label: [linux-e2e, windows-e2e] + runner_label: [linux-e2e] environment: production timeout-minutes: 40 steps: