mirror of https://github.com/citusdata/citus.git
Check tests more for flakyness
parent
e17a437307
commit
890d96d12f
|
@ -539,7 +539,7 @@ jobs:
|
||||||
|
|
||||||
test-flakyness:
|
test-flakyness:
|
||||||
description: Runs a test multiple times to see if it's flaky
|
description: Runs a test multiple times to see if it's flaky
|
||||||
parallelism: 32
|
parallelism: 64
|
||||||
parameters:
|
parameters:
|
||||||
pg_major:
|
pg_major:
|
||||||
description: 'postgres major version'
|
description: 'postgres major version'
|
||||||
|
@ -561,7 +561,7 @@ jobs:
|
||||||
runs:
|
runs:
|
||||||
description: 'number of times that the test should be run in total'
|
description: 'number of times that the test should be run in total'
|
||||||
type: integer
|
type: integer
|
||||||
default: 1600
|
default: 2400
|
||||||
docker:
|
docker:
|
||||||
- image: '<< parameters.image >>:<< parameters.image_tag >><< pipeline.parameters.image_suffix >>'
|
- image: '<< parameters.image >>:<< parameters.image_tag >><< pipeline.parameters.image_suffix >>'
|
||||||
working_directory: /home/circleci/project
|
working_directory: /home/circleci/project
|
||||||
|
|
Loading…
Reference in New Issue