You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
780 B
28 lines
780 B
From 402595e7b0668b8fe44b5b00b1dd45ba9cc42b82 Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
Date: Thu, 4 Nov 2021 12:31:32 +0100
|
|
Subject: [PATCH] ci: use C9S chroots in Packit
|
|
|
|
rhel-only
|
|
Related: #2017035
|
|
---
|
|
.packit.yml | 5 ++---
|
|
1 file changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/.packit.yml b/.packit.yml
|
|
index 3461bccbc5..ce8782aae2 100644
|
|
--- a/.packit.yml
|
|
+++ b/.packit.yml
|
|
@@ -37,9 +37,8 @@ jobs:
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- # FIXME: change to CentOS 9 once it's available
|
|
- - fedora-34-x86_64
|
|
- - fedora-34-aarch64
|
|
+ - centos-stream-9-x86_64
|
|
+ - centos-stream-9-aarch64
|
|
|
|
# TODO: can't use TFT yet due to https://pagure.io/fedora-ci/general/issue/184
|
|
# Run tests (via testing farm)
|