Run project_only reports in python3 containers
This commit is contained in:
parent
dd3275567b
commit
5936151c95
@ -119,24 +119,24 @@ pipelines:
|
|||||||
openSUSE.Factory:
|
openSUSE.Factory:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker3
|
||||||
tasks:
|
tasks:
|
||||||
- script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Factory
|
- script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Factory
|
||||||
openSUSE.Leap.15.0.Update:
|
openSUSE.Leap.15.0.Update:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker3
|
||||||
tasks:
|
tasks:
|
||||||
- script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.0:Update
|
- script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.0:Update
|
||||||
openSUSE.Leap.42.3.Update:
|
openSUSE.Leap.42.3.Update:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker3
|
||||||
tasks:
|
tasks:
|
||||||
- script: /usr/bin/osrt-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:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker3
|
||||||
tasks:
|
tasks:
|
||||||
- script: /usr/bin/osrt-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
|
||||||
|
@ -73,7 +73,7 @@ pipelines:
|
|||||||
<%= project.gsub(':', '.') %>:
|
<%= project.gsub(':', '.') %>:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker3
|
||||||
tasks:
|
tasks:
|
||||||
- script: /usr/bin/osrt-repo_checker -A https://api.opensuse.org --debug project_only --post-comments <%= project %>
|
- script: ./repo_checker -A https://api.opensuse.org --debug project_only --post-comments <%= project %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user