feat(talks): add QEcamp23

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-11-29 16:14:42 +01:00
parent 081cd78fb7
commit a7c23d361b
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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: (
<>
<p>
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.
</p>
<p>
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.
</p>
<p>
In addition to the current capabilities, we will share our plans for
Packit and Testing.
</p>
</>
),
events: [
{
name: "QEcamp23",
location: "virtual",
date: new Date(2023, 10, 19),
},
],
},
{
title: "Packit: RPM integration, all in one",
description: (