瀏覽代碼

ci: disable parallel tests (#18008)

Not required on stable branches.
version-14
Ankush Menat 2 年之前
committed by GitHub
父節點
當前提交
ac9cfe7f9f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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)



Loading…
取消
儲存