-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68724/#review208656
-----------------------------------------------------------



PASS: Mesos patch 68724 was successfully built and tested.

Reviews applied: `['68724']`

All the build artifacts available at: 
http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2341/mesos-review-68724

- Mesos Reviewbot Windows


On Sept. 14, 2018, 9:37 p.m., Kevin Klues wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68724/
> -----------------------------------------------------------
> 
> (Updated Sept. 14, 2018, 9:37 p.m.)
> 
> 
> Review request for mesos, Gilbert Song and Jie Yu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added the ability to launch tasks with a TTY attached to mesos-execute.
> 
> 
> Diffs
> -----
> 
>   src/cli/execute.cpp e0a8fc89112223c6b0516ddec0587047338fa264 
> 
> 
> Diff: https://reviews.apache.org/r/68724/diff/1/
> 
> 
> Testing
> -------
> 
> sudo bin/mesos-master.sh \
>     --ip=127.0.0.1 \
>     --work_dir=/var/lib/mesos
>     
> sudo bin/mesos-agent.sh 
>     --master=127.0.0.1:5050 \
>     --work_dir=/var/lib/mesos \
>     --image_providers=docker \
>     --executor_environment_variables="{}" \
>     --isolation="cgroups/all,filesystem/linux,docker/runtime,namespaces/pid"  
>   
> 
> sudo src/mesos-execute \
>     --master=127.0.0.1:5050 \
>     --name=tty-test \
>     --docker_image=library/alpine \
>     --no-shell \
>     --tty \
>     --command="sh -i"
> 
> 
> Thanks,
> 
> Kevin Klues
> 
>

Reply via email to