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.
40 lines
945 B
40 lines
945 B
From 5701905d024afc00a650ff2f2461570497694edb Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Fri, 12 Jan 2024 15:32:27 +0100
|
|
Subject: [PATCH] ci: add all Z-Stream versions to array of allowed versions
|
|
|
|
rhel-only
|
|
|
|
Related: RHEL-1086
|
|
---
|
|
.github/tracker-validator.yml | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/.github/tracker-validator.yml b/.github/tracker-validator.yml
|
|
index 9e43e4e7d5..f88cc0a572 100644
|
|
--- a/.github/tracker-validator.yml
|
|
+++ b/.github/tracker-validator.yml
|
|
@@ -7,12 +7,22 @@ products:
|
|
- Red Hat Enterprise Linux 9
|
|
- CentOS Stream 9
|
|
- rhel-9.0.0
|
|
+ - rhel-9.0.0.z
|
|
- rhel-9.2.0
|
|
+ - rhel-9.2.0.z
|
|
- rhel-9.3.0
|
|
+ - rhel-9.3.0.z
|
|
- rhel-9.4.0
|
|
+ - rhel-9.4.0.z
|
|
- rhel-9.5.0
|
|
+ - rhel-9.5.0.z
|
|
- rhel-9.6.0
|
|
+ - rhel-9.6.0.z
|
|
- rhel-9.7.0
|
|
+ - rhel-9.7.0.z
|
|
- rhel-9.8.0
|
|
+ - rhel-9.8.0.z
|
|
- rhel-9.9.0
|
|
+ - rhel-9.9.0.z
|
|
- rhel-9.10.0
|
|
+ - rhel-9.10.0.z
|