From 593acb2753ce167ed4d2dec0091702315e89e705 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Wed, 2 Aug 2017 01:12:55 +0100 Subject: [PATCH] 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 --- run-autopkgtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-autopkgtest b/run-autopkgtest index c2ba42d..379520c 100755 --- a/run-autopkgtest +++ b/run-autopkgtest @@ -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()