-
Notifications
You must be signed in to change notification settings - Fork 302
[DO NOT MERGE] Testing on staging runners #3059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 GitHub Actions workflow configurations to use staging runner infrastructure for testing purposes. The changes append a "-st" suffix to all runner labels across multiple workflow files, redirecting jobs from production runners to their staging equivalents.
Key Changes:
- Updated runner labels across all workflow files to point to staging infrastructure
- Modified both job-level and matrix-level runner configurations
- Applied changes consistently across Linux, Windows, macOS, and manylinux workflows
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/windows.yml | Updated all Windows and Linux runner labels to staging equivalents (e.g., aks-win-8-cores-16gb-st, aks-linux-medium-st) |
| .github/workflows/manylinux_2_28.yml | Modified Linux runner configurations for manylinux builds to use staging runners |
| .github/workflows/mac.yml | Changed Linux runner used in macOS workflow to staging infrastructure |
| .github/workflows/linux.yml | Updated all Linux runner labels and matrix runner configurations to staging versions |
| .github/workflows/coverity.yml | Modified Coverity workflow runners to use staging infrastructure |
| .github/workflows/cleanup_caches.yml | Changed cache cleanup job to run on staging runner |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit 3d9503d.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.