Skip to content

Use ubuntu-slim for complete job runner#2333

Merged
leighmcculloch merged 2 commits into
mainfrom
complete-ubuntu-slim
Dec 17, 2025
Merged

Use ubuntu-slim for complete job runner#2333
leighmcculloch merged 2 commits into
mainfrom
complete-ubuntu-slim

Conversation

@leighmcculloch
Copy link
Copy Markdown
Member

@leighmcculloch leighmcculloch commented Dec 17, 2025

What

Change the CI complete job runner from ubuntu-latest to ubuntu-slim.

Why

Ubuntu-slim is a super lightweight runner suitable for super light tasks like the complete job.

Copilot AI review requested due to automatic review settings December 17, 2025 10:36
@github-project-automation github-project-automation Bot moved this to Backlog (Not Ready) in DevX Dec 17, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request attempts to optimize CI resource usage by changing the runner for the complete job from ubuntu-latest to ubuntu-slim. The complete job is a status aggregation job that checks if any dependent jobs failed or were cancelled, requiring minimal compute resources (no checkout, no build, just a simple conditional exit).

Key Changes:

  • Changed the runs-on configuration for the complete job from ubuntu-latest to ubuntu-slim

leighmcculloch added a commit that referenced this pull request Dec 17, 2025
### What
Change the CI complete job runner from ubuntu-latest to ubuntu-slim.

### Why
Ubuntu-slim is a super lightweight runner suitable for super light tasks
like the complete job.
@leighmcculloch leighmcculloch enabled auto-merge (squash) December 17, 2025 14:29
@leighmcculloch leighmcculloch merged commit 58c5c81 into main Dec 17, 2025
27 of 29 checks passed
@leighmcculloch leighmcculloch deleted the complete-ubuntu-slim branch December 17, 2025 14:38
@github-project-automation github-project-automation Bot moved this from Backlog (Not Ready) to Done in DevX Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants