Skip to content

Supply JobId to runs-on#2138

Open
baijumeswani wants to merge 1 commit into
mainfrom
bmeswani/update-workflow
Open

Supply JobId to runs-on#2138
baijumeswani wants to merge 1 commit into
mainfrom
bmeswani/update-workflow

Conversation

@baijumeswani
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 7, 2026 06:13
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 PR updates multiple GitHub Actions workflows to include a per-run JobId=... label in runs-on, likely to improve traceability/routing for self-hosted runner scheduling.

Changes:

  • Expanded runs-on from inline arrays to multi-line YAML lists for readability/consistency.
  • Added a dynamic JobId=...-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }} label to runs-on across Windows/Linux/Android/lint workflows.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/win-winml-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/win-webgpu-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/win-directml-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/win-cuda-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/win-cpu-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/win-cpu-arm64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/linux-gpu-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/linux-cpu-x64-nightly-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/linux-cpu-x64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/linux-cpu-arm64-build.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/clang-format-lint.yml Adds JobId label to the self-hosted runner selector.
.github/workflows/android-build.yml Adds JobId label to the self-hosted runner selector.

Comment thread .github/workflows/linux-gpu-x64-build.yml
Comment thread .github/workflows/win-winml-x64-build.yml
@baijumeswani baijumeswani force-pushed the bmeswani/update-workflow branch from 67437f6 to 2cfbdf4 Compare May 14, 2026 06:54
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