Skip to content

Commit

Permalink
Merge pull request #3115 from lkocman/leapmicro60_publishing
Browse files Browse the repository at this point in the history
Automatic publishing of repos for LEAPM 6.0
  • Loading branch information
lkocman committed Jun 20, 2024
2 parents 3244aa8 + 18e1256 commit 31704ab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gocd/leapmicro.target.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,23 @@ pipelines:
- repo-checker
tasks:
- script: ./pkglistgen.py --verbose -A https://api.opensuse.org update_and_solve --project openSUSE:Leap:Micro:6.0 --scope target --engine product_composer --force


LeapMicro.Publish:
group: Leap
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
timer:
spec: 0 50 0,12 ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Publish.000productcompose:
resources:
- repo-checker
tasks:
- script: osc -A https://api.opensuse.org release --target-project=openSUSE:Leap:Micro:6.0:ToTest --target-repository=product -r product openSUSE:Leap:Micro:6.0 000productcompose

0 comments on commit 31704ab

Please sign in to comment.