Compare commits

...

No commits in common. "c8-beta" and "c9s" have entirely different histories.
c8-beta ... c9s

7 changed files with 53 additions and 18 deletions

View File

@ -1 +0,0 @@
e7c66ed62392131e2dc3bb161a63f0d17bf3a371 SOURCES/v11.5.0.0.tar.gz

7
.gitignore vendored
View File

@ -1 +1,6 @@
SOURCES/v11.5.0.0.tar.gz
/eth-fast-fabric-11.0.0.0.tar.gz
/eth-fast-fabric-11.1.0.0.tar.gz
/eth-fast-fabric-11.1.0.1.tar.gz
/v11.3.0.0.tar.gz
/v11.4.0.0.tar.gz
/v11.5.0.0.tar.gz

View File

@ -5,7 +5,7 @@ Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric manage
License: BSD
Url: https://github.com/intel/eth-fast-fabric
Source: %url/archive/refs/tags/v%{version}.tar.gz
Source: %url/archive/refs/tags/v%{version_no_tilde}.tar.gz
ExclusiveArch: x86_64
# The Intel(R) Ethernet Fabric Suite product line is only available on x86_64 platforms at this time.
@ -40,7 +40,7 @@ Requires: eth-tools-basic%{?_isa} >= %{version}-%{release}
Contains tools for managing fabric on a management node.
%prep
%autosetup -n eth-fast-fabric-%{version}
%autosetup -n eth-fast-fabric-%{version_no_tilde}
%build
cd OpenIb_Host
@ -93,25 +93,29 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_prefix}/lib DSAP_LIBDIR=%{_
%changelog
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1:11.5.0.0-173
- Update to upstream release 11.5.0.0
- Add gating tests
- Resolves: rhbz#2144025
- Resolves: rhbz#2144026
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 11.4.0.0-201
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1:11.4.0.0-201
- Update to upstream release 11.4.0.0
- Resolves: rhbz#2168118
- Resolves: rhbz#2097531
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 11.3.0.0-1
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1:11.3.0.0-1
- Update to upstream release 11.3.0.0
- Resolves: rhbz#2037048
- Resolves: rhbz#2037052
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 11.1.0.1-5
* Tue Nov 09 2021 Honggang Li <honli@redhat.com> - 1:11.1.0.1-5
- Update to upstream release 11.1.0.1
- Related: rhbz#1989435
- Fix annocheck issues
- Resolves: rhbz#2019268
* Thu Jul 08 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-164
- Add osci gating test for RHEL8
- Related: rhbz#1919015
* Wed Oct 27 2021 Honggang Li <honli@redhat.com> - 1:11.1.0.0-180
- Update to upstream release 11.1.0.0
- Resolves: rhbz#1991463
* Tue Jun 08 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-163
- Import Intel Ethernet Fast Fabric Suite for RHEL8
- Resolves: rhbz#1919015
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:11.0.0.0-164
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 01 2021 Honggang Li <honli@redhat.com> - 11.0.0.0-163
- Import Intel Ethernet Fast Fabric Suite for RHEL9
- Resolves: rhbz#1919019

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}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (v11.5.0.0.tar.gz) = 58ec1a0fd850e698d4f6ed0867a6f7ae2fd1c573a290f5a8bcf89b0bb46e181d4356dc8baab0f6f7dbc917de6cdd97a33bd5c2695d72e7a0e1c173d9be8d7dbb

8
tests/runme.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
set -x
# This is a workaround for eth-tools OSCI gating test. Until OSCI
# support submit test to designated beaker machines, which have the
# hardware for eth-tools, we can't run OSCI test for eth-tools.
exit 0

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: ./runme.sh
required_packages:
- eth-tools-basic
- eth-tools-fastfabric