openSUSE-release-tools/gocd/staging.bot.gocd.yaml

123 lines
4.2 KiB
YAML
Raw Normal View History

format_version: 3
pipelines:
AdiChecker.Factory:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
repos:
git: git://botmaster.suse.de/opensuse-repos.git
auto_update: true
whitelist:
- openSUSE:Factory:Staging:adi*.yaml
destination: repos
stages:
- Run:
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Factory
2019-03-28 13:33:38 +01:00
SBot.Regular.Factory:
group: Factory.pkglistgen
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Run:
approval:
type: manual
jobs:
Run:
timeout: 0
resources:
- staging-bot
2019-03-28 13:33:38 +01:00
tasks:
- script: |-
set -e
tempdir=$(mktemp -d)
mkdir -p $tempdir/.osc-plugins
ln -s $PWD/osc-staging.py $tempdir/.osc-plugins
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir
osc -A https://api.opensuse.org staging -p openSUSE:Factory rebuild
osc -A https://api.opensuse.org staging -p openSUSE:Factory list --supersede
osc -A https://api.opensuse.org staging -p openSUSE:Factory adi --by-develproject
osc -A https://api.opensuse.org staging -p openSUSE:Factory select --non-interactive --merge --try-strategies
osc -A https://api.opensuse.org staging -p openSUSE:Factory unselect --cleanup
osc -A https://api.opensuse.org staging -p openSUSE:Factory repair --cleanup
rm -rf $tempdir
2019-07-18 14:45:57 -05:00
AdiChecker.Leap.15.2:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
repos:
git: git://botmaster.suse.de/opensuse-repos.git
auto_update: true
whitelist:
2019-07-18 14:45:57 -05:00
- openSUSE:Leap:15.2:Staging:adi*.yaml
destination: repos
stages:
- Run:
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
2019-07-18 14:45:57 -05:00
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Leap:15.2
SBot.Regular.Leap.15.2:
group: Leap.15.2.pkglistgen
2019-03-28 13:33:38 +01:00
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 * ? * *
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Run:
approval:
type: manual
jobs:
Run:
timeout: 0
resources:
- staging-bot
2019-03-28 13:33:38 +01:00
tasks:
- script: |-
set -e
tempdir=$(mktemp -d)
mkdir -p $tempdir/.osc-plugins
ln -s $PWD/osc-staging.py $tempdir/.osc-plugins
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir
2019-07-18 14:45:57 -05:00
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 rebuild
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 list --supersede
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 adi --by-develproject
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 select --non-interactive --merge --try-strategies
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 unselect --cleanup
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 repair --cleanup
rm -rf $tempdir