From 5936151c95bde283d4d10d535dc7a98fee0ded19 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 May 2019 16:03:45 +0200 Subject: [PATCH] Run project_only reports in python3 containers --- gocd/staging.bot.gocd.yaml | 16 ++++++++-------- gocd/staging.bot.gocd.yaml.erb | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gocd/staging.bot.gocd.yaml b/gocd/staging.bot.gocd.yaml index e712b07a..4e19ca49 100644 --- a/gocd/staging.bot.gocd.yaml +++ b/gocd/staging.bot.gocd.yaml @@ -119,24 +119,24 @@ pipelines: openSUSE.Factory: timeout: 0 resources: - - repo-checker + - repo-checker3 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: timeout: 0 resources: - - repo-checker + - repo-checker3 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: timeout: 0 resources: - - repo-checker + - repo-checker3 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: timeout: 0 resources: - - repo-checker + - repo-checker3 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 diff --git a/gocd/staging.bot.gocd.yaml.erb b/gocd/staging.bot.gocd.yaml.erb index c4e285c4..5e6acdc1 100644 --- a/gocd/staging.bot.gocd.yaml.erb +++ b/gocd/staging.bot.gocd.yaml.erb @@ -73,7 +73,7 @@ pipelines: <%= project.gsub(':', '.') %>: timeout: 0 resources: - - repo-checker + - repo-checker3 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 -%>