Compare commits

...

10 Commits

Author SHA1 Message Date
John Kacur d47074bbe1 Upgrade the gating tests to match the kernel version in rteval-loads 2023-05-19 09:28:20 +00:00
John Kacur 2d0a0ac1ce Upgrade the kernel to linux-6.1.8.tar.xz
Resolves: rhbz#2166356
jiraProject == RHELPLAN-147319

Signed-off-by: John Kacur <jkacur@redhat.com>
2023-02-03 15:42:14 -05:00
jkacur f7d3e7bb3b Upgrade the kernel to linux-5.18.1.tar.xz 2022-06-03 21:27:51 +00:00
John Kacur 919703ad1c Fix the gating test to match the kernel version delivered by rteval-loads
Fix the gating test to match the kernel version delivered by rteval-loads
Change the version number to sync with rteval-loads in rhel-8
Resolves: rhbz#2042214

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-01-19 10:13:32 -05:00
John Kacur 939a94b17d Rebuild rteval-loads for rhel-9.0
Rebuild rteval-loads for rhel-9.0, no functional changes

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-01-18 13:52:53 -05:00
Mohan Boddu 55a993c7c3 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:40:39 +00:00
John Kacur eb1b507989 Upgrade the kernel version in rteval-loads
Upgrade the kernel version in rteval-loads to linux-5.13.2
Resolves: rhbz#1890562

Signed-off-by: John Kacur <jkacur@redhat.com>
2021-07-16 13:58:58 +00:00
Red Tail 05c01a4027 Initial commit to enable RHEL-9 gating for rteval-loads
Resolves: rhbz#1966703
Signed-off-by: Mark Simmons msimmons@redhat.com
2021-06-07 10:53:57 -04:00
Mohan Boddu 9a20262afc - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:13:11 +00:00
DistroBaker 67fe6a0907 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rteval-loads.git#c567dd0e0f373b9cddbcc89e6612170b863f7307
2021-02-03 19:49:00 +00:00
8 changed files with 183 additions and 0 deletions

5
.gitignore vendored
View File

@ -0,0 +1,5 @@
*.swp
/linux-5.7.tar.xz
/linux-5.13.2.tar.xz
/linux-5.18.1.tar.xz
/linux-6.1.8.tar.xz

2
.rteval-loads.metadata Normal file
View File

@ -0,0 +1,2 @@
e952cf4cc50c7299117b7346671817be47c0a945 linux-5.18.1.tar.xz
880471edaa649166a7db5e9689b90343b5ed1e4c linux-6.1.8.tar.xz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# rteval-loads
The rteval-loads package

6
gating.yaml Normal file
View File

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

134
rteval-loads.spec Normal file
View File

