mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-12 23:17:03 +00:00
run-autopkgtest: note that --bulk is best efforts
We only currently support low-priority jobs via the ubuntu/huge-ubuntu queue pairs. For ppa and upstream jobs there is no low priority option currently. Clarify this in the description. Signed-off-by: Andy Whitcroft <apw@canonical.com>
This commit is contained in:
parent
4af147c787
commit
593acb2753
@ -59,7 +59,7 @@ def parse_args():
|
|||||||
parser.add_argument('--all-proposed', action='store_true',
|
parser.add_argument('--all-proposed', action='store_true',
|
||||||
help='Disable apt pinning and use all of -proposed')
|
help='Disable apt pinning and use all of -proposed')
|
||||||
parser.add_argument('--bulk', action='store_true',
|
parser.add_argument('--bulk', action='store_true',
|
||||||
help='Mark this as a bulk (low priority) test')
|
help='Mark this as a bulk (low priority) test where possible')
|
||||||
parser.add_argument('package', nargs='+',
|
parser.add_argument('package', nargs='+',
|
||||||
help='Source package name(s) whose tests to run.')
|
help='Source package name(s) whose tests to run.')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user