forked from pool/openQA
Offline generation of 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/package/show/devel:openQA:tested/openQA?expand=0&rev=1179
This commit is contained in:
parent
7d2d46dc4d
commit
c8353f41bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05920d5ccf503ed8765358b2e9f763ad80042fb7a8174c8d07f27dc149daac2f
|
||||
size 14567949
|
3
openQA-4.6.1708009978.05b36bda.obscpio
Normal file
3
openQA-4.6.1708009978.05b36bda.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3ed25bc5aefff4e62dcce31597344dc0cf8f1cdc95ec003ee6053b755a507c1
|
||||
size 14571533
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1707924836.ebe28324
|
||||
mtime: 1707924836
|
||||
commit: ebe28324ea7c12527f6981ff068c8f18b4ad0d7a
|
||||
version: 4.6.1708009978.05b36bda
|
||||
mtime: 1708009978
|
||||
commit: 05b36bdad931c0d4ca23003aaf9559beffc60592
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user