@ -0,0 +1,134 @@
Name: rteval-loads
Version: 1.6
Release: 3%{?dist}
Summary: Source files for rteval loads
Group: Development/Tools
License: GPLv2
URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.8.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
This package provides source code for system loads used by the rteval package
%prep
%build
%install
mkdir -p %{buildroot}%{_datadir}/rteval/loadsource
install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
%files
%defattr(-,root,root,-)
%dir %{_datadir}/rteval/loadsource
%{_datadir}/rteval/loadsource/*
%changelog
* Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 1.6-3
- Upgrade the gating tests to match the kernel version in rteval-loads
Resolves: rhbz#2166356
jiraProject == RHELPLAN-147319
* Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 1.6-2
- Upgrade the kernel to linux-6.1.8.tar.xz
Resolves: rhbz#2166356
jiraProject == RHELPLAN-147319
* Fri Jun 03 2022 John Kacur<jkacur@redhat.com> - 1.6-1
- Upgrade the kernel to linux-5.18.1.tar.xz
Resolves: rhbz#2093058
* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 1.5-1
- Fix the gating test to match the kernel version delivered by rteval-loads
- Change the version number to sync with rteval-loads in rhel-8
Resolves: rhbz#2042214
* Tue Jan 18 2022 John Kacur <jkacur@redhat.com> - 1.4-16
- Rebuild for rhel-9.0
Resolves: rhbz#2042053
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-15
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 15 2021 John Kacur <jkacur@redhat.com> - 1.4-14
- Upgrade to linux-5.13.2
Resolves: rhbz#1890562
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-13
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Jan 28 2021 John Kacur <jkacur@redhat.com> - 1.4-12
- Since this package only delivers kernel, moving the spec requires
for building it to the rteval packages
* Sun Jan 10 2021 John Kacur <jkacur@redhat.com> - 1.4-11
- Remove stress-ng since it is already packaged with Fedora
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-10
- Rebuild bumping up both packages release number to avoid
- brew clashes
Resolves: rhbz#1859763
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-9
- Rebuild excluding aarch64 since stress-ng already exists there
Resolves: rhbz#1859763
* Thu Jul 23 2020 John Kacur <jkacur@redhat.com> - 1.4-8
- Upgrade to kernel linux-5.7
- Removing old "Obsoletes" from spec file
Resolves: rhbz#1859763
* Fri May 22 2020 John Kacur <jkacur@redhat.com> - 1.4-7
- Add stress-ng as a subpackage
Resolves: rhbz#1816357
* Thu Nov 21 2019 John Kacur <jkacur@redhat.com> - 1.4-6
- Update the gating test run_tests.sh for the kernel linux-5.1
Resolves: rhbz#1775202
* Fri Nov 08 2019 John Kacur <jkacur@redhat.com> - 1.4-5
- Upgrade to using kernel linux-5.1
Resolves: rhbz#1724827
* Mon Apr 01 2019 Clark Williams <williams@redhat.com> - 1.4-4
- OSCI gating framework
Resolves: rhbz#1682425
* Tue Jun 12 2018 John Kacur <jkacur@redhat.com> - 1.4-3
- Trigger a rebuild for rhel-8.0
* Thu Oct 19 2017 John Kacur <jkacur@redhat.com> - 1.4-2
- updated the url of the linux kernel in this spec file
Resolves: rhbz1504141
* Tue Jan 10 2017 Clark Williams <williams@redhat.com> - 1.4-1
- updated kernel tarball to 4.9 [1432625]
* Fri Jun 5 2015 Clark Williams <williams@redhat.com> - 1.3-3
- add requires for kernel-header package [1228740]
* Mon Nov 10 2014 Luis Claudio R. Goncalves <lgoncalv@redhat.com> - 1.3-2
- rebuild for RHEL-7.1 (1151569)
* Fri May 20 2011 Clark Williams <williams@redhat.com> - 1.3-1
- updated kernel tarball to 2.6.39
* Mon Feb 7 2011 Clark Williams <williams@redhat.com> - 1.2-3
- initial build for MRG 2.0 (RHEL6)
* Thu Jul 15 2010 Clark Williams <williams@redhat.com> - 1.2-2
- removed rteval require from specfile (caused circular dependency)
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.2-1
- removed hackbench tarball (now using rt-tests hackbench)
* Fri Feb 19 2010 Clark Williams <williams@redhat.com> - 1.1-1
- updated hackbench source with fixes from David Sommerseth
<davids@redhat.com> to cleanup child processes
* Thu Nov 5 2009 Clark Williams <williams@redhat.com> - 1.0-1
- initial packaging effort

2
sources Normal file
View File

@ -0,0 +1,2 @@
SHA512 (linux-5.18.1.tar.xz) = 1d3f676403b7f21c6790cac568e9655f95012c250a7d0f35cb8223c8a36ce561b414a25cd85be6892607facb617247d4983f4be426388dd6c6817991a6da928d
SHA512 (linux-6.1.8.tar.xz) = c5af551e441f7f987419833a15d5b2191e13d1c321a022aef6b12227017a3f295e42e79cc6b8a05f41f7374ef11c8aa0d75bb8b1c157aaa072e8b8681364e783

View File

@ -0,0 +1,20 @@
#!/usr/bin/bash
# make sure we have rteval installed
if rpm -q --quiet rteval-loads; then
:
else
sudo dnf install -y rteval-loads
if [[ $? != 0 ]]; then
echo "install of rteval failed!"
exit 1
fi
fi
# check that the tarball is in place
if [[ ! -f /usr/share/rteval/loadsource/linux-6.1.8.tar.xz ]]; then
echo "No load tarball found!"
exit 3
fi
exit 0

11
tests/tests.yml Normal file
View File

@ -0,0 +1,11 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts
run: ./run_tests.sh
required_packages:
- rteval-loads