Update to upstream release 10.12.1.0.6
Update package and add gating tests. Resolves: rhbz#2159633 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
5a8814cf7a
commit
966681bd79
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/v10.11.1.3.1.tar.gz
|
||||
/v10.11.1.3.1.tar.gz
|
||||
/v10.12.1.0.6.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: opa-ff
|
||||
Epoch: 1
|
||||
Version: 10.11.1.3.1
|
||||
Version: 10.12.1.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel Omni-Path basic tools and libraries for fabric management
|
||||
License: BSD or GPLv2
|
||||
@ -394,6 +394,11 @@ BUILDDIR=%{_builddir} DESTDIR=%{buildroot} LIBDIR=%{_libdir} DSAP_LIBDIR=%{_libd
|
||||
%{_includedir}/opamgt
|
||||
|
||||
%changelog
|
||||
* Fri Jun 02 2023 Kamal Heib <kheib@redhat.com> - 1:10.12.1.0.6-1
|
||||
- Update to upstream release 10.12.1.0.6
|
||||
- Add gating tests.
|
||||
- Resolves: rhbz#2159633
|
||||
|
||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 10.11.1.3.1-1
|
||||
- Update to upstream version 10.11.1.3.1.
|
||||
- Resolves: rhbz#2110930
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v10.11.1.3.1.tar.gz) = 4f52236c58241a9ed42f6f5cb87c4ba0786166e537243fb5e071721c66f21322e906c8ac582dac432d6a302020ba132db6266b64669d11fb417c64ec9f9a8ea4
|
||||
SHA512 (v10.12.1.0.6.tar.gz) = 897eea0b2faec21983668c28b0c3f63184bc2d5dbbec383c4841941d7d67c61a2eb5c32fcdc9244f47c9e378458d625ee9b49fae7422e26415a96a520a4c70ac
|
||||
|
10
tests/runme.sh
Normal file
10
tests/runme.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# https://projects.engineering.redhat.com/browse/PLATFORMCI-2495
|
||||
|
||||
# This is a workaround for opa-ff OSCI gating test. Until OSCI
|
||||
# team resolves the ticket PLATFORMCI-2495, we can't run opa-ff
|
||||
# beaker case over rdma-qe-14/15.
|
||||
|
||||
exit 0
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: ./runme.sh
|
||||
required_packages:
|
||||
- opa-ff
|
Loading…
Reference in New Issue
Block a user