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 7f0d0ad7d431aa33255c5cdf475d53caa7f65e25 Author: Benjamin Bannier <[email protected]> AuthorDate: Tue Jan 28 10:51:58 2020 +0100 Switched `verify-reviews.py` to use ubuntu-16.04-based image. This not only uses a more recent platform to verify review, but also works around MESOS-10091 which affects only older systems like e.g., ubuntu-14.04. Review: https://reviews.apache.org/r/72054 --- support/verify-reviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/verify-reviews.py b/support/verify-reviews.py index 3f3204a..6a28e82 100755 --- a/support/verify-reviews.py +++ b/support/verify-reviews.py @@ -244,7 +244,7 @@ def verify_review(review_request): else: # Launch docker build script. configuration = ("export " - "OS='ubuntu:14.04' " + "OS='ubuntu:16.04' " "BUILDTOOL='autotools' " "COMPILER='gcc' " "CONFIGURATION='--verbose "
