1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 01:01:43 +00:00

Speed up build and run tests

This commit is contained in:
Darren Shepherd
2016-05-22 23:11:26 -07:00
parent dd7b2554e7
commit d34ead2fbf
15 changed files with 87 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ import time
import pytest
ros_test = 'ros-test'
arch = os.environ['ARCH']
arch = os.environ.get('ARCH', 'amd64')
suffix = ''
if arch != 'amd64':