rmetzger commented on a change in pull request #13520:
URL: https://github.com/apache/flink/pull/13520#discussion_r503768738



##########
File path: tools/azure-pipelines/jobs-template.yml
##########
@@ -142,7 +142,7 @@ jobs:
       source ./tools/azure-pipelines/debug_files_utils.sh
       prepare_debug_files $(module)
       
-      ${{parameters.environment}} ./tools/ci/test_controller.sh $(module) ; 
TEST_EXIT_CODE=$?
+      ${{parameters.environment}} ./tools/ci/test_controller.sh $(module) 
$(Build.Reason); TEST_EXIT_CODE=$?

Review comment:
       I don't think you need to pass the variable into the script. The 
variable should be available as `$BUILD_REASON` in the scripts by default.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to