This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit ec067b683212f7759e8c3d132523af94ef4e649e Author: Benjamin Bannier <[email protected]> AuthorDate: Mon Jan 27 15:57:46 2020 +0100 Switched verify-reviews from docker-build to prepared Docker image. Review: https://reviews.apache.org/r/71421/ --- support/verify-reviews.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/support/verify-reviews.py b/support/verify-reviews.py index 045a9ef..3f3204a 100755 --- a/support/verify-reviews.py +++ b/support/verify-reviews.py @@ -243,9 +243,6 @@ def verify_review(review_request): '%s 2>&1 > %s' % (command, build_output)]) else: # Launch docker build script. - - # TODO(jojy): Launch 'docker_build.sh' in subprocess so that - # verifications can be run in parallel for various configurations. configuration = ("export " "OS='ubuntu:14.04' " "BUILDTOOL='autotools' " @@ -255,7 +252,7 @@ def verify_review(review_request): "--disable-parallel-test-execution' " "ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'") - command = "%s; ./support/docker-build.sh" % configuration + command = "%s; ./support/jenkins/buildbot.sh" % configuration # `tee` the output so that the console can log the whole build # output. `pipefail` ensures that the exit status of the build
