mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-12 03:31:11 +00:00
run-autopkgtest: add --bulk option to direct ubuntu jobs to the huge queue
Signed-off-by: Andy Whitcroft <apw@canonical.com>
This commit is contained in:
parent
5136a3efb5
commit
4af147c787
@ -58,6 +58,8 @@ def parse_args():
|
||||
'Otherwise this has the same behaviour as test-git.')
|
||||
parser.add_argument('--all-proposed', action='store_true',
|
||||
help='Disable apt pinning and use all of -proposed')
|
||||
parser.add_argument('--bulk', action='store_true',
|
||||
help='Mark this as a bulk (low priority) test')
|
||||
parser.add_argument('package', nargs='+',
|
||||
help='Source package name(s) whose tests to run.')
|
||||
args = parser.parse_args()
|
||||
@ -108,6 +110,8 @@ if __name__ == '__main__':
|
||||
|
||||
context = ''
|
||||
params = {}
|
||||
if args.bulk:
|
||||
context = 'huge-'
|
||||
if args.trigger:
|
||||
params['triggers'] = args.trigger
|
||||
if args.ppa:
|
||||
|
Loading…
x
Reference in New Issue
Block a user