c10 plans for CI
This commit is contained in:
parent
07e709ce33
commit
11d512640d
14
gating.yaml
14
gating.yaml
@ -2,22 +2,24 @@
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: pcaudiolib
|
||||
Version: 1.1
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Portable C Audio Library
|
||||
|
||||
# pcaudiolib bundles TPCircularBuffer with Cube license, which is only used
|
||||
@ -51,6 +51,9 @@ rm -vf %{buildroot}%{_libdir}/*.{a,la}
|
||||
%{_includedir}/%{name}/audio.h
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2024 psklenar@redhat.com <psklenar@redhat.com> - 1.1-17
|
||||
- adding right fmf plan, ci.fmf with seperate, plan naming changed
|
||||
|
||||
* Wed Jun 05 2024 Tomas Korbar <tkorbar@redhat.com> - 1.1-16
|
||||
- Bump release because of gating.yaml change
|
||||
|
||||
|
||||
11
plans.fmf
Normal file
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
/tier1-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
||||
name: /plans/tier1/internal
|
||||
|
||||
/tier1-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
||||
name: /plans/tier1/public
|
||||
@ -1,6 +0,0 @@
|
||||
summary: Test plan that runs all Fedora tests from espeak-ng
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
||||
execute:
|
||||
how: tmt
|
||||
@ -1,12 +0,0 @@
|
||||
summary: CI plan, picks internal Tier1 tests, runs in beakerlib.
|
||||
discover:
|
||||
- name: rhel
|
||||
how: fmf
|
||||
filter: 'tier: 1'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/espeak-ng
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
||||
because: They don't have access to internal repos.
|
||||
Loading…
Reference in New Issue
Block a user