zentol commented on a change in pull request #11309: [FLINK-16378][AZP] Disable
Docker tests when running with JDK11
URL: https://github.com/apache/flink/pull/11309#discussion_r387841021
##########
File path: tools/azure-pipelines/jobs-template.yml
##########
@@ -161,6 +161,6 @@ jobs:
# TODO remove pre-commit tests script by adding the tests to the nightly
script
# - script: FLINK_DIR=build-target
./flink-end-to-end-tests/run-pre-commit-tests.sh
# displayName: Test - precommit
- - script: FLINK_DIR=`pwd`/build-target
flink-end-to-end-tests/run-nightly-tests.sh
+ - script: ${{parameters.environment}} FLINK_DIR=`pwd`/build-target
flink-end-to-end-tests/run-nightly-tests.sh
Review comment:
because the script was _already_ relying on this being set for the avro
schema registry. This fixes a bug, it's not an improvement.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services