mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
add buildroot-only option to regression
This commit is contained in:
parent
6c9db52801
commit
d702599d56
@ -93,10 +93,13 @@ def main():
|
||||
# max out at a limited number of concurrent processes to not overwhelm the system
|
||||
|
||||
if '-all' in sys.argv:
|
||||
TIMEOUT_DUR = 20*3600
|
||||
TIMEOUT_DUR = 20*3600 # seconds
|
||||
configs.append(getBuildrootTC(short=False))
|
||||
elif '-buildroot' in sys.argv:
|
||||
TIMEOUT_DUR = 20*3600 # seconds
|
||||
configs=[getBuildrootTC(short=False)]
|
||||
else:
|
||||
TIMEOUT_DUR = 300
|
||||
TIMEOUT_DUR = 5*60 # seconds
|
||||
configs.append(getBuildrootTC(short=True))
|
||||
print(configs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user