mirror of https://github.com/citusdata/citus.git
Use pg14 for citus tests.
parent
daa327db41
commit
9d41b763f8
|
@ -299,7 +299,7 @@ jobs:
|
||||||
test-citus-upgrade:
|
test-citus-upgrade:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: "${{ vars.citusupgrade_image_name }}:${{ vars.pg16_version }}${{ vars.image_suffix }}"
|
image: "${{ vars.citusupgrade_image_name }}:${{ vars.pg14_version }}${{ vars.image_suffix }}"
|
||||||
options: --user root
|
options: --user root
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
@ -363,8 +363,6 @@ jobs:
|
||||||
ch_benchmark:
|
ch_benchmark:
|
||||||
if: startsWith(github.ref, 'refs/heads/ch_benchmark/')
|
if: startsWith(github.ref, 'refs/heads/ch_benchmark/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: buildpack-deps:stretch
|
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
|
@ -382,8 +380,6 @@ jobs:
|
||||||
tpcc_benchmark:
|
tpcc_benchmark:
|
||||||
if: startsWith(github.ref, 'refs/heads/tpcc_benchmark/')
|
if: startsWith(github.ref, 'refs/heads/tpcc_benchmark/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: buildpack-deps:stretch
|
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue