SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1616080850.6ccbaedb8

4.6.1616080850.6ccbaedb8
4.6.1616080850.6ccbaedb8
4.6.1616080850.6ccbaedb8
4.6.1616080850.6ccbaedb8

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=609
This commit is contained in:
Oliver Kurz 2021-03-18 16:03:24 +00:00 committed by Git OBS Bridge
parent 9f74de042c
commit d9d4448969
9 changed files with 40 additions and 11 deletions

View File

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

View File

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

View File

@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 4.6.1615570408.acacd6dbc
Version: 4.6.1616080850.6ccbaedb8
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
Version: 4.6.1615570408.acacd6dbc
Version: 4.6.1616080850.6ccbaedb8
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1615570408.acacd6dbc
Version: 4.6.1616080850.6ccbaedb8
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
Version: 4.6.1615570408.acacd6dbc
Version: 4.6.1616080850.6ccbaedb8
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Mar 18 16:01:07 UTC 2021 - coolo@suse.com
- Update to version 4.6.1616080850.6ccbaedb8:
* dist: Exclude less relevant container tests from packaging tests
* CI: Add compose tests via GitHub workflow
* Improve logging of concluded upload further
* Prevent worker from getting stuck in final upload when no tests are scheduled
* Add a switch to decide if enable the CASEDIR symlink
* Set an absolute path as PRODUCTDIR
* Don't create symlink when CASEDIR is an url address
* Symlink CASEDIR and set values to relative path
* Dependency cron 2021-03-18
* Add test for failed status post during upload
* Add test for stopping a job due to obsoletion
* worker: Improve logging of upload and stopping
* Check whether worker proceeds only stopping job after upload concluded
* Mark uncoverable branches in Gru controller
* Avoid assigning a negative result_size to a job when cleaning up results
* Remove surplus `+` signs in documentation for importing production data
* Use bigint to store job's result size to increase the limit ~2 GiB to ~8 EiB
* docker: Allow docker-compose build images
* Dependency cron 2021-03-17
* Fix default cover db suffix/filename i.e. cover_db
-------------------------------------------------------------------
Sun Mar 14 00:03:09 UTC 2021 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1615570408.acacd6dbc
mtime: 1615570408
commit: acacd6dbcfe1f0a7be839013f12be7622e48e31d
version: 4.6.1616080850.6ccbaedb8
mtime: 1616080850
commit: 6ccbaedb87c5341be595b6392d441b32472c63e7

View File

@ -76,7 +76,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 4.6.1615570408.acacd6dbc
Version: 4.6.1616080850.6ccbaedb8
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -289,6 +289,10 @@ rm \
# within CI systems, e.g. OBS. See t/lib/OpenQA/Test/TimeLimit.pm
export CI=1
export OPENQA_TEST_TIMEOUT_SCALE_CI=10
# Skip container tests that would need additional requirements, e.g.
# docker-compose. Also, these tests are less relevant (or not relevant) for
# packaging
export CONTAINER_TEST=0
make test PROVE_ARGS='-r -v' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB
rm -rf %{buildroot}/DB
%endif