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:
parent
b3815c8dcb
commit
58c2a8c08f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:225ce7766527bb2ef8ece25a5b5dc444000e81869f0497a4cd8c47c5bb53f39e
|
|
||||||
size 34975757
|
|
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 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.1673533640.573778d
|
Version: 4.6.1674226658.ae134c9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for os-autoinst
|
Summary: test package for os-autoinst
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -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
|
* tests: Drop unused Test::MockModule
|
||||||
* Add ./t to fully covered paths in codecov
|
* 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
|
* 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
|
Fri Jan 06 09:23:18 UTC 2023 - okurz@suse.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1673533640.573778d
|
version: 4.6.1674226658.ae134c9
|
||||||
mtime: 1673533640
|
mtime: 1674226658
|
||||||
commit: 573778dab1ca41fdc84892b68a4875c494d1a6aa
|
commit: ae134c93708962ea2f40cd4c6621df6d2238939d
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1673533640.573778d
|
Version: 4.6.1674226658.ae134c9
|
||||||
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
|
||||||
@ -211,6 +211,8 @@ export NO_BRP_STALE_LINK_ERROR=yes
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export CI=1
|
export CI=1
|
||||||
|
# set TESSDATA_PREFIX for 02-ocr.t
|
||||||
|
export TESSDATA_PREFIX="%{_datadir}/tessdata/"
|
||||||
# account for sporadic slowness in build environments
|
# account for sporadic slowness in build environments
|
||||||
# https://progress.opensuse.org/issues/89059
|
# https://progress.opensuse.org/issues/89059
|
||||||
export OPENQA_TEST_TIMEOUT_SCALE_CI=20
|
export OPENQA_TEST_TIMEOUT_SCALE_CI=20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user