Mark CTO Stage 2 harness blocked on Case provider
This commit is contained in:
parent
30a027bae9
commit
6afe95f6b6
@ -57,6 +57,6 @@ items:
|
|||||||
owner: jp
|
owner: jp
|
||||||
- id: CTO-WORK-012
|
- id: CTO-WORK-012
|
||||||
title: Stage 2 Harness Artificial Fixture Route
|
title: Stage 2 Harness Artificial Fixture Route
|
||||||
status: candidate
|
status: blocked
|
||||||
source: sot/03-PROTOCOLS/CTO-CASE-STAGE2-ARTIFICIAL-FIXTURE-ISSUES.md
|
source: sot/03-PROTOCOLS/CTO-CASE-STAGE2-ARTIFICIAL-FIXTURE-ISSUES.md
|
||||||
owner: jp
|
owner: jp
|
||||||
|
|||||||
@ -425,7 +425,7 @@ def main() -> int:
|
|||||||
"CTO-WORK-009": "validated",
|
"CTO-WORK-009": "validated",
|
||||||
"CTO-WORK-010": "validated",
|
"CTO-WORK-010": "validated",
|
||||||
"CTO-WORK-011": "validated",
|
"CTO-WORK-011": "validated",
|
||||||
"CTO-WORK-012": "candidate",
|
"CTO-WORK-012": "blocked",
|
||||||
}
|
}
|
||||||
for issue_id, expected in expected_statuses.items():
|
for issue_id, expected in expected_statuses.items():
|
||||||
checked.append(f"workboard_status:{issue_id}:{expected}")
|
checked.append(f"workboard_status:{issue_id}:{expected}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user