diff --git a/src/pages/talks.tsx b/src/pages/talks.tsx index 8076156..1f65f7a 100644 --- a/src/pages/talks.tsx +++ b/src/pages/talks.tsx @@ -4,6 +4,42 @@ import Layout from "@theme/Layout"; import Talk, { TalkMetadata } from "../components/talks/Talk"; const talks: TalkMetadata[] = [ + { + title: "Shift Left Testing with Packit and Testing Farm", + description: ( + <> +

+ In today's fast-paced software development landscape, ensuring the + quality and reliability of upstream contributions is crucial. The + traditional approach of testing at the end of the development cycle is + no longer sufficient. To address this challenge, we present "Shift + Left Your Testing with Packit and Testing Farm", a talk that + introduces two powerful tools designed to simplify and enhance the + testing process for the upstream contributions. +

+ +

+ Packit and Testing Farm provide a dead simple way to build and test + your upstream contributions against both public or internal Red Hat + testing infrastructure. In this talk, we will explore the capabilities + of both tools and demonstrate how they can be seamlessly integrated + into your development workflow. +

+ +

+ In addition to the current capabilities, we will share our plans for + Packit and Testing. +

+ + ), + events: [ + { + name: "QEcamp23", + location: "virtual", + date: new Date(2023, 10, 19), + }, + ], + }, { title: "Packit: RPM integration, all in one", description: (