----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69105/#review209824 -----------------------------------------------------------
PASS: Mesos patch 69105 was successfully built and tested. Reviews applied: `['69105']` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2499/mesos-review-69105 - Mesos Reviewbot Windows On Oct. 20, 2018, 10:04 a.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69105/ > ----------------------------------------------------------- > > (Updated Oct. 20, 2018, 10:04 a.m.) > > > Review request for mesos and Kevin Klues. > > > Bugs: MESOS-6551 > https://issues.apache.org/jira/browse/MESOS-6551 > > > Repository: mesos > > > Description > ------- > > Added 'task attach' subcommand to new CLI. > > > Diffs > ----- > > src/python/cli_new/lib/cli/plugins/task/main.py > 546ad00ee88fa51c54520a94da19752d010004a8 > > > Diff: https://reviews.apache.org/r/69105/diff/2/ > > > 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" > $ cd src/python/cli_new > $ source activate > $ mesos task attach tty-test > sh-4.3$ > ``` > > > Thanks, > > Armand Grillet > >
