From b079e91dfd8f3c34719c8a33a76111a19d01aa78 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 17 Feb 2016 16:13:11 +0000 Subject: [PATCH] Increase priority of xen-unstable-coverity Since we are limited on the number of these we can do per week (to 2) we would like these to happen fairly promptly after the time given in the crontab, otherwise we can potentially end up with the Wednesday run not actually happening until late Saturday, right before the Sunday run which might happen right away. Therefore specify OSSTEST_RESOURCE_PRIORITY=-15, which is right behind xen-unstable-smoke in priority order. We don't have much data yet but based on what we have so far ts-coverity-build takes up to 1000s (around quarter of an hour) and ts-coverity-upload a little over half an hour. So including host install (if needed, it can use a share of an existing build host if one is around) the whole thing comes in at well under an hour, so having this slip to the head of the queue is unlikely to cause problems. Also put mg-allocate and mg-blockage in the correct order in the doc. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- README.planner | 3 ++- branch-settings.xen-unstable-coverity | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 branch-settings.xen-unstable-coverity diff --git a/README.planner b/README.planner index d4a3c4b..daccef5 100644 --- a/README.planner +++ b/README.planner @@ -86,10 +86,11 @@ the administrator showing an idea of what the system thinks may happen in the more distant future. Values for OSSTEST_RESOURCE_PRIORITY: - mg-allocate -1000000 mg-blockage -2000000 + mg-allocate -1000000 cr-try-bisect-adhoc -30 xen-unstable-smoke cr-daily-branch -20 + xen-unstable-coverity cr-daily-branch -15 default Executive.pm with controlling terminal -10 mg-execute-flight -8 default 0 diff --git a/branch-settings.xen-unstable-coverity b/branch-settings.xen-unstable-coverity new file mode 100644 index 0000000..ef66d48 --- /dev/null +++ b/branch-settings.xen-unstable-coverity @@ -0,0 +1 @@ +export OSSTEST_RESOURCE_PRIORITY=-15 -- 2.39.5