5323 Commits

Author SHA1 Message Date
Stephan Kulow
3bb6d36e29 Combine project_only and rebuild into check
For SLE we run it --no-rebuild, for openSUSE check also rebuilds
2019-07-29 15:30:33 +02:00
Stephan Kulow
071bbf8d66 Kill rebuildpacs.pl in gocd config 2019-07-29 10:06:39 +02:00
Stephan Kulow
1e80f703a9 Rely on remote config and storage 2019-07-29 10:06:38 +02:00
Stephan Kulow
a44c65545b Replace rebuildpacs.pl with project-installcheck functionality 2019-07-29 10:05:51 +02:00
Stephan Kulow
df07bcc262
Merge pull request #2136 from coolo/fix_staging_bot
Fix staging bot to run on SP2
2019-07-26 13:15:55 +02:00
Stephan Kulow
700bb203a5 Fix fvogt's fix by putting the project in the template 2019-07-26 09:53:46 +02:00
Stephan Kulow
dd1960541e Fix staging bot to actually run on SP2 2019-07-26 09:53:40 +02:00
14459251b8
Merge pull request #2135 from Vogtinator/fix15.1
Fix 15.1 images by introducing them again
2019-07-22 16:32:48 +02:00
cf5776c304 Fix 15.1 images by introducing them again
Those TTM runs are still actively being used and shouldn't have been removed.
2019-07-22 16:14:57 +02:00
Stephan Kulow
35dabf52dd
Merge pull request #2134 from coolo/put_openqa
rabbit-openqa: Catch exceptions as PUT to openqa might result in 404
2019-07-22 09:48:05 +02:00
Stephan Kulow
3263891aa4 rabbit-openqa: Catch exceptions as PUT to openqa might result in 404 2019-07-22 09:46:42 +02:00
297ecd02c8
Merge pull request #2129 from ggardet/master
factory-package-news: add aarch64 to search path
2019-07-19 17:14:31 +02:00
Stephan Kulow
556387c267
Merge pull request #2133 from coolo/put_openqa
rabbit-openQA: Notify openQA about images repositories published
2019-07-19 12:56:16 +02:00
Stephan Kulow
d2b94b38ef rabbit-openQA: Notify openQA about images repositories published 2019-07-19 12:32:27 +02:00
Stephan Kulow
590e2886f3
Merge pull request #2132 from jberry-suse/leap-15.2-gocd
gocd: update 15.1 jobs to 15.2.
2019-07-19 11:03:34 +02:00
dada45f045
Merge pull request #2131 from jberry-suse/leap-15.2-config-fix
config/manager_42: add previous Leap :Update and :NonFree 15.2.
2019-07-19 16:21:22 +08:00
Jimmy Berry
63deffe827 gocd: update 15.1 jobs to 15.2. 2019-07-18 14:45:57 -05:00
Jimmy Berry
bf292e0268 config/manager_42: add previous Leap :Update and :NonFree 15.2. 2019-07-18 14:09:34 -05:00
Stephan Kulow
c4bd3fef84
Merge pull request #2130 from jberry-suse/leap-15.2-config
config/{announcer,manager_42}: update for Leap 15.2.
2019-07-18 14:13:43 +02:00
Jimmy Berry
bd60bbd6ce config/manager_42: update for Leap 15.2. 2019-07-17 16:07:35 -05:00
Jimmy Berry
cfba992733 config/announcer: update for Leap 15.2. 2019-07-17 16:06:21 -05:00
Guillaume GARDET
440827e36e factory-package-news: add aarch64 to search path 2019-07-17 15:19:38 +02:00
Jimmy Berry
f688158f55
Merge pull request #2126 from jberry-suse/origin-manager-maintenance
origin-manager: handle maintenance workflow at multiple levels
2019-07-16 11:10:14 -05:00
Jimmy Berry
0688993ffc origin-manager: always accept review when no OSRT:OriginConfig.
Maintenance, as usual, makes things rather complex since it may have
single or multiple actions or which all, none, or some may be reviewable.
2019-07-16 10:28:41 -05:00
Jimmy Berry
f0291f63e8 osclib/origin: correct import order. 2019-07-16 10:28:41 -05:00
Jimmy Berry
9975f51670 osclib/origin: support pending source lookup against maintenance origin.
Works for both maintenance incident (both states) and release.
2019-07-16 10:28:41 -05:00
Jimmy Berry
e67ee85b5a osclib/origin: handle nested annotation loading and support maintenance incidents. 2019-07-16 10:28:27 -05:00
Jimmy Berry
b34a93e590 osclib/core: provide a series of request list generators.
Given the broken design of multi-action requests which continually wreaks
havoc on code attempting to handle them properly a series of methods for
searching for requests are provided to simplify the process. The core
principal is that both a request and action are returned since the
specific action that matched the search query is important.

