Skip to content

Conversation

@achamayou
Copy link
Member

No description provided.

@achamayou achamayou requested a review from a team as a code owner October 21, 2025 10:03
Copilot AI review requested due to automatic review settings October 21, 2025 10:03
Copy link
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 adds unique job labels to GitHub Actions workflows to enable better tracking and identification of individual workflow runs. The labels incorporate the workflow run ID, run number, and attempt number.

Key Changes:

  • Modified runs-on configurations from single-line format to multi-line array format
  • Added JobId labels with unique identifiers combining job name prefix and GitHub context variables

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/release.yml Added job labels to 4 release-related jobs (image_digest, build_release, test_rpm_against_app, reproduce_rpm)
.github/workflows/long-verification.yml Added job labels to 2 model checking jobs
.github/workflows/long-test.yml Added job labels to 6 long-running test jobs (ASAN, TSAN, LTS, e2e variants)
.github/workflows/codeql-analysis.yml Added job label to CodeQL analysis job
.github/workflows/ci.yml Added job labels to 8 CI jobs across virtual and confidential container tests
.github/workflows/ci-verification.yml Added job labels to 3 verification jobs (consistency, consensus, trace validation)
.github/workflows/bencher.yml Added job labels to 2 benchmark jobs (virtual and SNP)
.github/workflows/bencher-ab.yml Added job labels to 3 A/B benchmark comparison jobs

@maxtropets
Copy link
Collaborator

What's the expected benefit of the labels?

@achamayou
Copy link
Member Author

What's the expected benefit of the labels?

This has been requested internally to help debug the ongoing issue with C-ACI containers stopping half-way through their CI run.

@achamayou achamayou enabled auto-merge October 21, 2025 19:14
@achamayou achamayou added this pull request to the merge queue Oct 21, 2025
Merged via the queue into main with commit bd6b4fa Oct 21, 2025
29 checks passed
@achamayou achamayou deleted the add_workflow_labels branch October 21, 2025 20:37
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.

4 participants