소스 검색

ci: disable parallel tests (#18008)

Not required on stable branches.
version-14
Ankush Menat 2 년 전
committed by GitHub
부모
커밋
ac9cfe7f9f
No known key found for this signature in database 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)



불러오는 중...
취소
저장