Skip to content

Commit

Permalink
Merge pull request #3156 from nilxam/trigger_rebuild_leap_rings
Browse files Browse the repository at this point in the history
Upload project-installcheck result for Leap 16.0 Ring1 project
  • Loading branch information
nilxam committed Sep 6, 2024
2 parents 8e12150 + 96d2be8 commit f4cbf0b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gocd/rebuild-trigger.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4cbf0b

Please sign in to comment.