Offline generation of 4.6.1573214011.87166a81
4.6.1573214011.87166a81 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=239
This commit is contained in:
parent
40217113c9
commit
7795ebd073
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08ad41048f30c0f61d673cefc06478a0aebd8ab6352e3aeb03ecdf3d56052d5b
|
|
||||||
size 24900621
|
|
3
os-autoinst-4.6.1573214011.87166a81.obscpio
Normal file
3
os-autoinst-4.6.1573214011.87166a81.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5827825ede0c30a9f7603036557e8ee674d37ad0826d4525d734ca9aaad9ee84
|
||||||
|
size 24906765
|
@ -19,7 +19,7 @@
|
|||||||
%define name_ext -test
|
%define name_ext -test
|
||||||
%define short_name os-autoinst
|
%define short_name os-autoinst
|
||||||
Name: %{short_name}%{?name_ext}
|
Name: %{short_name}%{?name_ext}
|
||||||
Version: 4.6.1571832236.5391548d
|
Version: 4.6.1573214011.87166a81
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for os-autoinst
|
Summary: test package for os-autoinst
|
||||||
#BuildRequires: %{short_name} == %{version}
|
#BuildRequires: %{short_name} == %{version}
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 08 14:25:19 UTC 2019 - okurz@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1573214011.87166a81:
|
||||||
|
* Read all available bytes in check_ssh_serial
|
||||||
|
* Fix OBS package checks due to qemu unavailability
|
||||||
|
* qemu: Add option to activate balloon before snapshot
|
||||||
|
* myjsonrpc: Improve debugging
|
||||||
|
* Add wait_screen_change option on send_key
|
||||||
|
* Add option to upload assets on demand even in failed jobs
|
||||||
|
* Implement shutdown check for spvm backend
|
||||||
|
* script_output() - Add code comment for commit 72efc09b
|
||||||
|
* Allow consoles to persist over reset (#1232)
|
||||||
|
* myjsonrpc: Go back to incremental parsing (#1248)
|
||||||
|
* Use python3 by default (#1247)
|
||||||
|
* Avoid warning in comparison; num_queues might be undef
|
||||||
|
* Improve here tag handling in script_output()
|
||||||
|
* Force no quotes on hash key if match simple identifier
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 24 09:06:44 UTC 2019 - okurz@suse.com
|
Thu Oct 24 09:06:44 UTC 2019 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1571832236.5391548d
|
version: 4.6.1573214011.87166a81
|
||||||
mtime: 1571832236
|
mtime: 1573214011
|
||||||
commit: 5391548d815a883d8333f02b8d367cd803fea71b
|
commit: 87166a81803ea9d6e410f7cc1a8ed2eb2762fa0a
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1571832236.5391548d
|
Version: 4.6.1573214011.87166a81
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OS-level test automation
|
Summary: OS-level test automation
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -74,14 +74,14 @@ This package contains openvswitch support for os-autoinst.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -e 's,/bin/env python,/bin/python,' -i crop.py
|
sed -e 's,/bin/env python,/bin/python3,' -i crop.py
|
||||||
# Replace version number from git to what's reported by the package
|
# Replace version number from git to what's reported by the package
|
||||||
sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{version}";/' isotovideo
|
sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{version}";/' isotovideo
|
||||||
|
|
||||||
# don't require qemu within OBS
|
# don't require qemu within OBS
|
||||||
# and exclude known flaky tests in OBS check
|
# and exclude known flaky tests in OBS check
|
||||||
# https://progress.opensuse.org/issues/52652
|
# https://progress.opensuse.org/issues/52652
|
||||||
for i in 18-qemu-options 18-backend-qemu 99-full-stack 13-osutils; do
|
for i in 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 99-full-stack; do
|
||||||
rm t/$i.t
|
rm t/$i.t
|
||||||
sed -i "s/ \?$i\.t//g" t/Makefile.am
|
sed -i "s/ \?$i\.t//g" t/Makefile.am
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user