Use pg14 for citus tests.

pull/7154/head
Gokhan Gulbiz 2023-09-20 11:57:47 +03:00
parent daa327db41
commit 9d41b763f8
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 5 deletions

View File

@ -299,7 +299,7 @@ jobs:
test-citus-upgrade:
runs-on: ubuntu-latest
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
needs:
- build
@ -363,8 +363,6 @@ jobs:
ch_benchmark:
if: startsWith(github.ref, 'refs/heads/ch_benchmark/')
runs-on: ubuntu-latest
container:
image: buildpack-deps:stretch
needs:
- build
steps:
@ -382,8 +380,6 @@ jobs:
tpcc_benchmark:
if: startsWith(github.ref, 'refs/heads/tpcc_benchmark/')
runs-on: ubuntu-latest
container:
image: buildpack-deps:stretch
needs:
- build
steps: