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>
master
Andy Whitcroft 7 years ago
parent 4af147c787
commit 593acb2753

@ -59,7 +59,7 @@ def parse_args():
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')
help='Mark this as a bulk (low priority) test where possible')
parser.add_argument('package', nargs='+',
help='Source package name(s) whose tests to run.')
args = parser.parse_args()

Loading…
Cancel
Save