diff --git a/gocd/staging.bot.gocd.yaml b/gocd/staging.bot.gocd.yaml index b8e3c38c..6ec124fa 100644 --- a/gocd/staging.bot.gocd.yaml +++ b/gocd/staging.bot.gocd.yaml @@ -171,60 +171,3 @@ pipelines: osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP7 unselect --cleanup osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP7 repair --cleanup rm -rf $tempdir - AdiChecker.Leap.15.6: - group: openSUSE.Checkers - lock_behavior: unlockWhenFinished - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-repo-checker - materials: - script: - git: https://github.com/openSUSE/openSUSE-release-tools.git - destination: scripts - repos: - git: git://botmaster.suse.de/opensuse-repos.git - auto_update: true - whitelist: - - openSUSE:Leap:15.6:Staging:adi*.yaml - destination: repos - stages: - - Run: - jobs: - Run: - resources: - - repo-checker - tasks: - - script: |- - ./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Leap:15.6 - SBot.Regular.Leap.15.6: - group: openSUSE.Checkers - lock_behavior: unlockWhenFinished - timer: - spec: 0 0 * ? * * - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - materials: - git: - git: https://github.com/openSUSE/openSUSE-release-tools.git - stages: - - Run: - approval: - type: manual - jobs: - Run: - resources: - - staging-bot - tasks: - - script: |- - set -e - tempdir=$(mktemp -d) - mkdir -p $tempdir/.osc-plugins - ln -s $PWD/osc-staging.py $tempdir/.osc-plugins - ln -s $PWD/osclib $tempdir/.osc-plugins - export HOME=$tempdir - - osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.6 rebuild - osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.6 list --supersede - osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.6 adi - osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.6 unselect --cleanup - osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.6 repair --cleanup - rm -rf $tempdir diff --git a/gocd/staging.bot.gocd.yaml.erb b/gocd/staging.bot.gocd.yaml.erb index 56b84783..a37c3264 100644 --- a/gocd/staging.bot.gocd.yaml.erb +++ b/gocd/staging.bot.gocd.yaml.erb @@ -1,6 +1,6 @@ format_version: 3 pipelines: -<% %w(Factory Factory:NonFree Backports:SLE-15-SP6 Leap:15.6).each do |project| -%> +<% %w(Factory Factory:NonFree Backports:SLE-15-SP7).each do |project| -%> <% nickname = project.gsub(':', '.') -%> AdiChecker.<%= nickname %>: group: openSUSE.Checkers