test: Change number of jobs to 24 (#9275)

* Update test-build-docker-image.yml

change jobs to 24

* Update integration-tests-command.yml
This commit is contained in:
yatinappsmith 2021-11-22 18:28:49 +05:30 committed by GitHub
parent e466495b5b
commit ec803c8a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
# Service containers to run with this job. Required for running tests # Service containers to run with this job. Required for running tests
services: services:
# Label used to access the service container # Label used to access the service container

View File

@ -291,7 +291,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] job: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
# Service containers to run with this job. Required for running tests # Service containers to run with this job. Required for running tests
services: services: