Offline generation of 4.6.1674226658.ae134c9

4.6.1674226658.ae134c9

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=761
This commit is contained in:
Oliver Kurz 2023-01-21 03:02:10 +00:00 committed by Git OBS Bridge
parent b3815c8dcb
commit 58c2a8c08f
6 changed files with 15 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:225ce7766527bb2ef8ece25a5b5dc444000e81869f0497a4cd8c47c5bb53f39e
size 34975757

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec04d2df43e926fe0d3ba341cf04cc5ffec95101f707138258cebe8346630fd8
size 34975757

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1673533640.573778d
Version: 4.6.1674226658.ae134c9
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,12 +1,13 @@
-------------------------------------------------------------------
Sat Jan 14 02:42:53 UTC 2023 - okurz@suse.com
Fri Jan 20 14:57:47 UTC 2023 - okurz@suse.com
- Update to version 4.6.1673533640.573778d:
- 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
* Fix table alignment in backend_vars.asciidoc (#2242)
* Move 18-qemu.t VGA test to suppress unneeded warning
* Mark uncoverable statements and remove dead code
-------------------------------------------------------------------
Fri Jan 06 09:23:18 UTC 2023 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1673533640.573778d
mtime: 1673533640
commit: 573778dab1ca41fdc84892b68a4875c494d1a6aa
version: 4.6.1674226658.ae134c9
mtime: 1674226658
commit: ae134c93708962ea2f40cd4c6621df6d2238939d

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1673533640.573778d
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