Skip to content

Commit

Permalink
Use fixed alpine version for downgrade tests
Browse files Browse the repository at this point in the history
Not specifying alpine version causes libssl version
to change, which in turn cause error in downgrade tests.
  • Loading branch information
SachinSetiya committed Dec 1, 2022
1 parent 1a806e2 commit 838f2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
PG_MAJOR=$(echo "${{ matrix.pg }}" | sed -e 's![.].*!!')
UPDATE_FROM_TAG=${DOWNGRADE_TO}-pg${PG_MAJOR}
export UPDATE_FROM_TAG
# Use specific version of alpine so that openssl version wont change
PG_IMAGE_TAG="${PG_VERSION}-alpine3.16"
export PG_IMAGE_TAG
scripts/test_downgrade_from_tag.sh
- name: Downgrade diff
Expand Down

0 comments on commit 838f2fb

Please sign in to comment.