ソースを参照

ci: disable parallel tests (#18008)

Not required on stable branches.
version-14
Ankush Menat 2年前
committed by GitHub
コミット
ac9cfe7f9f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
3個のファイルの変更3行の追加13行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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

name: UI Tests (Cypress)



読み込み中…
キャンセル
保存