tvalentyn commented on code in PR #37725:
URL: https://github.com/apache/beam/pull/37725#discussion_r2886638424
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -504,7 +504,7 @@ task vertexAIInferenceTest {
def cmdArgs = mapToArgString(argMap)
exec {
executable 'sh'
- args '-c', ". ${envdir}/bin/activate &&
${runScriptsDir}/run_integration_test.sh $cmdArgs"
+ args '-c', ". ${envdir}/bin/activate && RUN_VERTEX_AI_TESTS=1
${runScriptsDir}/run_integration_test.sh $cmdArgs"
Review Comment:
I don't quite follow this - i've searched RUN_VERTEX_AI_TESTS and it doesn't
come up anywhere in the codebase. Do you have any pointers?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]