Port gating from RHEL-9 to RHEL-10

Resolves: RHEL-45249

Signed-off-by: Ziqian SUN (Zamir) <zsun@redhat.com>
This commit is contained in:
Ziqian SUN (Zamir) 2024-06-27 11:25:06 +08:00 committed by Viktor Malik
parent 5892b7ffee
commit 22056494a9
No known key found for this signature in database
GPG Key ID: AF7A2E1F6EE74FB3
3 changed files with 22 additions and 0 deletions

View File

@ -88,6 +88,8 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
- Resolves: RHEL-36076 - Resolves: RHEL-36076
- Rebuilt for LLVM 18 - Rebuilt for LLVM 18
- Resolves: RHEL-27729 - Resolves: RHEL-27729
- Enable gating
- Resolves: RHEL-45249
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20.1-2 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20.1-2
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

14
tests/tests.yml Normal file
View File

@ -0,0 +1,14 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://pkgs.devel.redhat.com/git/tests/bpftrace"
dest: gating
required_packages:
- bpftrace
- bash
- kernel-devel
tests:
- gating