[Piglit] [PATCH 01/49] travis: combine noaccel and accel profiles
Dylan Baker
dylan at pnwbakers.com
Fri Jul 29 18:38:47 UTC 2016
Acquiring the VM's to run the tests is the single most time consuming
part of the travis process, to reduce the amount of turn around combine
the noaccel and accel profiles, so that a test is run per python version
rather than per profile.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
.travis.yml | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8532d47..5c3bf08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,10 @@ language: python
python: 3.5
cache: pip
env:
- - TOX_ENV=py27-noaccel
- - TOX_ENV=py27-accel-nix
- - TOX_ENV=py33-noaccel
- - TOX_ENV=py33-accel-nix
- - TOX_ENV=py34-noaccel
- - TOX_ENV=py34-accel-nix
- - TOX_ENV=py35-noaccel
- - TOX_ENV=py35-accel-nix
+ - TOX_ENV="py27-{noaccel,accel-nix}"
+ - TOX_ENV="py33-{noaccel,accel-nix}"
+ - TOX_ENV="py34-{noaccel,accel-nix}"
+ - TOX_ENV="py35-{noaccel,accel-nix}"
install:
pip install tox
script:
--
2.9.0
More information about the Piglit
mailing list