mirror of https://github.com/citusdata/citus.git
Run arbitrary configs with less parallelism
parent
3a32c28714
commit
2c36129152
|
|
@ -180,7 +180,7 @@ jobs:
|
||||||
|
|
||||||
test-arbitrary-configs:
|
test-arbitrary-configs:
|
||||||
description: Runs tests on arbitrary configs
|
description: Runs tests on arbitrary configs
|
||||||
parallelism: 6
|
parallelism: 1
|
||||||
parameters:
|
parameters:
|
||||||
pg_major:
|
pg_major:
|
||||||
description: 'postgres major version to use'
|
description: 'postgres major version to use'
|
||||||
|
|
@ -224,7 +224,7 @@ jobs:
|
||||||
# to run the test suite
|
# to run the test suite
|
||||||
gosu circleci \
|
gosu circleci \
|
||||||
make -C src/test/regress \
|
make -C src/test/regress \
|
||||||
check-arbitrary-configs parallel=4 CONFIGS=$TESTS
|
check-arbitrary-configs parallel=1 CONFIGS=$TESTS
|
||||||
no_output_timeout: 2m
|
no_output_timeout: 2m
|
||||||
- run:
|
- run:
|
||||||
name: 'Show regressions'
|
name: 'Show regressions'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue