Ludwig Nussel
51c9fe7bb9
ttm: add appx support for WSL images
2020-01-29 17:17:45 +01:00
Stephan Kulow
fce860f36f
Actually subscribe to the repo.build_finished event
2020-01-29 10:54:18 +01:00
Stephan Kulow
8bd11b0060
Merge pull request #2388 from coolo/sync_earlier
...
Notify the obs_rsync plugin already when the scheduler is finished
2020-01-28 13:06:55 +01:00
Stephan Kulow
3064810f96
Notify the obs_rsync plugin already when the scheduler is finished
...
openqa will keep polling the repository for ready to sync, waiting
for published event is a problem for ToTest repositories that aren't
published. openqa will start syncing when it becomes 'unpublished'
2020-01-28 12:11:59 +01:00
1be035c93f
Merge pull request #2387 from Vogtinator/no15.0
...
Drop openSUSE:Leap:15.0:Images from ttm list
2020-01-20 17:14:29 +01:00
Fabian Vogt
54c1d53c6c
Drop openSUSE:Leap:15.0:Images from ttm list
2020-01-20 16:33:57 +01:00
0e07b678f4
Merge pull request #2386 from nilxam/152_compare_pkglsit
...
compare_pkglist: update to Leap 15.2 and SLE15 SP2
2020-01-20 18:08:48 +08:00
d2cadc21d9
compare_pkglist: update to Leap 15.2 and SLE15 SP2
2020-01-20 17:15:33 +08:00
Ondřej Súkup
13dedee6ef
Merge pull request #2385 from mimi1vx/fix.format
...
Fix data for openQABot
2020-01-16 15:04:14 +01:00
812bacb0e3
Fix data for openQABot
2020-01-16 14:39:34 +01:00
Ondřej Súkup
aed727d8fc
Merge pull request #2383 from mimi1vx/15_2
...
Remove data for EOL Leap_15.0
2020-01-15 08:55:05 +01:00
b9fb0cbd96
Remove data for EOL Leap_15.0
2020-01-13 13:04:51 +01:00
Stephan Kulow
c673e572fe
Merge pull request #2379 from gyr/15sp2_pkgs
...
Added new packages in 15-SP2 release tool
2020-01-07 17:00:03 +01:00
583678836e
Added new packages in 15-SP2 release tool
...
Added SLES15-SP2-CHOST-BYOS and SLES15-SP2-on-demand in release to TEST
setup for SLE-15-SP2
2020-01-07 10:07:59 -03:00
Ludwig Nussel
8630e6ebe7
Merge pull request #2377 from lnussel/abichecker
...
abichecker fixes
2019-12-27 11:30:29 +01:00
Ludwig Nussel
1e1b3a3d7c
abi-checker: add prune command
...
deletes old records from the db
2019-12-19 14:13:56 +01:00
Ludwig Nussel
60e5fd94a2
abi-checker: recognize staging
2019-12-19 14:13:48 +01:00
Ludwig Nussel
12b2bce785
abi-checker: fix it
...
was not working at all
- python3 switch
- naming of debuginfo files changed
2019-12-19 14:13:42 +01:00
e62caa7ab8
Merge pull request #2376 from DimStar77/kernel-certs
...
findfileconflicts: Ignore kernel installed certificates in /etc/uefi/…
2019-12-17 10:07:31 +01:00
b635702b67
findfileconflicts: Ignore kernel installed certificates in /etc/uefi/certs
...
The file names are generated out of the sha1sum of the file content. Thus we
know if the file has the same name, it has the same content as well. Multiple
packages are allowed to own the same file with the same content. This is already
proven functional by the kernel being flavor:multiversion - the kernel can
be installed in multiple versions already (which the checked never would have
caught file conflicts for: we only check against current packages in the distro)
Fixes issue #2350
2019-12-13 14:03:40 +01:00
9a8ba5b54b
Merge pull request #2373 from dirkmueller/flake8
...
More flake8 cleanups
2019-12-10 13:40:03 +01:00
33b2eacfd1
Merge pull request #2372 from dirkmueller/master
...
More rebuild script fixes for ARM
2019-12-10 13:39:51 +01:00
ad06348dcf
More flake8 cleanups
2019-12-10 12:50:57 +01:00
aa0b8fcabe
Sanitize read rebuild yaml
...
In case the syntax was not parsing correctly, make sure we
have the expected type.
2019-12-10 12:30:06 +01:00
ddfcfe5586
Avoid crash when --store is not specified on save
2019-12-10 12:29:51 +01:00
10a6a78ae8
Merge pull request #2371 from nilxam/fix_2370
...
stagingapi: StagingAPI doen't initial api itself
2019-12-10 18:49:07 +08:00
7effeb49e5
stagingapi: StagingAPI doen't initial api itself
2019-12-10 18:20:20 +08:00
Stephan Kulow
1a22a59cb0
Merge pull request #2369 from coolo/fix_2368
...
Do not return after adi project is accepted
2019-12-10 10:55:42 +01:00
Stephan Kulow
271fa912ed
Do not return after adi project is accepted
...
Fixes #2368
2019-12-10 09:55:10 +01:00
4d7223f582
Merge pull request #2367 from dirkmueller/master
...
Fix ARM rebuild issues
2019-12-10 16:45:27 +08:00
ea3b07568c
Fix E203
...
This fixes incorrect whitespacing inside dictionaries.
2019-12-10 08:54:32 +01:00
ec88760187
Fix Flake E241
...
One more step towards white space sanity. Next group is E20x.
2019-12-10 08:46:02 +01:00
670c4ce8dc
Avoid crash when store project isn't set
...
Thats an optional parameter, so we need to handle when it is unset
2019-12-10 08:38:00 +01:00
52b46a8f47
Fix installcheck for arm architectures
...
armv6l/armv7l are the exception of the rule where the rpm architecture
specifying an abi marker that is not visible in the kernel uname
architecture (because the kernel can do either). The build service
decided to use the kernel architecture rather than the rpm architecture,
so we need to map armv6l (kernel arch) to armv6hl (hard float, rpm arch)
2019-12-10 08:36:19 +01:00
Stephan Kulow
05e7447a3f
Merge pull request #2366 from coolo/take_two
...
Unify openqa checks over multiple ISOs
2019-12-10 02:28:30 +01:00
Stephan Kulow
9f29951161
Unify openqa checks over multiple ISOs
...
Fixing microos and kubic both having a 'container-host' test. We only
differ them because they run on different machines. If that changes one
day, we have to rename one
2019-12-10 02:01:13 +01:00
Stephan Kulow
3bc7455e13
Merge pull request #2365 from coolo/force_accept
...
Always force accept into the API after checking for acceptable ourselves
2019-12-09 11:10:39 +01:00
Stephan Kulow
a354d6c882
Always force accept into the API after checking for acceptable ourselves
...
This removes the 2nd line of defense, but there is no API to accept multiple
stagings at once to avoid the underlying problem.
Fixes #2364
2019-12-09 10:08:47 +01:00
Stephan Kulow
7faf81181e
Merge pull request #2363 from coolo/accept_all
...
Accept all green stagings in one go
2019-12-06 14:53:09 +01:00
Stephan Kulow
a7a7921c94
Have staging accept without argument take all green
2019-12-06 14:32:25 +01:00
Stephan Kulow
040a9eeca7
Adopt help text for adi and accept
2019-12-06 14:32:25 +01:00
8f62f42ca5
Merge pull request #2362 from coolo/fix_select3
...
Don't take multibuild packages as subpackage of itself
2019-12-06 19:39:14 +08:00
Stephan Kulow
345321f98d
Don't take multibuild packages as subpackage of itself
2019-12-06 11:43:59 +01:00
Stephan Kulow
00bacac61e
Merge pull request #2361 from coolo/remove_adi
...
Delete adi projects whenever we'd build disable them
2019-12-06 10:45:01 +01:00
Stephan Kulow
b60333075a
Delete adi projects whenever we'd build disable them
2019-12-06 07:35:38 +01:00
Stephan Kulow
67ccc5ae1b
Merge pull request #2360 from coolo/accept_tests
...
Test select and accept of _multibuild packages
2019-12-05 17:21:59 +01:00
Ludwig Nussel
0eb12a53c4
Improve _multibuild on accept
2019-12-05 16:52:05 +01:00
Stephan Kulow
8b0a0324b4
Extend tests for accept command
2019-12-05 16:52:05 +01:00
Stephan Kulow
7113e5fedc
Add test for selecting multibuild with 2 spec
2019-12-05 16:52:05 +01:00
Stephan Kulow
ce9158abcc
Remove support for ring2
2019-12-05 16:52:05 +01:00