You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Benjamin Mahler <bm...@apache.org> on 2015/12/29 23:33:18 UTC

Re: mesos git commit: Revert "Added XML test output to the jenkins docker build."

Turns out this doesn't play well with distclean. Filed:
https://issues.apache.org/jira/browse/MESOS-4258

On Tue, Dec 29, 2015 at 2:26 PM, <bm...@apache.org> wrote:

> Repository: mesos
> Updated Branches:
>   refs/heads/master d8551f0c6 -> 0d66b6915
>
>
> Revert "Added XML test output to the jenkins docker build."
>
> This reverts commit d8551f0c626e354ddb9041b2d791e9fe3eee838a.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
> Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0d66b691
> Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0d66b691
> Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0d66b691
>
> Branch: refs/heads/master
> Commit: 0d66b6915dbb65727bff91beae3084fb266c6f1c
> Parents: d8551f0
> Author: Benjamin Mahler <be...@gmail.com>
> Authored: Tue Dec 29 14:26:42 2015 -0800
> Committer: Benjamin Mahler <be...@gmail.com>
> Committed: Tue Dec 29 14:26:42 2015 -0800
>
> ----------------------------------------------------------------------
>  support/docker_build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/mesos/blob/0d66b691/support/docker_build.sh
> ----------------------------------------------------------------------
> diff --git a/support/docker_build.sh b/support/docker_build.sh
> index 895715b..7882bd2 100755
> --- a/support/docker_build.sh
> +++ b/support/docker_build.sh
> @@ -103,7 +103,7 @@ append_dockerfile "RUN chown -R mesos /mesos"
>  append_dockerfile "USER mesos"
>
>  # Build and check Mesos.
> -append_dockerfile "CMD ./bootstrap && ./configure $CONFIGURATION &&
> DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURATION\" GLOG_v=1 MESOS_VERBOSE=1
> GTEST_OUTPUT=xml:report.xml make -j8 distcheck"
> +append_dockerfile "CMD ./bootstrap && ./configure $CONFIGURATION &&
> DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURATION\" GLOG_v=1 MESOS_VERBOSE=1 make
> -j8 distcheck"
>
>  # Generate a random image tag.
>  TAG=mesos-`date +%s`-$RANDOM
>
>