Stephan Kulow
432237a2a8
Merge pull request #1562 from coolo/uniq_requests
...
openqa-maintenance: Make sure we don't go through requests twice
2018-05-24 13:42:37 +02:00
Ondřej Súkup
7ee44e7853
Merge pull request #1560 from baierjan/sle11_for_ltp
...
[openqa-maintenance] Add kernel incidents for SLE11
2018-05-24 12:29:30 +02:00
Stephan Kulow
a280ab1212
openqa-maintenance: Make sure we don't go through requests twice
...
Fixes #1561
2018-05-24 12:11:34 +02:00
88c8b1d263
[openqa-maintenance] Add kernel incidents for SLE11
2018-05-23 15:44:12 +02:00
Stephan Kulow
b621775b8e
Merge pull request #1555 from coolo/quote_plus
...
openqabot: Quote the module name
2018-05-20 10:12:12 +02:00
Stephan Kulow
129280eb68
openqabot: Quote the module name
...
module names may contain # - especially if the module is loaded twice
and openQA appends #1 and #2
2018-05-19 17:59:59 +02:00
Jimmy Berry
3a01e88c49
Merge pull request #1554 from jberry-suse/metrics-release-schedule-drop
...
metrics: drop release schedule before writing.
2018-05-18 14:43:38 -05:00
Jimmy Berry
07599beca2
metrics: drop release schedule before writing.
...
After change from dropping entire database to individual measurements this
was overlooked and instead new points are simply written each time which
results in duplicates.
2018-05-18 14:20:26 -05:00
Jimmy Berry
6c6bccc04a
Merge pull request #1553 from jberry-suse/metrics-annotation-leap-15.0-final
...
metrics/annotation/leap:15.0: update final release date.
2018-05-18 11:16:53 -05:00
Jimmy Berry
bb1cd23f46
metrics/annotation/leap:15.0: update final release date.
2018-05-18 11:00:32 -05:00
Stephan Kulow
ef92c2fcec
Merge pull request #1548 from asdil12/ttm_amqp
...
Add AMQP support to TTM
2018-05-18 09:02:54 +02:00
Dominik Heidler
7d522a50d5
Add AMQP support to TTM
2018-05-17 16:23:47 +02:00
f446be25e3
Merge pull request #1550 from nilxam/fix_freeze_adi
...
Freeze adi: do not check the first package in frozenlinks but metadata
2018-05-17 14:58:56 +02:00
bd251bc6b7
Freeze adi: do not check the first package in frozenlinks but metadata
...
Check the devel project from the first package in frozenlinks won't work
if the package has been deleted, check the first package in metadata
instead.
2018-05-17 19:01:58 +08:00
Jimmy Berry
9f20fc7f73
Merge pull request #1547 from jberry-suse/repo_checker-whitelist_clean-binaries-common-None
...
repo_checker: whitelist_clean: handle binaries_common being None.
2018-05-16 14:31:47 -05:00
Jimmy Berry
6459937f2c
Merge pull request #1546 from jberry-suse/repo_checker-dashboard-output-tweaks
...
repo_checker: sort whitelist before writing to config and include final newline in dashboard/repo_checker file
2018-05-16 14:22:02 -05:00
Ondřej Súkup
629cada8de
Merge pull request #1549 from mimi1vx/HA_HPC_ltss
...
[openqa-maint] fix apimap for SLE12SP2 HA
2018-05-16 14:36:16 +02:00
Ondřej Súkup
633b0524a5
[openqa-maint] fix apimap for SLE12SP2 HA
2018-05-16 14:33:05 +02:00
Jimmy Berry
eb5d4223dd
repo_checker: sort whitelist before writing to config.
2018-05-15 20:17:04 -05:00
Jimmy Berry
bef3706758
repo_checker: include final newline in dashboard/repo_checker file.
2018-05-15 20:16:59 -05:00
Jimmy Berry
b2b8cd6cbd
repo_checker: whitelist_clean: handle binaries_common being None.
...
Otherwise, if len(binaries_common) causes crash when no arch specific
entries. Of which Leap:15.0 is the only one currently.
2018-05-15 17:54:07 -05:00
75b8a82851
Merge pull request #1538 from dirkmueller/ports_arches
...
Add ppc64le to pkglist gen for Leap 15.0 Ports
2018-05-15 13:44:41 +01:00
086bd38980
Skip nonfree for ports scope
...
We don't actually have any nonfree items for ports, this is a x86_64
specific thing. so skip it for ports - makes no sense only eats time.
2018-05-15 11:58:39 +02:00
62652b934c
pkglistgen: Add ppc64le for Leap 15.0 Ports
...
this architecture is also part of port, not only aarch64, and
we need architecture specific expansions, so extend default list
of architectures accordingly.
2018-05-15 11:58:28 +02:00
Stephan Kulow
fd25d093ad
Merge pull request #1542 from coolo/ttm_allow_ignore_without
...
Use OBS Attribute for ignored issues
2018-05-15 07:06:20 +02:00
Stephan Kulow
082ee52aaf
ttm: Load and Store the ignored issues in an OBS attribute
2018-05-14 20:00:57 +02:00
8af3e4adc8
Merge pull request #1537 from okurz/feature/arm
...
Add maxsize for JeOS to handle openSUSE:Factory:ARM
2018-05-14 16:57:55 +01:00
Stephan Kulow
7f346bce12
ttm: Store the last seen build number for each issue
...
So we can cleanup the list - it grew to > 200
2018-05-14 17:23:55 +02:00
Stephan Kulow
f35a1998d7
Merge pull request #1539 from coolo/ttm_allow_ignore_without
...
ttm: Allow to ignore job failures without bug reference
2018-05-14 13:55:39 +02:00
Stephan Kulow
7d1b51a6b8
ttm: Allow to ignore job failures without bug reference
...
This is supposed to be used for temporary failures that do not deserve
a carry over as they are sporadic but should not stop a snapshot release
nor are they worth it to wait a job duplicate
2018-05-14 13:08:48 +02:00
Stephan Kulow
5f4f4efecc
Merge pull request #1512 from coolo/port_python3
...
Begin porting to python3 (osc branch)
2018-05-14 11:19:05 +02:00
Stephan Kulow
9b4b0ed15a
Begin porting to python3 (osc branch)
2018-05-14 11:04:39 +02:00
Ludwig Nussel
3ca5e488e7
Merge pull request #1536 from jberry-suse/leap-15-sle-workarounds-priority
...
config/manager_42/leap:15.0: increase priority of SLE-workarounds.
2018-05-14 09:14:24 +02:00
Oliver Kurz
9ca99add9d
Add maxsize for JeOS to handle openSUSE:Factory:ARM
2018-05-11 23:48:30 +02:00
Jimmy Berry
7fc7b98a30
config/manager_42/leap:15.0: increase priority of SLE-workarounds.
...
In order to allow for SLE packages to be taken from Factory while waiting
on acceptance to SLE, but still mark as from SLE and avoid delete request
to SLE-workarounds.
2018-05-11 15:51:21 -05:00
Jimmy Berry
eff4e459c0
Merge pull request #1534 from jberry-suse/systemd-cleanup
...
systemd: ensure all services have a relaxed RuntimeMaxSec, SyslogIdentifier, and retry as needed.
2018-05-11 11:23:06 -05:00
Jimmy Berry
4952872ced
Merge pull request #1533 from jberry-suse/openqa-comments-generalization-fixes
...
openqa-comments: drop openSUSE: prefix to allow for generic usage and shebang.
2018-05-11 10:44:01 -05:00
Jimmy Berry
af4e85a5d1
Merge pull request #1535 from jberry-suse/dist-exclusive-arch-fix
...
dist/spec: housekeeping
2018-05-11 10:29:45 -05:00
Jimmy Berry
dc4dc241c6
systemd: add service retry to support-rebuild which 502s regularly.
2018-05-10 23:42:31 -05:00
Jimmy Berry
9950ca8376
systemd: include SyslogIdentifier in each service to improve journal.
2018-05-10 23:42:31 -05:00
Jimmy Berry
66a670a37f
systemd: ensure all services have a relaxed RuntimeMaxSec.
...
The value should allow ample time for seldom larger runs and such and is
purely a safe-guard from a service being stuck for weeks until noticed. If
any values turn out to be too small simply increase.
2018-05-10 23:42:16 -05:00
Jimmy Berry
391da222b0
dist/spec: bump copyright year.
2018-05-10 21:14:12 -05:00
Jimmy Berry
85760ef43f
dist/spec: sort requirements.
2018-05-10 21:13:54 -05:00
Jimmy Berry
8744773af8
dist/spec: update to new license standard.
2018-05-10 21:12:03 -05:00
Jimmy Berry
d5868597b6
dist/spec: move ExclusiveArch up to apply to all packages instead of devel.
2018-05-10 21:11:30 -05:00
Jimmy Berry
e3d89e525e
systemd: drop Type=simple to be consistent since default not required.
2018-05-10 20:19:27 -05:00
Jimmy Berry
eca6670be1
openqa-comments: drop openSUSE: prefix to allow for generic usage.
2018-05-10 19:46:41 -05:00
Jimmy Berry
284584cc81
openqa-comments: meant to be executable thus should include a shebang.
2018-05-10 19:46:17 -05:00
Jimmy Berry
a8b760de4c
Merge pull request #1532 from jberry-suse/dist-exclusive-arch
...
dist/spec: exclusively build on x86_64 to avoid needless builds and OBS bug.
2018-05-10 19:11:26 -05:00
Jimmy Berry
d0f2823583
dist/spec: exclusively build on x86_64 to avoid needless builds and OBS bugs.
...
Related to openSUSE/open-build-service#4373 as disabling s390x leaves old
binaries in repo-md while publishing new ones :(((((((.
2018-05-10 19:02:15 -05:00