Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11730 )
Change subject: test-with-docker: add --env option to pass through env variables ...................................................................... test-with-docker: add --env option to pass through env variables Adds simple mechanism to pass environment variables into test-with-docker, which is occasionally useful, especially for development and tinkering with tests. It's typically the right thing to codify the environment variables into tests, but a pass through can be handy. The implementation is simple enough, passing the variables into the docker containers. Change-Id: I03c2feda8edc2983e423f862ed210fabb845714f Reviewed-on: http://gerrit.cloudera.org:8080/11730 Reviewed-by: Laszlo Gaal <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M docker/test-with-docker.py 1 file changed, 26 insertions(+), 18 deletions(-) Approvals: Laszlo Gaal: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11730 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I03c2feda8edc2983e423f862ed210fabb845714f Gerrit-Change-Number: 11730 Gerrit-PatchSet: 5 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
