From d7b8a0c27a705bfb71eef9e605742b9e8ffe0d8e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 May 2021 13:34:16 +0200 Subject: [PATCH] Do rebuilds for Step --- gocd/rebuild-trigger.gocd.yaml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gocd/rebuild-trigger.gocd.yaml b/gocd/rebuild-trigger.gocd.yaml index 4200878c..cb3ddaeb 100644 --- a/gocd/rebuild-trigger.gocd.yaml +++ b/gocd/rebuild-trigger.gocd.yaml @@ -144,4 +144,34 @@ pipelines: echo "SLE15 SP3 Backports" ./project-installcheck.py --debug check --store openSUSE:Backports:SLE-15-SP3:Staging/dashboard --no-rebuild openSUSE:Backports:SLE-15-SP3 echo "SLE15 SP3 Step Backports (Rebuilds)" - ./project-installcheck.py --debug check -r step openSUSE:Backports:SLE-15-SP3 + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r step openSUSE:Backports:SLE-15-SP3 + Trigger.Rebuild.Step: + group: openSUSE.Checkers + lock_behavior: unlockWhenFinished + environment_variables: + OSC_CONFIG: /home/go/config/oscrc-factory-maintainer + materials: + script: + git: https://github.com/openSUSE/openSUSE-release-tools.git + timer: + spec: 0 0 * ? * * + only_on_changes: false + stages: + - Run: + approval: manual + resources: + - repo-checker + tasks: + - script: |- + echo "Step 15-SP3" + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP3:Update + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP3 + echo "Step 15-SP2" + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP2:Update + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP2 + echo "Step 15-SP1" + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP1:Update + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15-SP1 + echo "Step 15" + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15:Update + ./project-installcheck.py --debug check --store home:repo-checker/rebuilds -r standard openSUSE:Step:15