Sabre is hosting a cruisecontrol instance that builds xplanner.
We build xplanner through 3 projects:
| Name | Frequency | JDK | Unit tests | Acceptance tests | Performance tests | Staging deployment |
|---|---|---|---|---|---|---|
| xplanner 1.4 | Continuous | 1.4 | x | x | ||
| xplanner 1.5 | Continuous | 1.5 | x | |||
| xplanner deploy | Nighly | 1.4 | x | x | x | x |
Staging deployment:
- Extract current Sabre production database,
- Migrate it to the current iteration schema,
- Build and deploy the new xplanner war to staging
- Import migrated production data to staging database
- Restart xplanner


