Fix test-arbitrary-configs

pull/7154/head
Gokhan Gulbiz 2023-08-21 17:23:23 +03:00
parent f4a358e557
commit e3689c57dd
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 10 deletions

View File

@ -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