Migrated to SPDX license
Improving testing for RHEL10
This commit is contained in:
parent
874f38dab0
commit
b265d3117b
11
gating.yaml
11
gating.yaml
@ -13,4 +13,13 @@ product_versions:
|
||||
decision_contexts: [bodhi_update_push_stable]
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
|
||||
#gating RHEL
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public/tier1-public.functional}
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: iperf3
|
||||
Version: 3.16
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause-LBNL AND MIT AND dtoa AND BSD-3-Clause AND NCSA AND LicenseRef-Fedora-Public-Domain
|
||||
URL: https://github.com/esnet/iperf
|
||||
Source0: %{url}/archive/%{version}/iperf-%{version}.tar.gz
|
||||
# https://github.com/esnet/iperf/pull/1278
|
||||
@ -54,6 +54,10 @@ rm -f %{buildroot}%{_libdir}/libiperf.la
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Michal Ruprich <mruprich@redhat.com> - 3.16-4
|
||||
- Migrated to SPDX license
|
||||
- Improving testing for RHEL10
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
summary: Test plan with all Fedora tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/iperf3.git
|
||||
execute:
|
||||
how: tmt
|
10
plans/internal/other-internal.fmf
Normal file
10
plans/internal/other-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Other tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -Acceptance & tag: -multihost'
|
||||
url: git://pkgs.devel.redhat.com/tests/iperf3
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier1-internal.fmf
Normal file
10
plans/internal/tier1-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 1'
|
||||
url: git://pkgs.devel.redhat.com/tests/iperf3
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier2-internal.fmf
Normal file
10
plans/internal/tier2-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier2 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 2'
|
||||
url: git://pkgs.devel.redhat.com/tests/iperf3
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier3-internal.fmf
Normal file
10
plans/internal/tier3-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier3 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 3'
|
||||
url: git://pkgs.devel.redhat.com/tests/iperf3
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
7
plans/public/other-public.fmf
Normal file
7
plans/public/other-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public other tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/iperf3.git
|
||||
filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -Acceptance & tag: -multihost'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier1-public.fmf
Normal file
7
plans/public/tier1-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/iperf3.git
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier2-public.fmf
Normal file
7
plans/public/tier2-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier2 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/iperf3.git
|
||||
filter: 'tier: 2'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier3-public.fmf
Normal file
7
plans/public/tier3-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier3 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/iperf3.git
|
||||
filter: 'tier: 3'
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user