Skip to content

17.11 Planning Issue - Hosted Runners ☁️

This issue is used by grouphosted runners to plan upcoming iterations. All planning issues.

🥅 Goal

Deliver GRIT - Linux Docker Scenarios - Beta (gitlab-org/ci-cd/runner-tools&13) to support hosted runners for Dedicated.

Deliverables 🦊

Features

RunnerP1

---
display: table
fields: title, epic, assignees, state, labels("workflow::*")
group_by: epic
---
group="gitlab-org" and milestone = "17.11" and label=("type::feature", "group::hosted runners", "Runner::P1") and includeSubgroups = true

RunnerP2

---
display: table
fields: title, epic, assignees, state, labels("workflow::*")
group_by: epic
---
group="gitlab-org" and milestone = "17.11" and label=("type::feature", "group::hosted runners", "Runner::P2") and includeSubgroups = true

RunnerP3

---
display: table
fields: title, epic, assignees, state, labels("workflow::*")
group_by: epic
---
group="gitlab-org" and milestone = "17.11" and label=("type::feature", "group::hosted runners") and label!=("Runner::P1", "Runner::P2") and includeSubgroups = true

🚨 Bugs

---
display: table
fields: title, epic, assignees, state, labels("workflow::*"), labels("Runner::*")
---
group="gitlab-org" and milestone = "17.11" and label=("type::bug", "group::hosted runners") and includeSubgroups = true

🚧 Maintenance

---
display: table
fields: title, epic, assignees, state, labels("workflow::*"), labels("Runner::*")
group_by: epic
---
group="gitlab-org" and milestone = "17.11" and label=("type::maintenance", "group::hosted runners") and includeSubgroups = true

💡 R&D

Edited by Gabriel Engel
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information