Add postscripts-maxruntime option to set the max run time for post scripts
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 16 Aug 2022 08:24:07 +0000 (17:24 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 16 Aug 2022 08:24:10 +0000 (17:24 +0900)
commit8f59197e809a7acc02b01fffce5b2373beea660d
tree02de09780a9ea9ef04986de75789bbb4f1761e2e
parent529d986a9bc62301cbb6d6eef16ad1c489d5e4b2
Add postscripts-maxruntime option to set the max run time for post scripts
example: sudo mic create auto test.ks --postscripts-maxruntime=500
mean the max run time for post scripts is 500 minutes.
without this option, default max run time is 120 minutes.
Change-Id: I4fb90477307e75901b17e7ae92777e984fdd8743
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
mic/cmd_create.py
mic/conf.py
mic/imager/baseimager.py
tools/mic