4184 Commits

Author SHA1 Message Date
Stephan Kulow
ce0a1431ef
Merge pull request #1568 from coolo/add_incidents_to_repohash
oqamaint: Make debuging of incident list in repohash easier
2018-06-04 22:09:07 +02:00
Stephan Kulow
f728cea30b oqamaint: use the proper key to add incident repo
For openSUSE it doesn't matter but for SLE the architecture is part of
the key. So this lead to inserting under the channel name, but querying
under the repo (including architecture).
2018-06-04 21:57:45 +02:00
Stephan Kulow
227c5eeec1 oqamaint: Make debuging of incident list in repohash easier
By appending the IDs of incidents considered, e.g.
 'REPOHASH': '9b9ff324e95d25dc6bb216cb45bdd855:8198,8200,8201,8203',
2018-06-04 21:57:27 +02:00
Jimmy Berry
fb82c462dd
Merge pull request #1567 from jberry-suse/metrics-release-score-max-100
metrics/grafana/release: score yaxis max 100.
2018-06-04 13:49:15 -05:00
Jimmy Berry
7bd42dc200 metrics/grafana/release: score yaxis max 100.
With scores reaching near 100 :) the auto axis is leaving margin.
2018-06-01 15:56:52 -05:00
95e0616f34
Merge pull request #1565 from simotek/master
Update announcer.py to ask people to report bugs
2018-05-31 12:41:03 +02:00
Simon Lees
ac7e566418 Fix punctuation
Signed-off-by: Simon Lees <sflees@suse.de>
2018-05-31 20:00:44 +09:30
Simon Lees
9d990376ce
Update announcer.py to ask people to report bugs
Rather then replying to the generated email we would like people to create new issues on bugzilla.opensuse.org
2018-05-31 19:30:06 +09:30
Ludwig Nussel
a471c0b9e8 Refactor _check_project into ReviewBot 2018-05-30 13:55:38 +02:00
Michel Normand
14c91c7bbc ttm: Do not put openqa comment if dryrun
to avoid error 403 if openqa no write access.

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
2018-05-28 16:46:19 +02:00
Michel Normand
0d1f564b02 ttm: Set snapshot number for Leap 15.0 Ports
seems to be required to update snapshot number

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
2018-05-25 11:05:30 +02:00
Michel Normand
c779de8051 ttm: Use openSUSE Leap 15.0 AArch64 not Ports
for openqa_group def in ToTest150Ports class
Required to avoid bad makeurl generated string.

TODO: Next action will be to determine how to handle
ppc64le in same project but different repo (images_ppc)
     main_products = [
         '000product:openSUSE-cd-mini-aarch64',
         '000product:openSUSE-dvd5-dvd-aarch64',
+        '000product:openSUSE-cd-mini-ppc64le',
+        '000product:openSUSE-dvd5-dvd-ppc64le',
     ]

     ftp_products = ['000product:openSUSE-ftp-ftp-aarch64',
+                    '000product:openSUSE-ftp-ftp-ppc64le',
                     ]

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
2018-05-25 11:05:29 +02:00
9cec43b30a Also release 000product:openSUSE-ftp-ftp-armv7hl for Leap 15.0 ports 2018-05-24 15:49:02 +02:00
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
07e3167caf
dist: Require python2-pika by totest-manager (new amqp dependency) 2018-05-18 13:20:26 +02: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
Stephan Kulow
b3c1b2bfb0 legal-auto: autopep8 2018-05-15 17:42:58 +02:00
Stephan Kulow
dfef8d8d78 Add retried_GET 2018-05-15 17:42:57 +02:00
Stephan Kulow
a60b10c91b Do not pass md5 but revision
Otherwise cavil can't expand the sources to multibuilds
2018-05-15 15:46:24 +02:00
Stephan Kulow
9122c96505 Use UTC for created 2018-05-15 15:46:24 +02:00
Stephan Kulow
5ff4620445 Add project sub command to legal auto
Scanning an OBS project and marking all legaldb reviews to belong to
that project. All unmarked reviews will disappear over time
2018-05-15 15:46:21 +02: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
Ludwig Nussel
5311708270 pkglistgen: log unsorted locale packages
For some yet to be determined reason, the namespaceprovider does not
pick up package that just provide eg. locale(ja). So find and and log
them (boo#1092055)
2018-05-14 15:21:46 +02:00
Ludwig Nussel
0429ee2f69 update-crawler: also log where requests came from 2018-05-14 15:21:05 +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