Accepting request 946210 from devel:openQA:tested
Update to 4.6.1642074968.043eb0fc 4.6.1642074968.043eb0fc OBS-URL: https://build.opensuse.org/request/show/946210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=252
This commit is contained in:
commit
87271fb93f
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="extract">dist/rpm/os-autoinst-test.spec</param>
|
||||
<param name="versionprefix">4.6</param>
|
||||
<param name="versionformat">%ct.%h</param>
|
||||
<param name="url">git://github.com/os-autoinst/os-autoinst.git</param>
|
||||
<param name="url">https://github.com/os-autoinst/os-autoinst.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d812ee00ecc436beeb678a3be2525713646cd77de655c57dfd97b8b1e0cb61f2
|
||||
size 25288205
|
3
os-autoinst-4.6.1642074968.043eb0fc.obscpio
Normal file
3
os-autoinst-4.6.1642074968.043eb0fc.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de7aade2f77cd97e33930012613daccf1e33e83c81f87e8e27b4f774c31c04a6
|
||||
size 25296909
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1641552142.fa5fd35d
|
||||
Version: 4.6.1642074968.043eb0fc
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 17:59:26 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1642074968.043eb0fc:
|
||||
* Fix `consoles::VNC::new does not exist! at t/27-consoles-vnc_base.t`
|
||||
* Prevent use of external facing API in consoles as well
|
||||
* Prevent the use of external facing API commands in backend
|
||||
* doc: Use consistent spelling 'hostname'
|
||||
* doc: Document ZVM backend variables
|
||||
* doc: Document HMC backend variables
|
||||
* t: Add missing coverage for consoles::serial_screen
|
||||
* t: Simplify file read/write with Mojo::File in 99-full-stack.t
|
||||
* t: Add test for consoles::VNC
|
||||
* t: Add consoles::vnc_base unit test
|
||||
* t: Remove unnecessary method import in 03-testapi.t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 09 02:22:09 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1641552142.fa5fd35d
|
||||
mtime: 1641552142
|
||||
commit: fa5fd35d286361472832732b0f356adb117f83b8
|
||||
version: 4.6.1642074968.043eb0fc
|
||||
mtime: 1642074968
|
||||
commit: 043eb0fc08e0bf10a8cf7e9076a1cb09758ec33c
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1641552142.fa5fd35d
|
||||
Version: 4.6.1642074968.043eb0fc
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -202,6 +202,9 @@ export CI=1
|
||||
# account for sporadic slowness in build environments
|
||||
# https://progress.opensuse.org/issues/89059
|
||||
export OPENQA_TEST_TIMEOUT_SCALE_CI=20
|
||||
# Enable verbose test output as we can not store test artifacts within package
|
||||
# build environments in case of needing to investigate failures
|
||||
export PROVE_ARGS="--timer -v"
|
||||
cd %{__builddir}
|
||||
%cmake_build check-pkg-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user