-
Notifications
You must be signed in to change notification settings - Fork 7
Infrastructure Overview
Stephanos Ioannidis edited this page Mar 26, 2022
·
8 revisions
The Zephyr Project uses the following infrastructure service providers:
-
GitHub: Git source code management, issue tracking, project management
- Actions (GHA): primary continuous integration platform
- Container Registry (GHCR): primary Docker image management and distribution
-
Amazon Web Services (AWS): primary cloud services provider
- EC2: computing resources for building and testing Zephyr, as well as running infrastructure servers
- S3: file storage for build artifacts, test results and release downloads
- CloudFront: web frontend for project-managed web-based services
- macStadium: Mac cloud services provider for Zephyr SDK build and testing
- DockerHub: alternate Docker image management and distribution (primary is GHCR)
- Groups.io: group mailing list management and meeting scheduling
TODO: Document the list of web-based services and their roles
TODO: Document the list of continuous integration-related services and their roles