mirror of https://github.com/citusdata/citus.git
Fix test-arbitrary-configs
parent
f4a358e557
commit
e3689c57dd
|
@ -237,7 +237,7 @@ jobs:
|
||||||
- uses: "./.github/actions/install_extension"
|
- uses: "./.github/actions/install_extension"
|
||||||
- name: Test arbitrary configs
|
- name: Test arbitrary configs
|
||||||
run: |-
|
run: |-
|
||||||
TESTS=$(src/test/regress/citus_tests/print_test_names.py | circleci tests split)
|
TESTS=$(src/test/regress/citus_tests/print_test_names.py)
|
||||||
# Our test suite expects comma separated values
|
# Our test suite expects comma separated values
|
||||||
TESTS=$(echo $TESTS | tr ' ' ',')
|
TESTS=$(echo $TESTS | tr ' ' ',')
|
||||||
# TESTS will contain subset of configs that will be run on a container and we use multiple containers
|
# TESTS will contain subset of configs that will be run on a container and we use multiple containers
|
||||||
|
@ -329,9 +329,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flags: test_${{ env.pg_major }},upgrade
|
flags: test_${{ env.pg_major }},upgrade
|
||||||
upload-coverage:
|
upload-coverage:
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: "/home/circleci/project"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: citus/exttester:${{ inputs.pg15_version }}${{ inputs.image_suffix }}
|
image: citus/exttester:${{ inputs.pg15_version }}${{ inputs.image_suffix }}
|
||||||
|
@ -350,9 +347,6 @@ jobs:
|
||||||
cc-test-reporter upload-coverage -i total.json
|
cc-test-reporter upload-coverage -i total.json
|
||||||
ch_benchmark:
|
ch_benchmark:
|
||||||
if: startsWith(github.ref, 'refs/heads/ch_benchmark/')
|
if: startsWith(github.ref, 'refs/heads/ch_benchmark/')
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: "/home/circleci/project"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: buildpack-deps:stretch
|
image: buildpack-deps:stretch
|
||||||
|
@ -372,9 +366,6 @@ jobs:
|
||||||
run_hammerdb.sh citusbot_ch_benchmark_rg
|
run_hammerdb.sh citusbot_ch_benchmark_rg
|
||||||
tpcc_benchmark:
|
tpcc_benchmark:
|
||||||
if: startsWith(github.ref, 'refs/heads/tpcc_benchmark/')
|
if: startsWith(github.ref, 'refs/heads/tpcc_benchmark/')
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: "/home/circleci/project"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: buildpack-deps:stretch
|
image: buildpack-deps:stretch
|
||||||
|
|
Loading…
Reference in New Issue