forked from pool/openQA
Accepting request 765002 from devel:openQA:tested
Update to 4.6.1579176985.3721eca2e 4.6.1579176985.3721eca2e 4.6.1579176985.3721eca2e 4.6.1579176985.3721eca2e OBS-URL: https://build.opensuse.org/request/show/765002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=108
This commit is contained in:
commit
d11a92f7eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1a49bc07085b60ecdc70c40746be036e155e0c9ae28c8cb4f52b2f4ca54b930
|
||||
size 11311117
|
3
openQA-4.6.1579176985.3721eca2e.obscpio
Normal file
3
openQA-4.6.1579176985.3721eca2e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23bb9f08fb731cd65e371aa25b11e4a380657eac49e7da46f22b0dabef5576b7
|
||||
size 11314701
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1578936542.0e251d1f0
|
||||
Version: 4.6.1579176985.3721eca2e
|
||||
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.1578936542.0e251d1f0
|
||||
Version: 4.6.1579176985.3721eca2e
|
||||
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.1578936542.0e251d1f0
|
||||
Version: 4.6.1579176985.3721eca2e
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 14:49:57 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1579176985.3721eca2e:
|
||||
* Add labels to auth, git and dependency PR steps in CircleCI
|
||||
* Show the execution time of job modules
|
||||
* Use `is_admin_js` on job templates page
|
||||
* Use sub-heading for job templates
|
||||
* Format YAML editor buttons uniformly
|
||||
* Improve general documentation on job templates page
|
||||
* Document the description syntax in the YAML guide
|
||||
* Show YAML guide also when not logged-in
|
||||
* Dependency cron 200115
|
||||
* spec: Exclude flaky 17-labels_carry_over test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 06:50:10 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1578936542.0e251d1f0
|
||||
mtime: 1578936542
|
||||
commit: 0e251d1f0244a55f5a4e4bbf8b7e4206450fcd81
|
||||
version: 4.6.1579176985.3721eca2e
|
||||
mtime: 1579176985
|
||||
commit: 3721eca2e6bc143a7b2889c228e9d7c3a1e1511a
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1578936542.0e251d1f0
|
||||
Version: 4.6.1579176985.3721eca2e
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -229,7 +229,9 @@ rm -rf %{buildroot}/DB
|
||||
export LC_ALL=en_US.UTF-8
|
||||
# Skip tests not working currently, or flaky, and Selenium tests
|
||||
# https://progress.opensuse.org/issues/19652
|
||||
# 17-labels_carry_over.t: https://progress.opensuse.org/issues/60209
|
||||
rm \
|
||||
t/17-labels_carry_over.t \
|
||||
t/25-cache-service.t \
|
||||
t/ui/*.t
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user