Offline generation of 4.6.1659623026.7aaa3d1
4.6.1659623026.7aaa3d1 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=685
This commit is contained in:
parent
cdc65fcb0e
commit
3d08ae2446
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd8da18f759f7af574b6bd21da6c314e37bf5cd1753162a531fb55ffe41db290
|
||||
size 34875405
|
3
os-autoinst-4.6.1659623026.7aaa3d1.obscpio
Normal file
3
os-autoinst-4.6.1659623026.7aaa3d1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d32666ce8c2fc39d8014c0eb36225797b982c7a2c029c5895a2851be9c42d23
|
||||
size 34875405
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1659553242.de857e0
|
||||
Version: 4.6.1659623026.7aaa3d1
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 06 11:23:30 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1659623026.7aaa3d1:
|
||||
* spec: Only exclude 27-consoles-vmware on ppc64le
|
||||
* spec: Exclude t/27-consoles-vmware.t on OBS
|
||||
* Fix CPUs assignment in QEMU 6.20
|
||||
* t: Remove useless rmtree
|
||||
* wheels: Pick up Perl modules and tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 04 03:40:30 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1659553242.de857e0
|
||||
mtime: 1659553242
|
||||
commit: de857e0787078a122a7e6a14eca42040295d62a0
|
||||
version: 4.6.1659623026.7aaa3d1
|
||||
mtime: 1659623026
|
||||
commit: 7aaa3d1893d0370575f05b69724a959284c120ee
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1659553242.de857e0
|
||||
Version: 4.6.1659623026.7aaa3d1
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -172,15 +172,18 @@ Convenience package providing os-autoinst + s390 worker jumphost dependencies.
|
||||
# and exclude known flaky tests in OBS check
|
||||
# https://progress.opensuse.org/issues/52652
|
||||
# 07-commands: https://progress.opensuse.org/issues/60755
|
||||
# 27-consoles-vmware: https://progress.opensuse.org/issues/114881
|
||||
# 29-backend-driver: https://progress.opensuse.org/issues/105061
|
||||
for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 27-consoles-vmware 29-backend-driver 99-full-stack; do
|
||||
for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 29-backend-driver 99-full-stack; do
|
||||
rm t/$i.t
|
||||
done
|
||||
# exclude unnecessary author tests
|
||||
rm xt/00-tidy.t
|
||||
# Remove test relying on a git working copy
|
||||
rm xt/30-make.t
|
||||
# https://progress.opensuse.org/issues/114881
|
||||
%ifarch ppc64le
|
||||
rm t/27-consoles-vmware.t
|
||||
%endif
|
||||
|
||||
%build
|
||||
%define __builder ninja
|
||||
|
Loading…
x
Reference in New Issue
Block a user