Skip to content

Commit

Permalink
test_postgresql_imagestream for version 15 is not supported yet.
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Feb 28, 2023
1 parent 67e8f0e commit 47aa172
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test-lib-postgresql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ function test_postgresql_imagestream() {
elif [ "${OS}" == "rhel9" ]; then
tag="-el9"
fi
# TODO
# Delete this as soon as postgresql image reached GA
if [ "${VERSION}" == "15" ]; then
echo "WARNING: Version ${VERSION} does not reach GA."
echo "WARNING: Remove this condition as soon as it will be available."
return 0
fi
ct_os_test_image_stream_template "${THISDIR}/imagestreams/postgresql-${OS%[0-9]*}.json" "${THISDIR}/examples/postgresql-ephemeral-template.json" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
}

Expand Down

0 comments on commit 47aa172

Please sign in to comment.