use a versioned exttester for the sql snapshots

pull/7652/head
Nils Dijk 2024-07-10 16:22:57 +00:00
parent d1fbd22756
commit cbfba3a5c3
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ jobs:
pgupgrade_image_name: "ghcr.io/citusdata/pgupgradetester" pgupgrade_image_name: "ghcr.io/citusdata/pgupgradetester"
style_checker_image_name: "ghcr.io/citusdata/stylechecker" style_checker_image_name: "ghcr.io/citusdata/stylechecker"
style_checker_tools_version: "0.8.18" style_checker_tools_version: "0.8.18"
image_suffix: "-dev-1699dc3" sql_snapshot_pg_version: "ghcr.io/citusdata/sqlsnapshot"
image_suffix: "-dev-0349788"
pg14_version: '{ "major": "14", "full": "14.11" }' pg14_version: '{ "major": "14", "full": "14.11" }'
pg15_version: '{ "major": "15", "full": "15.6" }' pg15_version: '{ "major": "15", "full": "15.6" }'
pg16_version: '{ "major": "16", "full": "16.2" }' pg16_version: '{ "major": "16", "full": "16.2" }'
@ -44,7 +45,7 @@ jobs:
needs: params needs: params
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: ${{ needs.params.outputs.build_image_name }}:latest image: ${{ needs.params.outputs.build_image_name }}:${{ needs.params.outputs.sql_snapshot_pg_version }}${{ needs.params.outputs.image_suffix }}
options: --user root options: --user root
steps: steps:
- uses: actions/checkout@v3.5.0 - uses: actions/checkout@v3.5.0