Pipeline Authoring 18.4 Planning issue
Pipeline Authoring Issue Boards
Goals for the milestone:
- Bug burndown: [FY26-Q3] Pipeline Authoring - Reduce 100% of O... (gitlab-org/verify-stage#605 - closed) (interlock epic)
- This includes Restrict use of pipeline variables by default (gitlab-org&16522 - closed), which aims to address several severity issues
- Next step for this should be finishing up gitlab-org/gitlab#514242 (closed) so we can start dogfooding it internally. Development work for that might already be done.
- As we're currently looking fairly good with S1/S2 bugs, I want us to look into lower-severity security and infradev issues as well
- Begin work on PA Runbooks
- Prepare for upcoming and future planned interlock items
Current/Upcoming Security issues:
Capacity
- Verify:Pipeline Authoring Google Calendar
- Furkan helping out in CI Platform during August, i.e. half of 18.4
- Rajendra is on Co-Create in the second half of the milestone
- Marcel is out until September
Dynamic view of work in the milestone
---
title: Planned non-development work in this milestone
display: table
fields: title, epic, labels("workflow::*") AS "Workflow", labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND label != ("workflow::ready for development", "workflow::in dev", "workflow::in review", "workflow::ready for review", "workflow::blocked") AND group = "gitlab-org" AND state = opened AND milestone = "18.4"
---
title: Planned development work in this milestone
display: table
fields: title, epic, weight, labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND label in ("workflow::ready for development", "workflow::in dev", "workflow::in review", "workflow::ready for review", "workflow::blocked") AND group = "gitlab-org" AND state = opened AND milestone = "18.4"
---
title: Completed work in this milestone
display: table
fields: title, epic, weight, labels("workflow::*") AS "Workflow", labels("missed::*", "type::*", "frontend", "backend") AS "Labels", assignee
limit: 40
sort: created desc
---
label = ("group::pipeline authoring") AND group = "gitlab-org" AND state = closed AND milestone = "18.4"
Active UX Research Efforts
- Currently none planned
/cc @gitlab-com/pipeline-authoring-group
Edited by Manuel Grabowski