mirror of https://github.com/citusdata/citus.git
16core
parent
2a6dbc6e4c
commit
e39a421d54
|
@ -99,7 +99,7 @@ jobs:
|
||||||
pg_version:
|
pg_version:
|
||||||
- ${{ inputs.pg14_version }}
|
- ${{ inputs.pg14_version }}
|
||||||
- ${{ inputs.pg15_version }}
|
- ${{ inputs.pg15_version }}
|
||||||
runs-on: ubuntu-latest-32core
|
runs-on: ubuntu-latest-16core
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ matrix.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ matrix.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
|
@ -182,7 +182,7 @@ jobs:
|
||||||
pg_version: ${{ inputs.pg15_version }}
|
pg_version: ${{ inputs.pg15_version }}
|
||||||
suite: regress
|
suite: regress
|
||||||
image_name: ${{ inputs.fail_test_image_name }}
|
image_name: ${{ inputs.fail_test_image_name }}
|
||||||
runs-on: ubuntu-latest-32core
|
runs-on: ubuntu-latest-16core
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ inputs.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ inputs.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
|
@ -216,7 +216,7 @@ jobs:
|
||||||
count: 6
|
count: 6
|
||||||
test-arbitrary-configs:
|
test-arbitrary-configs:
|
||||||
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
|
name: PG${{ matrix.pg_version }} - regress - check-arbitrary-configs
|
||||||
runs-on: ubuntu-latest-32core
|
runs-on: ubuntu-latest-16core
|
||||||
container:
|
container:
|
||||||
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ inputs.image_suffix }}"
|
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ inputs.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
|
|
Loading…
Reference in New Issue