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

Review request for mesos, Benno Evers and Till Toenshoff.


Bugs: MESOS-6382
    https://issues.apache.org/jira/browse/MESOS-6382


Repository: mesos


Description
-------

The Jenkins setup (which uses `support/docker-build.sh` under the
covers) is parameterized with the  `CONFIGURATION` environment variable.
While in we pass configure-style flags for both autotools and cmake
builds to it in the Jenkins
configuration, the script performs transformations so that
configure-style flags are transformed to cmake-style (replace `_` with
`-`, uppercase flags, replace `--` with `-D`).

We disable parallel test execution in Jenkins by passing
`--disable-parallel-test-execution` which with the transformations in
`support/docker-build.sh` leads to a cmake arg
`-DDISABLE_PARALLEL_TEST_EXECUTION=1`. This patch renames the cmake arg
from a default enabled `ENABLE_PARALLEL_TEST_EXECUTION` to a default
disabled `DISABLE_PARALLEL_TEST_EXECUTION` to support this workflow.


Diffs
-----

  cmake/MesosConfigure.cmake ca8d406e1be9d6ab50c6c9dc4d2de97189b17b9a 


Diff: https://reviews.apache.org/r/71232/diff/1/


Testing
-------

Tested ctest behavior with both the new flag enabled and disabled.


Thanks,

Benjamin Bannier

Reply via email to