Run project_only reports on 15.1:Update and no longer on 15.1

This commit is contained in:
Stephan Kulow 2019-05-27 16:26:35 +02:00
parent 599f820a3d
commit bd85fc6227
2 changed files with 3 additions and 3 deletions

View File

@ -134,9 +134,9 @@ pipelines:
- repo-checker3 - repo-checker3
tasks: tasks:
- script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:42.3:Update - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:42.3:Update
openSUSE.Leap.15.1: openSUSE.Leap.15.1.Update:
timeout: 0 timeout: 0
resources: resources:
- repo-checker3 - repo-checker3
tasks: tasks:
- script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.1 - script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.1:Update

View File

@ -69,7 +69,7 @@ pipelines:
environment_variables: environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker OSC_CONFIG: /home/go/config/oscrc-repo-checker
jobs: jobs:
<% %w(openSUSE:Factory openSUSE:Leap:15.0:Update openSUSE:Leap:42.3:Update openSUSE:Leap:15.1).each do |project| -%> <% %w(openSUSE:Factory openSUSE:Leap:15.0:Update openSUSE:Leap:42.3:Update openSUSE:Leap:15.1:Update).each do |project| -%>
<%= project.gsub(':', '.') %>: <%= project.gsub(':', '.') %>:
timeout: 0 timeout: 0
resources: resources: