Accepting request 896674 from devel:openQA:tested

Update to 4.6.1622545881.99ce6034
4.6.1622545881.99ce6034

OBS-URL: https://build.opensuse.org/request/show/896674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=210
This commit is contained in:
Dominique Leuenberger 2021-06-02 20:11:35 +00:00 committed by Git OBS Bridge
commit 48bbe40054
6 changed files with 29 additions and 10 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1622223685.2259c969
Version: 4.6.1622545881.99ce6034
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 01 11:31:44 UTC 2021 - okurz@suse.com
- Update to version 4.6.1622545881.99ce6034:
* dist: Try to fix still appearing sporadic test timeouts in OBS environment
* Reformat python files with black
* Add 'black' for python code style check
-------------------------------------------------------------------
Fri May 28 17:41:31 UTC 2021 - okurz@suse.com

View File

@ -1,5 +1,5 @@
name: os-autoinst
version: 4.6.1622223685.2259c969
mtime: 1622223685
commit: 2259c9694b1de7db72168128573f17d211a7a45c
version: 4.6.1622545881.99ce6034
mtime: 1622545881
commit: 99ce603460300f0bbf92ef8e1fc3379f23c018da

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1622223685.2259c969
Version: 4.6.1622545881.99ce6034
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -62,6 +62,17 @@ Source0: %{name}-%{version}.tar.xz
%else
%define yamllint_requires %{nil}
%endif
%if 0%{?suse_version} >= 1550
%bcond_without black
%else
%bcond_with black
%endif
%if %{with black}
# The following line is generated from dependencies.yaml
%define python_style_requires python3-black
%else
%define python_style_requires %{nil}
%endif
# The following line is generated from dependencies.yaml
%define test_base_requires %main_requires cpio perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps python3-setuptools qemu qemu-tools qemu-x86
# The following line is generated from dependencies.yaml
@ -69,7 +80,7 @@ Source0: %{name}-%{version}.tar.xz
# The following line is generated from dependencies.yaml
%define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(Inline::Python) perl(YAML::PP)
# The following line is generated from dependencies.yaml
%define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
%define devel_requires %python_style_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
BuildRequires: %test_requires %test_version_only_requires
Requires: %main_requires
Recommends: /usr/bin/Xvnc
@ -170,7 +181,7 @@ export NO_BRP_STALE_LINK_ERROR=yes
export CI=1
# account for sporadic slowness in build environments
# https://progress.opensuse.org/issues/89059
export OPENQA_TEST_TIMEOUT_SCALE_CI=6
export OPENQA_TEST_TIMEOUT_SCALE_CI=8
cd %{__builddir}
%cmake_build check-pkg-build