Run project_only reports on 15.1:Update and no longer on 15.1
This commit is contained in:
parent
599f820a3d
commit
bd85fc6227
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user