You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/13 08:36:10 UTC

[GitHub] [flink] rmetzger commented on a change in pull request #13520: [FLINK-19450][python][AZP] Optimize the Python CI Test

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:
users@infra.apache.org