Re: [lng-odp] [PATCH API-NEXT v1 4/4] travis: add scalable scheduler in CI

2017-06-15 Thread Honnappa Nagarahalli
This is fixed. My api-next branch had these extra commits from
somewhere. It is corrected now.

On 15 June 2017 at 01:40, Dmitry Eremin-Solenikov
 wrote:
> On 15.06.2017 05:53, Honnappa Nagarahalli wrote:
>> This should be the only patch to review. Don't know why GitHub sent
>> other patches in this series.
>
> Because scripts will resend whole patch series when PR is updated.
>
>
> --
> With best wishes
> Dmitry


Re: [lng-odp] [PATCH API-NEXT v1 4/4] travis: add scalable scheduler in CI

2017-06-15 Thread Dmitry Eremin-Solenikov
On 15.06.2017 05:53, Honnappa Nagarahalli wrote:
> This should be the only patch to review. Don't know why GitHub sent
> other patches in this series.

Because scripts will resend whole patch series when PR is updated.


-- 
With best wishes
Dmitry


Re: [lng-odp] [PATCH API-NEXT v1 4/4] travis: add scalable scheduler in CI

2017-06-14 Thread Honnappa Nagarahalli
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  wrote:
> From: Honnappa Nagarahalli 
>
> Added running tests with scalable scheduler to CI
>
> Change-Id: I4c3c76098360accd665938b424f5d05dcb66493e
> Signed-off-by: Honnappa Nagarahalli 
> Reviewed-by: Brian Brooks 
> ---
> /** 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
>


[lng-odp] [PATCH API-NEXT v1 4/4] travis: add scalable scheduler in CI

2017-06-14 Thread Github ODP bot
From: Honnappa Nagarahalli 

Added running tests with scalable scheduler to CI

Change-Id: I4c3c76098360accd665938b424f5d05dcb66493e
Signed-off-by: Honnappa Nagarahalli 
Reviewed-by: Brian Brooks 
---
/** 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