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:
parent
5892b7ffee
commit
22056494a9
@ -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
6
gating.yaml
Normal 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
14
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user