Offline generation of 4.6.1622545881.99ce6034
4.6.1622545881.99ce6034 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=517
This commit is contained in:
parent
5a419b8771
commit
2cd3406857
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e357b0a0f7e7dcb1129faf9a5d411654c0ca398d0cce52b7c17522e3e1be1b4d
|
|
||||||
size 25091597
|
|
3
os-autoinst-4.6.1622545881.99ce6034.obscpio
Normal file
3
os-autoinst-4.6.1622545881.99ce6034.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03ed8bb42f64d56c5534777ad9e58d1d86c81f1f6a01c284c76ba73e26b2d4d9
|
||||||
|
size 25092621
|
@ -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.1622223685.2259c969
|
Version: 4.6.1622545881.99ce6034
|
||||||
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,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
|
Fri May 28 17:41:31 UTC 2021 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1622223685.2259c969
|
version: 4.6.1622545881.99ce6034
|
||||||
mtime: 1622223685
|
mtime: 1622545881
|
||||||
commit: 2259c9694b1de7db72168128573f17d211a7a45c
|
commit: 99ce603460300f0bbf92ef8e1fc3379f23c018da
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1622223685.2259c969
|
Version: 4.6.1622545881.99ce6034
|
||||||
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
|
||||||
@ -62,6 +62,17 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
%else
|
%else
|
||||||
%define yamllint_requires %{nil}
|
%define yamllint_requires %{nil}
|
||||||
%endif
|
%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
|
# 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
|
%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
|
# 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
|
# 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)
|
%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
|
# 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
|
BuildRequires: %test_requires %test_version_only_requires
|
||||||
Requires: %main_requires
|
Requires: %main_requires
|
||||||
Recommends: /usr/bin/Xvnc
|
Recommends: /usr/bin/Xvnc
|
||||||
@ -170,7 +181,7 @@ export NO_BRP_STALE_LINK_ERROR=yes
|
|||||||
export CI=1
|
export CI=1
|
||||||
# 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=6
|
export OPENQA_TEST_TIMEOUT_SCALE_CI=8
|
||||||
cd %{__builddir}
|
cd %{__builddir}
|
||||||
%cmake_build check-pkg-build
|
%cmake_build check-pkg-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user