JIRA: API Tech Debt

2018-03-20 Thread Greg Mann
Hi all, As discussed during the last API working group meeting, I've created an epic in JIRA to collect API-related tech debt which we would like to address before/during the development of the v2 API: MESOS-8700 . AFAIK there's no projected

API Working Group Meeting Today

2018-03-20 Thread Greg Mann
Hey folks, Sorry for the late reminder - the API working group will meet this morning at 11am PST. Zhitao will be presenting the new volume resizing feature he's designing, and we'll have a discussion on the current state and future directions of the Mesos CLI. If you have any other items for

Re: Introducing `support/mesos-build.sh`

2018-03-20 Thread Tomek Janiszewski
Other jobs finish in 50 min but they do clang/gcc and cmake/auttools checks so total build time takes 2h. I hope we can make next release with ARM binaries. Tere was some proposal of making official Mesos binaries (debs, rpms etc) so we can plug in this process. wt., 20 mar 2018 o 15:35

Re: Introducing `support/mesos-build.sh`

2018-03-20 Thread Tomek Janiszewski
Thank you! ARM builds are passing right now [0]. We are using ubuntu-16.04-arm image [1]. I think from next release we can consider ARM as a supported platform! 0:

Re: Introducing `support/mesos-build.sh`

2018-03-20 Thread Benjamin Bannier
Done. > On Mar 20, 2018, at 10:46 AM, Tomek Janiszewski wrote: > > Thanks for merging. Can we push this image to dockerhub tagged as > ubuntu-16.04-arm? Then we will need to update CI configuration to: > JOBS=16 OS=ubuntu-16.04-arm BUILDTOOL=cmake COMPILER=gcc >

Re: Introducing `support/mesos-build.sh`

2018-03-20 Thread Tomek Janiszewski
Thanks for merging. Can we push this image to dockerhub tagged as ubuntu-16.04-arm? Then we will need to update CI configuration to: JOBS=16 OS=ubuntu-16.04-arm BUILDTOOL=cmake COMPILER=gcc CONFIGURATION='--disable-java --disable-python --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1