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
This commit is contained in:
Stephan Kulow
2019-05-30 18:22:19 +02:00
parent 8434e554f3
commit f1476c6819
7 changed files with 2 additions and 200 deletions

View File

@@ -155,27 +155,6 @@ pipelines:
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP1:GA
SLE.Check.Dups:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
stages:
- Run:
approval:
type: manual
jobs:
Run:
timeout: 0
resources:
- staging-bot
tasks:
- script: /usr/bin/osc -A https://api.suse.de check_dups SUSE:SLE-15-SP1:GA
SLE.Source.Check:
group: SLE.Checkers
lock_behavior: unlockWhenFinished