Skip to content

feat: support runner job resource overrides#626

Open
archf wants to merge 1 commit into
mainfrom
feature/set-runner-job-resources
Open

feat: support runner job resource overrides#626
archf wants to merge 1 commit into
mainfrom
feature/set-runner-job-resources

Conversation

@archf

@archf archf commented Jul 13, 2026

Copy link
Copy Markdown

Expose optional Kubernetes resource requests and limits so jobs can override runner defaults when needed.

- expose optional Kubernetes resource requests and limits so jobs can override runner defaults when needed
Comment thread job_test.go
autopilot.Equals(t, "public.ecr.aws/opslevel/cli:v2026.7.8", result.InitImage)
autopilot.Equals(t, ol.RunnerJobVariableScopeMain, result.Variables[0].Scope)
autopilot.Equals(t, ol.RunnerJobVariableScopeInit, result.Variables[1].Scope)
autopilot.Assert(t, result.Resources == nil, "expected Resources to be nil when server omits it")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants