GitLab's Co-Create recap lands W3C trace context and merge-train limits in CI/CD
Maya Okonkwo
What shipped
GitLab's Co-Create program recap, published September 10, names three shipped CI/CD changes worth pulling out from the marketing frame: W3C Trace Context variables inside pipeline jobs, configurable merge-train pipeline limits, and a REST API for Terraform state protection rules. All three landed via GitLab's user-collaboration program in the first half of 2026, per the post.
Two new predefined variables, CI_TRACEPARENT and CI_TRACESTATE, bring W3C Trace Context into pipeline jobs. Teams can now correlate traces across parent and child pipelines, per GitLab, so a slow child pipeline stops being an opaque "10 more minutes" in the parent's timeline.
Configurable merge train pipeline limits landed alongside that. Teams can set a cap that matches their plan and capacity, per the post. If your merge train has ever quietly grown into a queue nobody remembered to cap, this is the knob.
The third change is a REST API for Terraform state protection rules covering retrieve, create, update and delete. Protection-rule state moves out of the UI and into whatever governance pipeline already runs for the rest of your infrastructure controls.
Where it will bite
The tracing variables close a real observability gap, but they are variables, not spans. You still need an OpenTelemetry-aware collector on the runner side, or a job step that reads the variables and emits its own span, before anything shows up in your tracing backend. GitLab exposes the context; the plumbing between the CI job and the trace store is on you.
The merge-train limits ship as a per-project setting, per the post. That helps a team owning one monorepo; it does not help a platform team that wants one cap across a hundred projects. Watch for whether an instance-wide equivalent follows.
Co-Create itself was credited with more than 650 contributors and 4,874 product improvements across more than 100 product groups in H1 2026. The number to hold onto is the smaller one: three CI/CD changes that will change what your pipeline can do next Monday.
Source: GitLab (about.gitlab.com)