Enable job priorities for suite_scheduler |
|||
Issue descriptionInvestigate how to add job priorities to control files. src/third_party/autotest/files/client/common_lib/priorities.py This would be quite useful to prioritize tasks from the out of band suite scheduler (say some branches or suites having precedence over others). Basically add a line to a control file like PRIORITY="PostBuild" and pipe this through to the suite_scheduler. I once looked this up, but not sure it already exists? src/third_party/autotest/files/site_utils/suite_scheduler/deduping_scheduler_unittest.py
,
Jul 14 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/7972bb5cf00a84921fb1a8c059a87a8af5933546 commit 7972bb5cf00a84921fb1a8c059a87a8af5933546 Author: Po-Hsien Wang <pwang@chromium.org> Date: Fri Jul 14 02:46:07 2017 task.py: explicitly specify priority/timeout 1) Add the ability to explicitly specify the priority/timeout of a suite. 2) Enable user to associate integer value/defined name to suite priority BUG= chromium:738649 TEST=unit test Change-Id: Ia496dc321e9dc4d6cebf19e1196c93d985f807f7 Reviewed-on: https://chromium-review.googlesource.com/560537 Commit-Ready: Ilja H. Friedel <ihf@chromium.org> Tested-by: Ilja H. Friedel <ihf@chromium.org> Reviewed-by: Ilja H. Friedel <ihf@chromium.org> [modify] https://crrev.com/7972bb5cf00a84921fb1a8c059a87a8af5933546/site_utils/suite_scheduler/task.py [modify] https://crrev.com/7972bb5cf00a84921fb1a8c059a87a8af5933546/site_utils/suite_scheduler/task_unittest.py
,
Jul 27 2017
,
Jan 22 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by pwang@chromium.org
, Jul 6 2017