152484
From 402595e7b0668b8fe44b5b00b1dd45ba9cc42b82 Mon Sep 17 00:00:00 2001
4eda52
From: Frantisek Sumsal <frantisek@sumsal.cz>
4eda52
Date: Thu, 4 Nov 2021 12:31:32 +0100
4eda52
Subject: [PATCH] ci: use C9S chroots in Packit
4eda52
4eda52
rhel-only
4eda52
Related: #2017035
4eda52
---
4eda52
 .packit.yml | 5 ++---
4eda52
 1 file changed, 2 insertions(+), 3 deletions(-)
4eda52
4eda52
diff --git a/.packit.yml b/.packit.yml
4eda52
index 3461bccbc5..ce8782aae2 100644
4eda52
--- a/.packit.yml
4eda52
+++ b/.packit.yml
4eda52
@@ -37,9 +37,8 @@ jobs:
4eda52
   trigger: pull_request
4eda52
   metadata:
4eda52
     targets:
4eda52
-      # FIXME: change to CentOS 9 once it's available
4eda52
-      - fedora-34-x86_64
4eda52
-      - fedora-34-aarch64
4eda52
+      - centos-stream-9-x86_64
4eda52
+      - centos-stream-9-aarch64
4eda52
 
4eda52
 # TODO: can't use TFT yet due to https://pagure.io/fedora-ci/general/issue/184
4eda52
 # Run tests (via testing farm)