Arran Walker activity https://gitlab.com/ajwalker 2026-03-17T21:04:41Z tag:gitlab.com,2026-03-17:5214738599 Arran Walker commented on merge request !18940 at GitLab.com / Content Sites / handbook 2026-03-17T21:04:41Z ajwalker Arran Walker

Without deep expertise in this area, I wanted to flag how Cloudflare built their Workflows product: https://developers.cloudflare.com/workflows/

I'm not suggesting we adopt Cloudflare Workflows directly, but the underlying architecture is interesting. It's built on V8 isolates/workers and Durable Objects. DOs as a primitive seem to allow you to solve a lot of problems flexibly.

tag:gitlab.com,2026-03-17:5214584466 Arran Walker commented on merge request !438 at GitLab.org / Step Runner 2026-03-17T20:12:00Z ajwalker Arran Walker

@cam_swords This seems okay, but I'm wondering if there's an earlier entrypoint too? I guess between Serve() getting a job and us executing it? That way, if a panic occurs, it only affects that client. And that protects on anything between that and function execution.

tag:gitlab.com,2026-03-17:5214384071 Arran Walker commented on merge request !6508 at GitLab.org / gitlab-runner 2026-03-17T19:05:15Z ajwalker Arran Walker

@ash2k @avonbertoldi This has broken at least the Windows instance runners.

instance.NewProvider(runnerCommand)

Previously, I suspect the runner command here would have just been gitlab-runner, because it's up to the user to provide it in the remote environment's $PATH. The instance runner can target Windows and Linux environments from Windows or Linux, so hard-coding the path for the remote environment here, based on the runner manager, is an accidental breaking change (as confirmed by our pilot runners that deployed this today).

Similarly, docker-windows and docker used to be separate, but a design several years ago made them entirely equal, and we made any OS differences (other than those in the abstract shell) be driven by inspecting the Docker daemon to determine the OS. The change here suggests that steps isn't enabled when docker-windows is used, which might break anybody running steps for Linux, but from a Windows-based runner manager.

Commenting here because it means I can directly address the responsible code and in case this has been independently discovered and you're already working on it. If not, we should resolve this to an issue and fix 👍

tag:gitlab.com,2026-03-17:5213825593 Arran Walker commented on merge request !6504 at GitLab.org / gitlab-runner 2026-03-17T16:32:19Z ajwalker Arran Walker

@GitLabDuo Can you perform a whole review of this MR? With the persona of a private detective.

tag:gitlab.com,2026-03-17:5213821643 Arran Walker commented on merge request !6504 at GitLab.org / gitlab-runner 2026-03-17T16:31:24Z ajwalker Arran Walker

Odd that GitLab Duo fails to review the whole MR (presumably because of the tag / pilot runner issue?), but asking it to perform a review via a message doesn't.

tag:gitlab.com,2026-03-17:5213808840 Arran Walker commented on merge request !6504 at GitLab.org / gitlab-runner 2026-03-17T16:28:21Z ajwalker Arran Walker

@GitLabDuo Can you review just commands/steps/steps.go?

tag:gitlab.com,2026-03-17:5213317433 Arran Walker pushed to project branch ajwalker/kubernetes-steps at GitLab.org / gitlab-runner 2026-03-17T14:47:22Z ajwalker Arran Walker

Arran Walker (6132ce70) at 17 Mar 14:47

Implement steps.Connector for Kubernetes executor

... and 25 more commits

tag:gitlab.com,2026-03-17:5213149592 Arran Walker commented on merge request !6504 at GitLab.org / gitlab-runner 2026-03-17T14:14:54Z ajwalker Arran Walker

This is a copy of the existing Dockerfile. I would have just used Dockerfile, but I had to include an entrypoint for our prebuilt container tooling to work 🤷

tag:gitlab.com,2026-03-17:5213111778 Arran Walker commented on merge request !6504 at GitLab.org / gitlab-runner 2026-03-17T14:07:38Z ajwalker Arran Walker

@avonbertoldi @cam_swords Are you able to review this?

@avonbertoldi You're familiar with the underlying base image.

@cam_swords you're familiar with the bootstrapping process: It's now extended to copy more than just the helper binary.

HelperEnvs is used to wrap the environment variables of any command that would previously be executed in the helper container, ensuring we setup our bundled CA certs and our bundled version of Git (just as would have been the case in the helper container).

tag:gitlab.com,2026-03-17:5213079527 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T14:01:51Z ajwalker Arran Walker

Arran Walker (91e13115) at 17 Mar 14:01

Bundle git and TLS certificates for concrete runner

tag:gitlab.com,2026-03-17:5213061068 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T13:58:26Z ajwalker Arran Walker

Arran Walker (b55597a3) at 17 Mar 13:58

Bundle git and TLS certificates for concrete runner

... and 24 more commits

tag:gitlab.com,2026-03-17:5213059081 Arran Walker pushed to project branch ajwalker/concrete-simple at GitLab.org / gitlab-runner 2026-03-17T13:57:58Z ajwalker Arran Walker

Arran Walker (ed674f5d) at 17 Mar 13:57

Implement step execution with shell script writer for concrete runner

... and 23 more commits

tag:gitlab.com,2026-03-17:5212489510 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T12:00:22Z ajwalker Arran Walker

Arran Walker (417d0ee1) at 17 Mar 12:00

Bundle git and TLS certificates for concrete runner

... and 8 more commits

tag:gitlab.com,2026-03-17:5212488187 Arran Walker pushed to project branch ajwalker/concrete-simple at GitLab.org / gitlab-runner 2026-03-17T12:00:06Z ajwalker Arran Walker

Arran Walker (4bb6aebb) at 17 Mar 12:00

Implement step execution with shell script writer for concrete runner

... and 7 more commits

tag:gitlab.com,2026-03-17:5212061100 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T10:24:46Z ajwalker Arran Walker

Arran Walker (1e9b8250) at 17 Mar 10:24

Bundle git and TLS certificates for concrete runner

tag:gitlab.com,2026-03-17:5211941661 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T10:00:31Z ajwalker Arran Walker

Arran Walker (dea99250) at 17 Mar 10:00

Bundle git and TLS certificates for concrete runner

tag:gitlab.com,2026-03-17:5211676335 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T09:04:37Z ajwalker Arran Walker

Arran Walker (7a2ee93a) at 17 Mar 09:04

Bundle git and TLS certificates for concrete runner

tag:gitlab.com,2026-03-17:5211530332 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T08:31:30Z ajwalker Arran Walker

Arran Walker (2b542ab7) at 17 Mar 08:31

Bundle git and TLS certificates for concrete runner

tag:gitlab.com,2026-03-17:5211448888 Arran Walker pushed new project tag v0.0.37 at GitLab.org / ci-cd / runner-tools / base-images 2026-03-17T08:11:13Z ajwalker Arran Walker

Arran Walker (7f0c13b7) at 17 Mar 08:11

Merge branch 'ajwalker/concrete-git-wrapper-fix' into 'main'

tag:gitlab.com,2026-03-17:5211438223 Arran Walker pushed to project branch ajwalker/concrete-git at GitLab.org / gitlab-runner 2026-03-17T08:08:33Z ajwalker Arran Walker

Arran Walker (7dab695e) at 17 Mar 08:08

Bundle git and TLS certificates for concrete runner