Further poorly designed maintenance data structure is also abstracted to
provide a consistent interface for querying source changes regardless of
their state in the workflow.
2019-07-16 10:27:41 -05:00
Jimmy Berry
4e1aed28a1 origin-manager: allow for skipping actions with no config when multiple.
Skipping actions that are not relevant for origin review is essential for
the maintenance workflow where multi-actions may include projects not
managed by origin-manager, but the remaining actions should be reviewed.
2019-07-16 10:27:41 -05:00
Jimmy Berry
cd6b2b3c33 ReviewBot: nest review messages by action key when multiple actions.
Not only does this expose previously hidden messages on multi-action
requests, but also provides clarity as to which action triggered a
specific response. Since the keys are generated in a standard way and
the data formatted as YAML it can also be retrieved.
2019-07-16 10:27:37 -05:00
Stephan Kulow
4693df7f9c
Merge pull request #2127 from fcrozat/master
fix SLE15 SP2 pkglist generator pipeline
2019-07-12 11:34:27 +02:00
d7638c54e6 fix git repository and ensure return value is not ignored
Co-authored-by: Stephan Kulow <coolo@suse.de>
2019-07-12 11:33:05 +02:00
238abef376
Merge pull request #2125 from DimStar77/grafana
dist: package /etc/grafana with the same mode as grafana
2019-07-12 08:41:50 +02:00
Jimmy Berry
fa41d3ae21 osclib/origin: origin_annotation_dump() provide raw option. 2019-07-11 16:12:46 -05:00
Jimmy Berry
0f1b9d667e osclib/core: provide request_action_key().
Intended to facilitate standardized keys for action specific information
placed in review scoped storage (ie. reviews/comments).
2019-07-11 16:06:06 -05:00
Jimmy Berry
aa444f79e6 osclib/core: enhance attribute_value_load() to handle boolean attributes. 2019-07-11 16:02:14 -05:00
Jimmy Berry
a8ff27b81f osclib/core: provide action_is_patchinfo() from ReviewBot.
Allows for usage outside of ReviewBot children.
2019-07-11 16:01:42 -05:00
Jimmy Berry
e991b44633 osclib/core: provide simplified search() and utilize. 2019-07-11 15:58:35 -05:00
816c9c165c
dist: package /etc/grafana with the same mode as grafana 2019-07-11 12:52:23 +02:00
Stephan Kulow
a1d38b7960
Merge pull request #2124 from coolo/fix_sp2
Fix SP2 config
2019-07-11 07:12:40 +02:00
Stephan Kulow
f79e2ecabf Fix SP2 config
- staging plugin needs to be linked
- staging reports need to be written as staging-bot
2019-07-11 07:11:18 +02:00
Stephan Kulow
282c7d6aa6
Merge pull request #2122 from coolo/change_pipeline_name
Integrate installcheck into the sp2 pipeline
2019-07-10 07:04:02 +02:00
Stephan Kulow
369feed31f Integrate installcheck into the sp2 pipeline 2019-07-09 18:30:39 +02:00
Stephan Kulow
b352254960 gocd: call generate.sh to fixup previous commit 2019-07-09 16:58:17 +02:00
Stephan Kulow
ee0617546f
Merge pull request #2121 from jberry-suse/origin-manager-gocd-sle
gocd: add origin-manager to SLE checkers.
2019-07-09 16:53:54 +02:00
Jimmy Berry
135e3910c3 gocd: add origin-manager to SLE checkers. 2019-07-09 08:12:36 -05:00
Stephan Kulow
280c206c67
Merge pull request #2120 from coolo/staging_bot
Run staging bot on SP2
2019-07-09 14:09:20 +02:00
Stephan Kulow
6b1d69f45b Run staging bot on SP2 2019-07-09 13:43:06 +02:00
Stephan Kulow
7f37712fe6
Merge pull request #2119 from DimStar77/petsc
rebuildpacs: ignore issues of petsc:openmpi
2019-07-08 15:09:56 +02:00
67b72cb82b
rebuildpacs: ignore issues of petsc:openmpi
A further workaround for https://github.com/openSUSE/openSUSE-release-tools/issues/1222
2019-07-08 12:13:58 +02:00