You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=argparse.ArgumentParser(description='Get the job history')
242
249
parser.add_argument('--zone', help='specify the lease/zone', type=lambdaarg:arg.split(','))
243
250
parser.add_argument('--job_type', default='p', choices=['p','z','pa'], help='Specify the CI job type (Power(p) or s390x(z) or Power Auxillary(pa)), default is p')
244
-
251
+
parser.add_argument('--job_platform',default='All',type=lambdaarg:arg.split(','), help='Specify the job_platform to fetch jobs, supported values are heavy build / libvirt / powervs / upgrade')
0 commit comments