mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 16:36:43 +00:00
fix: Reduced pw worker to test sqlite test stability
This commit is contained in:
112
.github/workflows/ci-cd.yml
vendored
112
.github/workflows/ci-cd.yml
vendored
@@ -103,34 +103,34 @@ jobs:
|
||||
pre-build-for-playwright:
|
||||
uses: ./.github/workflows/pre-build-for-playwright.yml
|
||||
|
||||
# playwright-mysql-1:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: mysql
|
||||
# shard: 1
|
||||
# playwright-mysql-2:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: mysql
|
||||
# shard: 2
|
||||
# playwright-mysql-3:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: mysql
|
||||
# shard: 3
|
||||
# playwright-mysql-4:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: mysql
|
||||
# shard: 4
|
||||
playwright-mysql-1:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 1
|
||||
playwright-mysql-2:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 2
|
||||
playwright-mysql-3:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 3
|
||||
playwright-mysql-4:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 4
|
||||
playwright-sqlite-1:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
@@ -159,31 +159,31 @@ jobs:
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 4
|
||||
# playwright-pg-shard-1:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: pg
|
||||
# shard: 1
|
||||
# playwright-pg-shard-2:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: pg
|
||||
# shard: 2
|
||||
# playwright-pg-shard-3:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: pg
|
||||
# shard: 3
|
||||
# playwright-pg-shard-4:
|
||||
# needs: pre-build-for-playwright
|
||||
# if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
# uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
# with:
|
||||
# db: pg
|
||||
# shard: 4
|
||||
playwright-pg-shard-1:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 1
|
||||
playwright-pg-shard-2:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 2
|
||||
playwright-pg-shard-3:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 3
|
||||
playwright-pg-shard-4:
|
||||
needs: pre-build-for-playwright
|
||||
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
|
||||
uses: ./.github/workflows/playwright-test-workflow.yml
|
||||
with:
|
||||
db: sqlite
|
||||
shard: 4
|
||||
Reference in New Issue
Block a user