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