We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b18bd70 + 536978f commit 1255777Copy full SHA for 1255777
python/state_machine_operator/tracker/kubernetes/state.py
@@ -65,7 +65,7 @@ def list_jobs_by_status(label_name="app", label_value=None):
65
66
# Failure means we finished with failed condition
67
if job.status.failed == 1:
68
- states["failed"].append(job)
+ states["failed"].append(Job(job))
69
continue
70
71
# Not active, and not finished is queued
0 commit comments