mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
feat(talks): add QEcamp23
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
081cd78fb7
commit
a7c23d361b
1 changed files with 36 additions and 0 deletions
|
@ -4,6 +4,42 @@ import Layout from "@theme/Layout";
|
||||||
import Talk, { TalkMetadata } from "../components/talks/Talk";
|
import Talk, { TalkMetadata } from "../components/talks/Talk";
|
||||||
|
|
||||||
const talks: TalkMetadata[] = [
|
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",
|
title: "Packit: RPM integration, all in one",
|
||||||
description: (
|
description: (
|
||||||
|
|
Loading…
Reference in a new issue