English | 中文
Unit testing: End-to-end testing:
Cyclone is a cloud native CI/CD platform built for container workflow.
The primary directive of cyclone is to ship code from local development all the way to container engine of choice, either running in test or production environment. Features of cyclone includes:
- Container Native: every build, integration and deployment runs in container, completely excludes inconsistency between runtime environment
- Dependency Aware: define dependency rules, or simply component relationship, cyclone takes care of execution order as well as rollout strategy
- Version Control: cyclone is built with version control in mind; retrieving image/pipeline history is as simple as querying its version management interface
- Two-way Binding: cyclone records every CI/CD operation and its effect to answer questions like "how various container images are deployed across the fleet?"
To set up a cyclone instance, check out the setup guide in the documentation.
You could read the quick start to start a tour of cyclone.
When caicloud.yml
is given, version creation would include what you defined in the configuration file. you could find the introduction to caicloud.yml in the documentation.
Feel free to hack on cyclone! We have instructions to help you get started contributing.
Please watch the Fuctions Introduction for more features.
Please watch the Github milestones for our future plans.