forked from pool/openQA
Accepting request 984914 from devel:openQA:tested
Update to 4.6.1656072301.e097342 4.6.1656072301.e097342 4.6.1656072301.e097342 4.6.1656072301.e097342 4.6.1656072301.e097342 OBS-URL: https://build.opensuse.org/request/show/984914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=378
This commit is contained in:
commit
fc16c10829
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9116850c3b13770574f45a62784d9bbca54ac967074baf3767b524016ef45cc3
|
||||
size 13371917
|
3
openQA-4.6.1656072301.e097342.obscpio
Normal file
3
openQA-4.6.1656072301.e097342.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e99ca0b713417cd9d60cde9c9062fd7b4656fb20a62aa8cd30b38b4129c7f823
|
||||
size 13540365
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1655873339.ed30901
|
||||
Version: 4.6.1656072301.e097342
|
||||
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.1655873339.ed30901
|
||||
Version: 4.6.1656072301.e097342
|
||||
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.1655873339.ed30901
|
||||
Version: 4.6.1656072301.e097342
|
||||
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.1655873339.ed30901
|
||||
Version: 4.6.1656072301.e097342
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 15:11:36 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1656072301.e097342:
|
||||
* Fix use of --no-refresh in continuous-update
|
||||
* Avoid unintended vendor changes in openqa-continuous-update
|
||||
* Makefile: Ensure "test" includes also helm tests
|
||||
* Makefile: Prevent repetition of test-with-database call definition
|
||||
* Retry hook scripts that use the exit code 142
|
||||
* Add Chart Testing tool to CI workflow
|
||||
* Add simple static check for Helm chart
|
||||
* Add sub charts as dependencies to allow linting
|
||||
* Add Helm chart for openQA-webui
|
||||
* Exclude templated helm files from yamllint check
|
||||
* Add Helm chart for openQA-worker
|
||||
* Document working on database-related performance problems
|
||||
* Fix warning "Query returned more than one row" for linked comments
|
||||
* Avoid running out of database IDs - worker tables
|
||||
* Fix too verbose message about unrecognized referer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 07:11:37 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1655873339.ed30901
|
||||
mtime: 1655873339
|
||||
commit: ed309014c625fcdc275ee503b4c438a27a758367
|
||||
version: 4.6.1656072301.e097342
|
||||
mtime: 1656072301
|
||||
commit: e097342678dbf0ab5cad47e839046186ca0d565e
|
||||
|
@ -76,7 +76,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1655873339.ed30901
|
||||
Version: 4.6.1656072301.e097342
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -322,6 +322,7 @@ export OPENQA_TEST_TIMEOUT_SCALE_CI=10
|
||||
# docker-compose. Also, these tests are less relevant (or not relevant) for
|
||||
# packaging
|
||||
export CONTAINER_TEST=0
|
||||
export HELM_TEST=0
|
||||
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