diff --git a/gocd/rebuild-trigger.gocd.yaml b/gocd/rebuild-trigger.gocd.yaml index ef02f8507..1519f1a4d 100644 --- a/gocd/rebuild-trigger.gocd.yaml +++ b/gocd/rebuild-trigger.gocd.yaml @@ -213,3 +213,23 @@ pipelines: - script: |- echo "Leap 16.0" ./project-installcheck.py --debug check --store openSUSE:Leap:16.0:Staging/dashboard --no-rebuild openSUSE:Leap:16.0 + Trigger.Rebuild.Leap_16_0.Ring1: + 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 "Leap 16.0 Ring1" + ./project-installcheck.py --debug check -r standard --store openSUSE:Leap:16.0:Staging/dashboard --no-rebuild openSUSE:Leap:16.0:Rings:1-MinimalX