|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/21] starvation: Teach sg-execute-flight about job state starved
It needs to not mind if a job reports as `starved', even if sg-run-job
exited non-zero.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
sg-execute-flight | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sg-execute-flight b/sg-execute-flight
index aed9823d..02f63316 100755
--- a/sg-execute-flight
+++ b/sg-execute-flight
@@ -189,7 +189,7 @@ proc main_iteration {} {
if {!$found} { error "job not in database $flight $job" }
switch -exact -- $jobinfo(status) {
- pass - fail - broken - blocked - truncated {
+ pass - fail - broken - blocked - truncated - starved {
}
queued - preparing - running {
jobdb::job-set-status-unlocked $flight $job broken
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |