Skip to main content
Version: v4 (current)

Community Providers

Community providers are third-party Orchestrator providers built and shared by the community. They are not maintained by the Game CI team but are listed here to help you discover and evaluate options.

caution

Community providers are provided as-is. Review the source code and documentation of any community provider before using it in your pipelines.

Provider List

No community providers have been submitted yet. Yours could be the first!

Submit Your Provider

Built a custom provider? Share it with the community by adding it to this page.

  1. Edit this file directly on GitHub
  2. Add your provider using the template below
  3. Submit a pull request for review

Template

### Provider Name

| | |
| -------------------- | -------------------------------------------- |
| **Repository** | [user/repo](https://github.com/user/repo) |
| **providerStrategy** | `user/repo` |
| **Description** | Brief description of what the provider does. |
| **Maintainer** | [@username](https://github.com/username) |

Your provider should:

  • Have a public GitHub repository or published NPM package
  • Implement the full ProviderInterface
  • Include a README with setup instructions
  • Be actively maintained

The Game CI team will review submissions for completeness before merging. Inclusion in this list does not imply endorsement or a security guarantee.