46 Commits

Author SHA1 Message Date
Stephan Kulow
95db8a0091 More origin manager cleanup
As we don't do automatic origin updates in no project, remove the
update monitors. Those have been paused on botmaster for half a year
and just no project relies on them any longer
2022-02-25 10:10:09 +01:00
Stephan Kulow
177a654eb1 Remove --by-develproject for adi command
It's pointless by now as we have no project that uses devel projects
and would accept submissions not coming from there

Fixes #1366 (kindof)
2022-02-17 12:04:25 +01:00
3fb8efb641 Update MicroOS IBS project (MicroOS52) in botmaster 2021-12-17 09:23:03 -03:00
Stephan Kulow
a76441657c gocd: Remove timeouts for the pipelines
Meanwhile we have too many pipelines so it can happen that some checks
wait longer than 30 minutes before they get scheduled - but the timeout
affects this as well. So we need to monitor this
2021-12-14 07:41:18 +01:00
Stephan Kulow
2f3a762bef gocd: Use https://legaldb instead of http 2021-12-01 08:15:42 +01:00
c3457b4372 Add pipeline to setup QR home project 2021-09-13 16:04:58 -03:00
ea415159e6 Setup for SLE15 SP3 Quarterly Update 2021-06-24 17:58:34 -03:00
a63cd61cba Add 15-SP4 setup 2021-06-09 10:27:11 -03:00
1b0c26eef9 Update MicroOS IBS project (MicroOS51) in botmaster 2021-04-06 13:50:28 -03:00
a5de776a60 Merge common code of SP1 and SP2 2020-10-29 18:15:13 -03:00
6956f3b655 Add back setup for 15SP1 quarterly updates 2020-10-20 10:02:29 -03:00
5f6d345cff Change SP2 QU job to run on Thursday 2020-09-22 13:28:19 -03:00
1335bdbba7 Remove 15SP1 QU settings 2020-09-21 13:27:12 -03:00
ce2a107506 Add setup for 15SP2 quarterly updates 2020-09-18 15:05:42 -03:00
11128ffdcb Add MicroOSNG setup 2020-08-10 10:47:50 -03:00
d0bfff38f9 Remove SLE-15-SP2 setup 2020-08-07 11:56:43 -03:00
7e8204b862 Add SLE15-SP3 setup. 2020-07-03 10:11:53 -03:00
Stephan Kulow
98e141c3e8 Remove SLE12SP5 pipelines 2019-12-04 15:42:34 +01:00
Stephan Kulow
509ec8f332 QR update: submit with --yes 2019-11-11 22:27:19 +01:00
Stephan Kulow
a5e3c983bd Update the package list of SP1's quarterly updates 2019-11-11 15:17:12 +01:00
Stephan Kulow
0938967139 Add a review user for factory-auto so it can be overridden in SLE 2019-10-23 11:00:11 +02:00
Stephan Kulow
456b203a64
Merge pull request #2248 from coolo/shorter_timeout
Kill review bots if they didn't output anything for 30 minutes
2019-09-26 18:56:27 +02:00
Stephan Kulow
d30a1c43e1 Kill review bots if they didn't output anything for 30 minutes
We start most jobs with --debug to generate output, but we had the
case that OBS network caused the connection to just get stuck and
then it 'paused' for 18 hours
2019-09-26 16:33:11 +02:00
Jimmy Berry
b2f7fd816c gocd/checkers: revert Origin.Manager.Update frequency back to daily.
With the lack of events from OBS for SLE updates #2239 and the troubles
with the pika base class for IBS #2220 it seems best to keep the full
run daily to ensure expedient updates.
2019-09-25 12:17:37 -05:00
Jimmy Berry
3e6ec9bdff gocd/checkers: reduce Origin.Manager.Update frequency to weekly.
With the addition of the event listener the full run should only be needed
as a fallback to catch missed events, deletes, or configuration changes.
2019-09-11 19:53:01 -05:00
Jimmy Berry
bf1a40ffa3 gocd: utilize origin update without the need to indicate a project.
No longer need to maintain a list of active projects in gocd config.
2019-09-11 19:53:01 -05:00
Jimmy Berry
55bcb8b34d gocd: *.Origin.Manager.Update: shift timer to account for seconds. 2019-08-20 07:47:45 -05:00
Jimmy Berry
29fb8fa29d gocd/checkers.suse: drop SLE-SP2.Manager42 job. 2019-08-08 16:59:02 -05:00
Jimmy Berry
91b991e959 gocd/checkers.suse: add S15.SP2.Origin.Manager.Update job. 2019-08-08 16:58:58 -05:00
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
dd1960541e Fix staging bot to actually run on SP2 2019-07-26 09:53: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
Jimmy Berry
135e3910c3 gocd: add origin-manager to SLE checkers. 2019-07-09 08:12:36 -05:00
Stephan Kulow
6b1d69f45b Run staging bot on SP2 2019-07-09 13:43:06 +02:00
Stephan Kulow
0252722048 Adapt packaging to the repo_checker.py split 2019-06-06 11:52:46 +02:00
Stephan Kulow
f4d228e41b Support licensedigger as reviewer for SUSE and openSUSE
We want to switch away from pointless groups
2019-06-03 15:55:46 +02:00
Stephan Kulow
88b02f0f24 Merged special resources into staging-bot 2019-06-01 09:31:22 +02:00
Stephan Kulow
918a0f978b Reuse the staging-bot container for manager_42
We don't need globally installed config - it's in git
2019-05-31 19:01:56 +02:00
Stephan Kulow
f1476c6819 Remove check_dups plugin
This plugin only works if run under an account owning the
target project (as I had it running with my own credentials
back in the day). As we no longer do that, the check_dups approach
is dead - and declining superseded requests from staging-bot
superseded (pun intended) this approach
2019-05-30 18:24:13 +02:00
Stephan Kulow
bb4ad17871 Remove the 3 suffix - python3 is now everywhere 2019-05-29 18:13:38 +02:00
Stephan Kulow
a04ac41c1a Run staging bot now in python3 as well 2019-05-28 07:15:32 +02:00
Stephan Kulow
ac997bf5e9 Move legaldb import of projects into gocd
This is mainly to tag the sources that are in the projects for safer
cleanup strategies
2019-05-27 19:45:44 +02:00
Stephan Kulow
af78e4eb50 Run legal-auto on botmaster as well
Fixes #1959
2019-05-27 18:02:15 +02:00
Stephan Kulow
599f820a3d Run the SP5 installcheck per staging project and triggered by repo changes 2019-05-27 16:09:53 +02:00
Stephan Kulow
3f3bbb3e10 Run even more bots in python3 2019-05-16 06:59:25 +02:00
Stephan Kulow
a04544f6b0 Add SUSE checkers config here 2019-05-14 06:44:26 +02:00