Skip to content

Commit 149e187

Browse files
author
Jeny Sadadia
committed
Retry only incomplete jobs
Signed-off-by: Jeny Sadadia <[email protected]>
1 parent 58df3a6 commit 149e187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/job_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, configs, args):
2020
def _setup(self, args):
2121
return self._api_helper.subscribe_filters({
2222
"state": "done",
23-
"result": ("fail", "incomplete"),
23+
"result": "incomplete",
2424
"kind": ("kbuild", "job"),
2525
})
2626

0 commit comments

Comments
 (0)