Skip to content

Commit e00b8e7

Browse files
NO-SNOW fix integration tests on Jenkins (#2479)
1 parent 25ebde9 commit e00b8e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

ci/test_darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export JUNIT_REPORT_DIR=${SF_REGRESS_LOGS:-$CONNECTOR_DIR}
1414
export COV_REPORT_DIR=${CONNECTOR_DIR}
1515

1616
# Decrypt parameters file
17-
PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg"
17+
PARAMS_FILE="${PARAMETERS_DIR}/jenkins_test_parameters.py.gpg"
1818
[ ${cloud_provider} == azure ] && PARAMS_FILE="${PARAMETERS_DIR}/parameters_azure.py.gpg"
1919
[ ${cloud_provider} == gcp ] && PARAMS_FILE="${PARAMETERS_DIR}/parameters_gcp.py.gpg"
2020
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > test/parameters.py

ci/test_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo %connector_whl%
2323
:: Decrypt parameters file
2424
:: Default to aws as cloud provider
2525
set PARAMETERS_DIR=%CONNECTOR_DIR%\.github\workflows\parameters\public
26-
set PARAMS_FILE=%PARAMETERS_DIR%\parameters_aws.py.gpg
26+
set PARAMS_FILE=%PARAMETERS_DIR%\jenkins_test_parameters.py.gpg
2727
if "%cloud_provider%"=="azure" set PARAMS_FILE=%PARAMETERS_DIR%\parameters_azure.py.gpg
2828
if "%cloud_provider%"=="gcp" set PARAMS_FILE=%PARAMETERS_DIR%\parameters_gcp.py.gpg
2929
gpg --quiet --batch --yes --decrypt --passphrase="%PARAMETERS_SECRET%" %PARAMS_FILE% > test\parameters.py

0 commit comments

Comments
 (0)