Skip to content

Commit 105e201

Browse files
committed
Address PR #235 review feedback
- Add note that PR pending issues should re-triage from scratch if PR gets closed - Update Y-stream sweep to check build in buildroot using check_build_in_buildroot() - Clarify all postponed categories trigger full re-triage when unblocked (not just push to queue) - Acknowledge backoff is optional, fixed intervals may be simpler given unpredictability Assisted-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent 29193b5 commit 105e201

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • research/postponed-issues-reprocessing

research/postponed-issues-reprocessing/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ Issues can change postponement reasons:
5959

6060
### 1. Dependency CVE Sweep
6161

62-
**What it checks:** Whether the blocking dependency issue now has "Fixed in build" set
62+
**What it checks:** Whether the dependency's fixed build is present in the Y-stream buildroot
6363

64-
**Method:** Jira API field lookup on the blocker issue
64+
**Method:**
65+
66+
1. Jira API field lookup on the blocker issue to get "Fixed in build" NVR
67+
2. Use `check_build_in_buildroot()` (from `ymir/common/utils.py`) to verify that NVR is available in the Y-stream buildroot
6568

6669
**Blocker identification:**
6770

0 commit comments

Comments
 (0)