[Piglit] [PATCH 1/2] travis: Schedule cmake build job first

Eric Engestrom eric.engestrom at intel.com
Wed Aug 21 13:04:14 UTC 2019


On Sunday, 2019-08-18 15:01:42 -0400, Jan Vesely wrote:
> This way it can overlap the other jobs better.
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>

Thanks! Both r-b and pushed :)

> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 3043cd4cad7..b20a200c97d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -17,6 +17,7 @@ env:
>  
>  matrix:
>    include:
> +    - env: BUILD=cmake
>      - python: 2.7
>        env: TOX_ENV="py27-{generator,noaccel,accel-nix,streams}"
>      - python: 3.4
> @@ -27,7 +28,6 @@ matrix:
>        env: TOX_ENV="py36-{generator,noaccel,accel-nix,streams}"
>      - python: 3.7
>        env: TOX_ENV="py37-{generator,noaccel,accel-nix,streams}"
> -    - env: BUILD=cmake
>  
>  install:
>    - |
> -- 
> 2.21.0
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list