Skip to content

ci: fix runner labels#10088

Merged
jordanrfrazier merged 2 commits into
mainfrom
fix-nightly-linux-group-v2
Oct 2, 2025
Merged

ci: fix runner labels#10088
jordanrfrazier merged 2 commits into
mainfrom
fix-nightly-linux-group-v2

Conversation

@jordanrfrazier
Copy link
Copy Markdown
Collaborator

@jordanrfrazier jordanrfrazier commented Oct 2, 2025

Fixes runner labels

Summary by CodeRabbit

  • Chores
    • Standardized CI runners across Docker build, nightly, and release pipelines to a unified environment, improving build consistency and stability.
    • Streamlined workflow configuration without altering build steps or logic.
    • No impact on application features or behavior; release artifacts and processes remain the same.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Oct 2, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

GitHub Actions workflows update runner specifications: replace [self-hosted, linux, X64, Langflow-runner] with [Langflow-runner] in matrices across docker-build-v2, docker-nightly-build, and release workflows. Runs-on now references matrix.runner using the single Langflow-runner label. No other logic or step changes.

Changes

Cohort / File(s) Change summary
Docker build workflows
.github/workflows/docker-build-v2.yml
Matrix runner entries for amd64 updated from [self-hosted, linux, X64, Langflow-runner] to [Langflow-runner]; runs-on continues to use matrix.runner. No step changes.
Nightly docker builds
.github/workflows/docker-nightly-build.yml
Three matrix includes changed to use [Langflow-runner] instead of [self-hosted, linux, X64, Langflow-runner]. No logic change.
Release workflow
.github/workflows/release.yml
Simplified runner selection to [Langflow-runner] in matrix/runs-on configuration. Other workflow content unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

lgtm, size:S

Suggested reviewers

  • lucaseduoli
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-nightly-linux-group-v2

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 414caa5 and 44348a8.

📒 Files selected for processing (3)
  • .github/workflows/docker-build-v2.yml (4 hunks)
  • .github/workflows/docker-nightly-build.yml (3 hunks)
  • .github/workflows/release.yml (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jordanrfrazier jordanrfrazier merged commit 4177483 into main Oct 2, 2025
4 checks passed
@jordanrfrazier jordanrfrazier deleted the fix-nightly-linux-group-v2 branch October 2, 2025 13:04
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 2, 2025

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.

1 participant