This repository was archived by the owner on Oct 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
[FR] Self-Hosted Runner Support #6
Copy link
Copy link
Open
Labels
Description
Problem
Organizations with stringent security, compliance, or performance requirements are unable to utilize the Copilot Coding Agent due to the lack of self-hosted runner support. This limitation prevents them from running tasks on their own secure infrastructure, leading to:
- Inability to meet strict regulatory compliance.
- Concerns regarding highly confidential codebases.
- Limitations on task duration and execution speed compared to dedicated hardware.
- Makes the product unusable for organizations with strict self-hosted runner mandates.
Solution
Implement support for self-hosted runners, allowing the Copilot Coding Agent tasks to be executed on an organization's own infrastructure. Additionally, ensure a fallback mechanism is in place so that if a self-hosted runner is unavailable, the system defaults to using GitHub-hosted runners.
Benefits
- Enhanced Security & Compliance: Enables organizations to meet strict security requirements and handle highly confidential data within their own controlled environments.
- Improved Performance: Allows for potentially longer task durations and faster execution by leveraging dedicated, optimized hardware.
- Broader Adoption: Makes the Copilot Coding Agent accessible to a wider range of organizations, including those with stringent self-hosted runner mandates.
- Scalability for Small Companies: Provides a vital option for smaller companies looking to scale their use of the agent while maintaining control.
- Increased Reliability: The fallback mechanism ensures continuous operation even when self-hosted runners are not available, preventing disruptions to workflows.
beingminimal, ojj11, zdenda-balcar-clevertify, SIkebe and Choms