Merge "Remove redundant talk slot at 14:20"
diff --git a/schedule.md b/schedule.md
index 832e8b2..537312a 100644
--- a/schedule.md
+++ b/schedule.md
@@ -51,13 +51,13 @@
 |  9:00 | Registration Opens, Breakfast & Networking
 |  9:30 | Welcome introduction
 |  9:45 | [What's new in Gerrit 3.6 and 3.7](sessions/whats-new-gerrit-3.6-3.7.md)
-| 10:30 | __Talk available__
+| 10:30 | [Wrestling large repos with JGit an Gerrit](sessions/wrestling-large-repos.md)
 | 11:15 | __Talk available__
 | 12:00 | Lunch & Networking
 | 14:00 | __Talk available__
 | 14:45 | __Talk available__
 | 15:30 | Break & Networking
-| 16:00 | __Talk available__
+| 16:00 | [Using Gerrit with Zuul](sessions/gerrit-and-zuul.md)
 | 16:45 | [Q&A with the Gerrit Maintainers](sessions/maintainers-qa.md)
 | 17:30 | Party and free drinks
 
diff --git a/sessions/gerrit-and-zuul.md b/sessions/gerrit-and-zuul.md
new file mode 100644
index 0000000..f488e14
--- /dev/null
+++ b/sessions/gerrit-and-zuul.md
@@ -0,0 +1,18 @@
+# Using Gerrit with Zuul
+
+Zuul is a project gating system that goes beyond any other CI or CD system.
+
+Originally developed exclusively for Gerrit and OpenStack, it has
+grown the ability to interact with many other code review systems and
+clouds.  But Gerrit holds a special place in Zuul: there are some
+amazing workflows that are only possible when using Gerrit and Zuul
+together.
+
+This presentation will focus on using Gerrit and Zuul effectively, including:
+
+- Cross repo testing (you don't have to use a monorepo!)
+- Effective testing with Gerrit's Git submodule tracking
+- Simultaneous testing and merging of cross repo dependencies
+- Testing Gerrit and non-Gerrit repos together
+
+*[James Blair, Acme Gating](../speakers.md#corvus)*
diff --git a/sessions/wrestling-large-repos.md b/sessions/wrestling-large-repos.md
new file mode 100644
index 0000000..44f5425
--- /dev/null
+++ b/sessions/wrestling-large-repos.md
@@ -0,0 +1,12 @@
+# Wrestling large repos with JGit an Gerrit
+
+GerritForge has been focusing in 2022 on improving the scalability and performance of Gerrit with large repositories.
+
+Luca presents an overview of the significant findings, some of them surprising and scary at the same time, including:
+- The speed of SHA1 with packed refs
+- Impact of NFS and file/folder stats
+- JGit connectivity checks
+- Negotiations black holes
+... and **more to be revealed** during the talk!
+
+*[Luca Milanesio, GerritForge](../speakers.md#lmilanesio)*
diff --git a/speakers.md b/speakers.md
index 4fae984..9699c2e 100644
--- a/speakers.md
+++ b/speakers.md
@@ -6,7 +6,17 @@
 
 Luca is co-founder of GerritForge and has over 30 years of software development
 and application lifecycle management experience.
-He is a Gerrit Contributor for over 10 years, Gerrit Release manager,
+He has been Gerrit Contributor since 2012, Gerrit Release manager,
 member of the Gerrit Engineering Steering Committee and maintainer
 of [GerritHub.io](https://gerrithub.io), the Open Service for Gerrit Code Review
 on top of GitHub repositories.
+
+### James Blair - Acme Gating {#corvus}
+
+[LinkedIn](https://www.linkedin.com/in/jamesblair2/)
+
+James is the project lead for the Zuul project gating system, and a
+founding member of the OpenDev collaboratory team.  As a sysadmin and
+hacker he gets to write elegant code and then try to make it work in the
+real world.  He started [Acme Gating](https://acmegating.com/) to provide
+enterprise Zuul support and services.