Skip to content

Commit

Permalink
Merge pull request #3053 from fcrozat/rebuild-alp
Browse files Browse the repository at this point in the history
gocd: add rebuild pipeline for ALP
  • Loading branch information
gyr authored Feb 7, 2024
2 parents 2e3b614 + 2e8c1e3 commit cdb755b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions gocd/rebuild-trigger-alp.gocd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
format_version: 3
pipelines:
Trigger.Rebuild.Factory:
group: ALP.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
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 "ALP Standard"
./project-installcheck.py -A https://api.suse.de --debug check --add-comments --store SUSE:ALP:Source:Standard:1.0:Staging/dashboard SUSE:ALP:Source:Standard:1.0

0 comments on commit cdb755b

Please sign in to comment.