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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user