View, browse and sort the ever-growing list of sessions by day, time, pass type, topic, and format. With this Session Viewer, you can view session and speaker details for Game Developers Conference 2024.
You will be able to build your schedule with the GDC Mobile App. The GDC 2024 app will be available for download in Apple Apps and Google Play late February 2024.Sessions do fill up and seating is first come, first serve, so arrive early to sessions that you would like to attend. Adding a session to your schedule does not guarantee you a seat.
Sarra Habchi (R&D Scientist, Ubisoft)
Location: Room 2010, West Hall
Date: Tuesday, March 19
Time: 2:10 pm - 2:40 pm
Pass Type: All Access Pass, Summits Pass - Get your pass now!
Topic: Programming
Format: Session
Vault Recording: Video
Audience Level: All
Continuous Integration (CI) is a common practice in modern software organizations. It plays an especially important role for AAA game development, where thousands of build jobs are submitted daily. However, the size and complexity of video games tend to inflate build size and duration, leading to a slower CI and longer feedback time. To provide faster CI feedback, studies have explored optimization techniques that can skip steps, and sometimes the entirety, of build jobs. This talk presents an overview of these techniques and highlights their costs and benefits. Then, it introduces RavenBuild, a novel ML-based technique tailored for video games. Contrarily to existing approaches, RavenBuild predicts build outcomes for both code and data submissions, providing full coverage for a game development CI. RavenBuild skips passing builds and therefore reduces the CI cost, up to 43%, while ensuring that failing builds are properly anticipated.
Attendees will learn about solutions that can be adopted to reduce CI cost and increase the overall development velocity. As the talk provides a thorough presentation of the features and methods behind these solutions, attendees should be able to replicate these solutions in their settings.
- Game developers
- Architects
- Platform engineers/SRE
- Project managers
- Data scientists