SHA256
1
0
forked from pool/openQA

Accepting request 1147203 from devel:openQA:tested

Update to 4.6.1708009978.05b36bda
4.6.1708009978.05b36bda
4.6.1708009978.05b36bda
4.6.1708009978.05b36bda
4.6.1708009978.05b36bda

OBS-URL: https://build.opensuse.org/request/show/1147203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=546
This commit is contained in:
Ana Guerrero 2024-02-18 19:23:37 +00:00 committed by Git OBS Bridge
commit 31eb731ff1
9 changed files with 23 additions and 12 deletions

View File

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

View File

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

View File

@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 4.6.1707924836.ebe28324
Version: 4.6.1708009978.05b36bda
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.1707924836.ebe28324
Version: 4.6.1708009978.05b36bda
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.1707924836.ebe28324
Version: 4.6.1708009978.05b36bda
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.1707924836.ebe28324
Version: 4.6.1708009978.05b36bda
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 16 21:02:45 UTC 2024 - okurz@suse.com
- Update to version 4.6.1708009978.05b36bda:
* t: Only run tests under t/
* git-subrepo: update external/os-autoinst-common
* Simplify service_port_delta with environment variable
* Fix select dropdown arrow floating over text
* Fix caching rpm packages on CircleCI after c5ea52b
* Dependency cron 2024-02-14
-------------------------------------------------------------------
Wed Feb 14 15:34:05 UTC 2024 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: openQA
version: 4.6.1707924836.ebe28324
mtime: 1707924836
commit: ebe28324ea7c12527f6981ff068c8f18b4ad0d7a
version: 4.6.1708009978.05b36bda
mtime: 1708009978
commit: 05b36bdad931c0d4ca23003aaf9559beffc60592

View File

@ -78,7 +78,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 4.6.1707924836.ebe28324
Version: 4.6.1708009978.05b36bda
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -347,7 +347,7 @@ export CONTAINER_TEST=0
export HELM_TEST=0
# We don't want fatal warnings during package building
export PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS=1
make test PROVE_ARGS='-r -v' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB
make test PROVE_ARGS='-r -v t' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB
rm -rf %{buildroot}/DB
%endif