2019-03-28 11:32:49 +01:00
|
|
|
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:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-03-28 11:32:49 +01:00
|
|
|
tasks:
|
|
|
|
- script: |-
|
2019-05-30 21:48:48 +02:00
|
|
|
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Factory
|
2019-03-28 13:33:38 +01:00
|
|
|
SBot.Regular.Factory:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: openSUSE.Checkers
|
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:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-03-28 13:33:38 +01:00
|
|
|
tasks:
|
2019-05-30 21:48:48 +02:00
|
|
|
- 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
|
|
|
|
|
2022-08-08 12:20:47 +02:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory rebuild
|
2019-05-30 21:48:48 +02:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory list --supersede
|
2022-02-17 11:44:05 +01:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory adi
|
2019-05-30 21:48:48 +02:00
|
|
|
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
|
2022-08-08 12:20:47 +02:00
|
|
|
AdiChecker.Factory.NonFree:
|
|
|
|
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:NonFree: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:NonFree
|
|
|
|
SBot.Regular.Factory.NonFree:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
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:
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
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:NonFree rebuild
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory:NonFree list --supersede
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory:NonFree adi
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory:NonFree unselect --cleanup
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory:NonFree repair --cleanup
|
|
|
|
rm -rf $tempdir
|
2022-07-28 18:31:17 +08:00
|
|
|
AdiChecker.Backports.SLE-15-SP5:
|
2021-01-04 21:26:32 +08:00
|
|
|
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:
|
2022-07-28 18:31:17 +08:00
|
|
|
- openSUSE:Backports:SLE-15-SP5:Staging:adi*.yaml
|
2021-01-04 21:26:32 +08:00
|
|
|
destination: repos
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
2022-07-28 18:31:17 +08:00
|
|
|
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Backports:SLE-15-SP5
|
|
|
|
SBot.Regular.Backports.SLE-15-SP5:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: openSUSE.Checkers
|
2021-01-04 21:26:32 +08: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:
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
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
|
|
|
|
|
2022-08-08 12:20:47 +02:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP5 rebuild
|
2022-07-28 18:31:17 +08:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP5 list --supersede
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP5 adi
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP5 unselect --cleanup
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Backports:SLE-15-SP5 repair --cleanup
|
|
|
|
rm -rf $tempdir
|
|
|
|
AdiChecker.Leap.15.5:
|
|
|
|
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:Leap:15.5: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:Leap:15.5
|
|
|
|
SBot.Regular.Leap.15.5:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
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:
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
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
|
|
|
|
|
2022-08-08 12:20:47 +02:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 rebuild
|
2022-07-28 18:31:17 +08:00
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 list --supersede
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 adi
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 unselect --cleanup
|
|
|
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 repair --cleanup
|
2021-01-04 21:26:32 +08:00
|
|
|
rm -rf $tempdir
|