Skip to content

18.2 Runner Group iteration plan

🏃 Runner Core

🐛 Bugs

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner", "type::bug", "Category:Runner Core")

Features

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner", "type::feature", "Category:Runner Core")

🛠️ Maintenance

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner", "type::maintenance", "Category:Runner Core")

Stretch

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority",state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and label=("group::runner", "Stretch", "Category:Runner Core") and state=opened

🎢 Runner Fleet

🐛 Bugs

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner", "type::bug", "Category:Fleet Visibility")

Features

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner", "type::feature", "Category:Fleet Visibility")

🛠️ Maintenance

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and milestone = "18.2" and label=("group::runner",  "type::maintenance", "Category:Fleet Visibility")

Stretch

---
display: table
fields: title, epic, assignees, labels("Runner::P*") AS "Priority", state, labels("workflow::*") AS "Status"
---

group="gitlab-org" and label=("group::runner", "Stretch", "Category:Fleet Visibility") and state=opened
Edited by Nicole Williams