SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1605294814.ed6415c5a

4.6.1605294814.ed6415c5a
4.6.1605294814.ed6415c5a
4.6.1605294814.ed6415c5a
4.6.1605294814.ed6415c5a

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=535
This commit is contained in:
Oliver Kurz 2020-11-14 08:16:59 +00:00 committed by Git OBS Bridge
parent 88b689342b
commit 75618fe9ad
9 changed files with 65 additions and 14 deletions

View File

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

View File

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

View File

@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 4.6.1605128979.b3fd45d8c
Version: 4.6.1605294814.ed6415c5a
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.1605128979.b3fd45d8c
Version: 4.6.1605294814.ed6415c5a
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.1605128979.b3fd45d8c
Version: 4.6.1605294814.ed6415c5a
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.1605128979.b3fd45d8c
Version: 4.6.1605294814.ed6415c5a
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Nov 14 08:16:31 UTC 2020 - coolo@suse.com
- Update to version 4.6.1605294814.ed6415c5a:
* Show parent group name and id when getting job details
* coverage: unconditional finished_handled timeout
* Make message about clone error unique
* Dependency cron 2020-11-13
* t: Bump timeout of 44-scripts.t after we test more scripts
* Only install openSUSE specific files on openSUSE
* docs: Add documentation for auto-upgrade systemd timer
* docs: Order authentication sections in summary same as in text
* docs: Fix level of authentication subsections
* Add systemd timer for automatic system upgrades and reboots
* Makefile: Simplify systemd service setup
* Consider finalize jobs successful if the openQA job does not exist
* cache service: Avoid purging assets which are currently being downloaded
* docker: Simplify 'gzip ... | grep' to 'zgrep'
* Adapt codecov target to current coverage of 95%
* Delete old left-over db.sqlite file
* .gitignore: Delete obsolete full-stack.d entry
-------------------------------------------------------------------
Thu Nov 12 00:00:06 UTC 2020 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1605128979.b3fd45d8c
mtime: 1605128979
commit: b3fd45d8c26922589bb6538b5cbe47e8ca30427e
version: 4.6.1605294814.ed6415c5a
mtime: 1605294814
commit: ed6415c5aec824ab66c5c879e74373cd376a0078

View File

@ -19,6 +19,7 @@
# can't use linebreaks here!
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-cleanup.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer openqa-enqueue-bug-cleanup.service openqa-enqueue-bug-cleanup.timer
%define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service
%define openqa_auto_upgrade_services openqa-auto-upgrade.service openqa-auto-upgrade.timer
%if %{undefined tmpfiles_create}
%define tmpfiles_create() \
%{_bindir}/systemd-tmpfiles --create %{?*} || : \
@ -56,7 +57,7 @@
# The following line is generated from dependencies.yaml
%define client_requires curl git-core jq perl(Getopt::Long::Descriptive) perl(IO::Socket::SSL) >= 2.009 perl(IPC::Run) perl(JSON::Validator) perl(LWP::Protocol::https) perl(LWP::UserAgent) perl(Test::More) perl(YAML::PP) >= 0.020 perl(YAML::XS)
# The following line is generated from dependencies.yaml
%define worker_requires openQA-client optipng os-autoinst < 5 perl(Minion::Backend::SQLite) >= 5.0.1 perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::SQLite)
%define worker_requires openQA-client optipng os-autoinst < 5 perl(Minion::Backend::SQLite) >= 5.0.1 perl(Mojo::IOLoop::ReadWriteProcess) >= 0.26 perl(Mojo::SQLite) sqlite3 >= 3.24.0
# The following line is generated from dependencies.yaml
%define build_requires %assetpack_requires rubygem(sass)
@ -76,7 +77,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 4.6.1605128979.b3fd45d8c
Version: 4.6.1605294814.ed6415c5a
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -87,8 +88,10 @@ Source0: %{name}-%{version}.tar.xz
# use update-cache to update it
Source1: cache.txz
Source101: update-cache.sh
BuildRequires: %{build_requires}
BuildRequires: fdupes
# for install-opensuse in Makefile
BuildRequires: %{build_requires}
BuildRequires: openSUSE-release
Requires: %{main_requires}
Requires: openQA-client = %{version}
Requires: openQA-common = %{version}
@ -237,6 +240,16 @@ Group: Development/Tools/Other
Documentation material covering installation, configuration, basic test writing, etc.
Covering both openQA and also os-autoinst test engine.
%package auto-upgrade
Summary: Automatically upgrade and reboot the system when required
Group: Development/Tools/Other
Requires: curl
Requires: rebootmgr
%description auto-upgrade
Use this package to install and enable a systemd service for nightly upgrading
and rebooting the system if devel:openQA packages are stable.
%prep
%setup -q -a1
sed -e 's,/bin/env python,/bin/python,' -i script/openqa-label-all
@ -352,6 +365,9 @@ fi
%service_add_pre %{openqa_worker_services}
%pre auto-upgrade
%service_add_pre %{openqa_auto_upgrade_services}
%post
%tmpfiles_create %{_tmpfilesdir}/openqa-webui.conf
# install empty log file
@ -382,12 +398,18 @@ fi
%tmpfiles_create %{_tmpfilesdir}/openqa.conf
%service_add_post %{openqa_worker_services}
%post auto-upgrade
%service_add_post %{openqa_auto_upgrade_services}
%preun
%service_del_preun %{openqa_services}
%preun worker
%service_del_preun %{openqa_worker_services}
%preun auto-upgrade
%service_del_preun %{openqa_auto_upgrade_services}
%postun
%service_del_postun %{openqa_services}
%restart_on_update apparmor
@ -395,6 +417,9 @@ fi
%postun worker
%service_del_postun %{openqa_worker_services}
%postun auto-upgrade
%service_del_postun %{openqa_auto_upgrade_services}
%post local-db
%service_add_post openqa-setup-db.service
@ -495,7 +520,6 @@ fi
%dir %{_localstatedir}/lib/openqa/share/factory/hdd
%dir %{_localstatedir}/lib/openqa/share/factory/repo
%dir %{_localstatedir}/lib/openqa/share/factory/other
%ghost %{_localstatedir}/lib/openqa/db/db.sqlite
%ghost %{_localstatedir}/log/openqa
%files devel
@ -602,4 +626,9 @@ fi
%{_datadir}/openqa/script/openqa-bootstrap
%{_datadir}/openqa/script/openqa-bootstrap-container
%files auto-upgrade
%dir %{_unitdir}
%{_unitdir}/openqa-auto-upgrade.*
%{_datadir}/openqa/script/openqa-auto-upgrade
%changelog