Accepting request 1060076 from devel:openQA:tested
Update to 4.6.1674226658.ae134c9 4.6.1674226658.ae134c9 OBS-URL: https://build.opensuse.org/request/show/1060076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=355
This commit is contained in:
commit
bb435a4b8c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df4dd3a57c2267a3babb35f7c25b1ab08685a23ee61149e0a521cb3d077f8d1e
|
||||
size 34974221
|
3
os-autoinst-4.6.1674226658.ae134c9.obscpio
Normal file
3
os-autoinst-4.6.1674226658.ae134c9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec04d2df43e926fe0d3ba341cf04cc5ffec95101f707138258cebe8346630fd8
|
||||
size 34975757
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1672996991.b66759a
|
||||
Version: 4.6.1674226658.ae134c9
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 14:57:47 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1674226658.ae134c9:
|
||||
* Set tesseract to quiet mode and remove 'stderr_like' checks
|
||||
* Export TESSDATA_PREFIX in check phase of os-autoinst.spec
|
||||
* Avoid shellcheck warnings
|
||||
* tests: Drop unused Test::MockModule
|
||||
* Add ./t to fully covered paths in codecov
|
||||
* Move 18-qemu.t VGA test to suppress unneeded warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 06 09:23:18 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1672996991.b66759a
|
||||
mtime: 1672996991
|
||||
commit: b66759aea2b005800a00ddf5f8a405fc3c8b496b
|
||||
version: 4.6.1674226658.ae134c9
|
||||
mtime: 1674226658
|
||||
commit: ae134c93708962ea2f40cd4c6621df6d2238939d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1672996991.b66759a
|
||||
Version: 4.6.1674226658.ae134c9
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -211,6 +211,8 @@ export NO_BRP_STALE_LINK_ERROR=yes
|
||||
|
||||
%check
|
||||
export CI=1
|
||||
# set TESSDATA_PREFIX for 02-ocr.t
|
||||
export TESSDATA_PREFIX="%{_datadir}/tessdata/"
|
||||
# account for sporadic slowness in build environments
|
||||
# https://progress.opensuse.org/issues/89059
|
||||
export OPENQA_TEST_TIMEOUT_SCALE_CI=20
|
||||
|
Loading…
Reference in New Issue
Block a user