Run project_only reports in python3 containers

This commit is contained in:
Stephan Kulow 2019-05-27 16:03:45 +02:00
parent dd3275567b
commit 5936151c95
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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 -%>