Procházet zdrojové kódy

ci: disable parallel tests (#18008)

Not required on stable branches.
version-14
Ankush Menat před 2 roky
committed by GitHub
rodič
revize
ac9cfe7f9f
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl 3 přidání a 13 odebrání
  1. +1
    -6
      .github/workflows/server-mariadb-tests.yml
  2. +1
    -6
      .github/workflows/server-postgres-tests.yml
  3. +1
    -1
      .github/workflows/ui-tests.yml

+ 1
- 6
.github/workflows/server-mariadb-tests.yml Zobrazit soubor

@@ -22,8 +22,6 @@ jobs:

strategy:
fail-fast: false
matrix:
container: [1, 2]

services:
mariadb:
@@ -122,7 +120,4 @@ jobs:

- name: Run Tests
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --use-orchestrator
env:
CI_BUILD_ID: ${{ github.run_id }}
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests

+ 1
- 6
.github/workflows/server-postgres-tests.yml Zobrazit soubor

@@ -21,8 +21,6 @@ jobs:

strategy:
fail-fast: false
matrix:
container: [1, 2]

services:
postgres:
@@ -125,7 +123,4 @@ jobs:

- name: Run Tests
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --use-orchestrator
env:
CI_BUILD_ID: ${{ github.run_id }}
ORCHESTRATOR_URL: http://test-orchestrator.frappe.io
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests

+ 1
- 1
.github/workflows/ui-tests.yml Zobrazit soubor

@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3]
containers: [1, 2]

name: UI Tests (Cypress)



Načítá se…
Zrušit
Uložit