This should be the only patch to review. Don't know why GitHub sent other patches in this series.
On 14 June 2017 at 20:00, Github ODP bot <[email protected]> wrote: > From: Honnappa Nagarahalli <[email protected]> > > Added running tests with scalable scheduler to CI > > Change-Id: I4c3c76098360accd665938b424f5d05dcb66493e > Signed-off-by: Honnappa Nagarahalli <[email protected]> > Reviewed-by: Brian Brooks <[email protected]> > --- > /** Email created from pull request 50 (nagarahalli:api-next-travis) > ** https://github.com/Linaro/odp/pull/50 > ** Patch: https://github.com/Linaro/odp/pull/50.patch > ** Base sha: 4f97e500a097928e308a415c32a88465adc5f5cc > ** Merge commit sha: 95322c7b65a45928baf62cc6dd993c3a3bcdfe3a > **/ > .travis.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.travis.yml b/.travis.yml > index d1ca5a66..018ca972 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -61,6 +61,7 @@ env: > - CONF="--disable-abi-compat" > - CONF="--enable-schedule-sp" > - CONF="--enable-schedule-iquery" > + - CONF="--enable-schedule-scalable" > > install: > - echo 1000 | sudo tee /proc/sys/vm/nr_hugepages >
