[ci] increase concurrency for e2e tests (#10569)

Increase concurrency for e2e tests so they finish faster
This commit is contained in:
Steven
2023-09-22 12:50:21 -04:00
committed by GitHub
parent f6e863d4bb
commit 3dbc75580d
2 changed files with 4 additions and 2 deletions

View File

@@ -11,9 +11,9 @@ const runnersMap = new Map([
runners: ['ubuntu-latest', 'macos-latest', 'windows-latest'],
},
],
['test-e2e', { min: 1, max: 5, runners: ['ubuntu-latest'] }],
['test-e2e', { min: 1, max: 7, runners: ['ubuntu-latest'] }],
['test-next-local', { min: 1, max: 5, runners: ['ubuntu-latest'] }],
['test-dev', { min: 1, max: 5, runners: ['ubuntu-latest', 'macos-latest'] }],
['test-dev', { min: 1, max: 7, runners: ['ubuntu-latest', 'macos-latest'] }],
]);
const packageOptionsOverrides = {