Completed
Implementation: A Top-Down View
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deep Dive: Continuous Integration in Ivy - Tutorial 19
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Continuous Integration (CI)
- 3 Commit (Push/PR) Triggered Testing: Ivy Tests
- 4 Can't we just trigger all the Tests on each commit?
- 5 Pruning down Tests: The Ideal Situation
- 6 Implementation: A Top-Down View
- 7 Doesn't this sound cyclical?
- 8 Unwrapping the Black Box: Update Mapping
- 9 Unwrapping the Black Box: Determine & Run Tests
- 10 Storing (and retrieving) the Mapping
- 11 Cloning and Pushing to the Repository
- 12 Implementational Nitty-Gritty: Determine Test Coverage Workflow
- 13 Implementational Nitty-Gritty: Multiple Runners
- 14 Implementational Nitty-Gritty: Race Condition
- 15 Periodic Testing
- 16 Manual Testing