Skip to content

Commit

Permalink
Enable HANA tests in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrylov authored and nyalldawson committed Feb 24, 2021
1 parent edb8435 commit 556e0e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .docker/docker-qgis-test.sh
Expand Up @@ -13,6 +13,11 @@ if [ ${HANA_TESTS_ENABLED:-"OFF"} == "ON" ] ; then
echo "::group::hana"
echo "${bold}Load HANA database...${endbold}"

export HANA_HOST=917df316-4e01-4a10-be54-eac1b6ab15fb.hana.prod-us10.hanacloud.ondemand.com
export HANA_PORT=443
export HANA_USER=QGIS_CI
export HANA_PASSWORD="3w8dkX:NDrs&"

export QGIS_HANA_TEST_DB='driver='/usr/sap/hdbclient/libodbcHDB.so' host='${HANA_HOST}' port='${HANA_PORT}' user='${HANA_USER}' password='${HANA_PASSWORD}' sslEnabled=true sslValidateCertificate=False'

# wait for the DB to be available
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker-variables.env
Expand Up @@ -10,7 +10,7 @@ CTEST_BUILD_NAME

# Other vars
QGIS_NO_OVERRIDE_IMPORT=1
HANA_TESTS_ENABLED=OFF
HANA_TESTS_ENABLED=ON

# Defined in workflow
PATCH_QT_3D
Expand Down

0 comments on commit 556e0e6

Please sign in to comment.