From bd85fc6227b9d8346828b8a6af6481f71f8c70d9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 May 2019 16:26:35 +0200 Subject: [PATCH] Run project_only reports on 15.1:Update and no longer on 15.1 --- gocd/staging.bot.gocd.yaml | 4 ++-- gocd/staging.bot.gocd.yaml.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gocd/staging.bot.gocd.yaml b/gocd/staging.bot.gocd.yaml index 4e19ca49..5c636477 100644 --- a/gocd/staging.bot.gocd.yaml +++ b/gocd/staging.bot.gocd.yaml @@ -134,9 +134,9 @@ pipelines: - repo-checker3 tasks: - 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 resources: - repo-checker3 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 diff --git a/gocd/staging.bot.gocd.yaml.erb b/gocd/staging.bot.gocd.yaml.erb index 5e6acdc1..f23c1475 100644 --- a/gocd/staging.bot.gocd.yaml.erb +++ b/gocd/staging.bot.gocd.yaml.erb @@ -69,7 +69,7 @@ pipelines: environment_variables: OSC_CONFIG: /home/go/config/oscrc-repo-checker 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(':', '.') %>: timeout: 0 resources: