| commit | 6e64eede9fb333886a20e07a78e2814a672498a0 | [log] [tgz] |
|---|---|---|
| author | Pavel Glazov <pglazov@mirantis.com> | Tue Oct 28 11:43:07 2025 +0400 |
| committer | Pavel Glazov <pglazov@mirantis.com> | Tue Oct 28 11:43:07 2025 +0400 |
| tree | 8ba0fd87b6e9bc2d2b05d28e520c98bfa135c744 | |
| parent | 6fcba6c2cbc349cff47173aca8a74d2385039cbe [diff] |
Match jenkins 'building' job status Related_prod: PRODX-54314 Change-Id: I35ef153dbffd86ad8c9526fd88ffc3d0c9c588c3
diff --git a/rp_reporter/rp_reporter/batch_reporter.py b/rp_reporter/rp_reporter/batch_reporter.py index 45af68e..1c8f584 100755 --- a/rp_reporter/rp_reporter/batch_reporter.py +++ b/rp_reporter/rp_reporter/batch_reporter.py
@@ -206,6 +206,8 @@ match job.status: case "SUCCESS": status = "PASSED" + case "BUILDING": + status = "PASSED" case "FAILURE": status = "FAILED" case "ABORTED":