Remove project_only for Factory and update projects

We no longer look at these reports - notification is WIP
This commit is contained in:
Stephan Kulow 2019-07-29 10:37:15 +02:00
parent 701331142b
commit 596d7ef18a
2 changed files with 0 additions and 64 deletions

View File

@ -120,43 +120,3 @@ pipelines:
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 repair --cleanup
rm -rf $tempdir
Project.Only:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Run:
approval:
type: manual
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
jobs:
openSUSE.Factory:
timeout: 0
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Factory
openSUSE.Leap.15.0.Update:
timeout: 0
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:15.0:Update
openSUSE.Leap.42.3.Update:
timeout: 0
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:42.3:Update
openSUSE.Leap.15.2.Update:
timeout: 0
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:15.2:Update

View File

@ -62,28 +62,4 @@ pipelines:
osc -A https://api.opensuse.org staging -p openSUSE:<%= project %> repair --cleanup
rm -rf $tempdir
<% end -%>
Project.Only:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Run:
approval:
type: manual
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
jobs:
<% %w(openSUSE:Factory openSUSE:Leap:15.0:Update openSUSE:Leap:42.3:Update openSUSE:Leap:15.2:Update).each do |project| -%>
<%= project.gsub(':', '.') %>:
timeout: 0
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only <%= project %>
<% end -%>