forked from pool/openQA
Offline generation of 4.6.1601399198.460883e61
4.6.1601399198.460883e61 4.6.1601399198.460883e61 4.6.1601399198.460883e61 4.6.1601399198.460883e61 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=506
This commit is contained in:
parent
a7af1cfd07
commit
cad00adbc6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75f19b63631a9c94453bd11c53f97b6df3d4a8fd4686bcf2aeb5fda2ecd8aeb3
|
||||
size 12555277
|
3
openQA-4.6.1601399198.460883e61.obscpio
Normal file
3
openQA-4.6.1601399198.460883e61.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc208bedd5021e90fd61bd94db85ae4129f4f6bd24dfa06d076a1a1b69411d4
|
||||
size 12557325
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1601184375.8f2898f37
|
||||
Version: 4.6.1601399198.460883e61
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1601184375.8f2898f37
|
||||
Version: 4.6.1601399198.460883e61
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1601184375.8f2898f37
|
||||
Version: 4.6.1601399198.460883e61
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1601184375.8f2898f37
|
||||
Version: 4.6.1601399198.460883e61
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 05:32:24 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1601399198.460883e61:
|
||||
* spec: Use higher timeout for tests within OBS due to performance fluctuations
|
||||
* t: Reduce back the test module specific timeout limits
|
||||
* Extract trivial _distri_key helper in OpenQA::Schema::Result::ScheduledProducts
|
||||
* Configure a timeout for javascript in webdriver
|
||||
* Handle services being stopped explicitely during tests
|
||||
* Add test for catching warnings in sub processes during tests
|
||||
* Catch Perl warnings in spawned workers as well
|
||||
* Fail tests when a Perl warning within a sub process occurs
|
||||
* t: Catch unhandled output in t/14-grutasks.t
|
||||
* t: Extract helper for client user agent initialization
|
||||
* t: Reuse existing schema variable in t/api/04-jobs.t
|
||||
* t: Simplify ui/17-product-log.t
|
||||
* Tweak test timeouts for full-stack
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 05:26:32 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1601184375.8f2898f37
|
||||
mtime: 1601184375
|
||||
commit: 8f2898f37b8ad3639e863bbc6170d144d1605f0c
|
||||
version: 4.6.1601399198.460883e61
|
||||
mtime: 1601399198
|
||||
commit: 460883e6153e645ede90f86f6f5c1ff073781345
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1601184375.8f2898f37
|
||||
Version: 4.6.1601399198.460883e61
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -266,6 +266,10 @@ rm \
|
||||
t/api/14-plugin_obs_rsync_async.t \
|
||||
t/ui/*.t
|
||||
|
||||
# "CI" set with longer timeouts as needed for higher performance variations
|
||||
# within CI systems, e.g. OBS. See t/lib/OpenQA/Test/TimeLimit.pm
|
||||
export CI=1
|
||||
export OPENQA_TEST_TIMEOUT_SCALE_CI=10
|
||||
make test PROVE_ARGS='-r -v' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB
|
||||
rm -rf %{buildroot}/DB
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user