mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
[CP-XXX] windows-e2e removed from e2e (#2672)
This commit is contained in:
committed by
slawomir-werner
parent
9be06396d9
commit
fe6fc0056c
2
.github/workflows/e2e-development.yml
vendored
2
.github/workflows/e2e-development.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/e2e-feature-branch.yml
vendored
2
.github/workflows/e2e-feature-branch.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/e2e-mock-development.yml
vendored
2
.github/workflows/e2e-mock-development.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
.github/workflows/e2e-mock-production.yml
vendored
2
.github/workflows/e2e-mock-production.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/e2e-pre-production.yml
vendored
2
.github/workflows/e2e-pre-production.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/e2e-production.yml
vendored
2
.github/workflows/e2e-production.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user