Completed
Philosophy
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Release Engineering Best Practices at Google
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is a Release Engineer?
- 3 Role of a Release Engineer
- 4 Philosophy
- 5 Self-Service Model
- 6 High Velocity
- 7 Hermetie Builds
- 8 Enforcement of Policies and Procedures - Gated Operations
- 9 Building
- 10 Branching
- 11 Fast Branches
- 12 Testing
- 13 Midas Package Manager (MPM)
- 14 MPM Labels
- 15 Continuous Build and Release System - Rapid
- 16 Sisyphus
- 17 Rollout Process
- 18 Configuration Management
- 19 Use Mainline for Configuration Files • Read configuration files directly from mainline
- 20 Package Binaries and Configs Together
- 21 Read Configs from External Store
- 22 Shameless Plug 02