2019-05-14 06:40:42 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
Run.Changelog.Checker:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-sle-changelog-checker
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2019-05-14 06:40:42 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./check_tags_in_requests.py -A https://api.suse.de --verbose --user=sle-changelog-checker --review=accept-onpass --factory=openSUSE.org:openSUSE:Factory review
|
2022-03-10 12:00:09 +01:00
|
|
|
Run.Bugowner.Checker:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-bugowner-checker
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2022-03-10 12:00:09 +01:00
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
2022-04-05 16:41:26 +02:00
|
|
|
- script: ./check_bugowner.py -A https://api.suse.de --verbose --user=bugowner-checker review
|
2022-07-05 16:13:40 -03:00
|
|
|
SLE15SP5.Project:
|
2020-07-03 10:11:53 -03:00
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
jobs:
|
2022-07-05 16:13:40 -03:00
|
|
|
SLE_15_SP5:
|
2020-07-03 10:11:53 -03:00
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2022-07-05 16:13:40 -03:00
|
|
|
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP5:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP5:GA
|
2022-05-24 09:39:48 -03:00
|
|
|
SLE-Micro.Project:
|
2020-08-07 13:22:38 -03:00
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
|
|
|
stages:
|
|
|
|
- Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2020-08-07 13:22:38 -03:00
|
|
|
approval: manual
|
|
|
|
jobs:
|
2022-05-24 09:39:48 -03:00
|
|
|
SLE-Micro:
|
2020-08-07 13:22:38 -03:00
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2022-05-24 09:39:48 -03:00
|
|
|
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP4:Update:Products:Micro53:Staging/dashboard --no-rebuild SUSE:SLE-15-SP4:Update:Products:Micro53
|
2019-07-09 16:58:17 +02:00
|
|
|
SLE.Origin.Manager:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-origin-manager
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2019-07-09 16:58:17 +02:00
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: ./origin-manager.py -A https://api.suse.de --debug review
|
2022-07-05 16:13:40 -03:00
|
|
|
S15.SP5.Staging.Bot.Regular:
|
2020-07-03 10:11:53 -03:00
|
|
|
group: SLE.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:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2020-07-03 10:11:53 -03:00
|
|
|
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-07-05 16:13:40 -03:00
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA rebuild
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA list --supersede
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA unselect --cleanup
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA repair --cleanup
|
2020-07-03 10:11:53 -03:00
|
|
|
rm -rf $tempdir
|
2022-05-24 09:39:48 -03:00
|
|
|
SLE-Micro.Staging.Bot.Regular:
|
2020-08-07 13:22:38 -03:00
|
|
|
group: SLE.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:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2020-08-07 13:22:38 -03:00
|
|
|
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-05-24 09:39:48 -03:00
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro53 rebuild
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro53 list --supersede
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro53 select --non-interactive --merge --try-strategies
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro53 unselect --cleanup
|
|
|
|
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro53 repair --cleanup
|
2020-08-07 13:22:38 -03:00
|
|
|
rm -rf $tempdir
|
2022-07-05 16:13:40 -03:00
|
|
|
S15.SP5.Staging.Bot.Report:
|
2020-07-03 10:11:53 -03:00
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */3 * ? * *
|
|
|
|
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:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2020-07-03 10:11:53 -03:00
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
2022-07-05 16:13:40 -03:00
|
|
|
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP5:GA
|
2022-05-24 09:39:48 -03:00
|
|
|
SLE-Micro.Staging.Bot.Report:
|
2020-08-07 13:22:38 -03:00
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */3 * ? * *
|
|
|
|
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:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2020-08-07 13:22:38 -03:00
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
2022-05-24 09:39:48 -03:00
|
|
|
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP4:Update:Products:Micro53
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE.Source.Check:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-auto
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2019-05-14 06:40:42 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-10-23 11:00:11 +02:00
|
|
|
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto --user factory-auto review
|
2019-05-27 18:02:15 +02:00
|
|
|
SLE.Legal.Check:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-legal-auto
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2022-08-22 13:46:26 +02:00
|
|
|
timeout: 30
|
2019-05-27 18:02:15 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-27 18:02:15 +02:00
|
|
|
tasks:
|
2021-12-01 08:15:42 +01:00
|
|
|
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --group=legal-auto review
|
|
|
|
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --user=licensedigger review
|
2019-05-27 19:45:44 +02:00
|
|
|
SLE.Legal.Import:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 0 ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-legal-auto
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2022-08-29 12:06:14 +02:00
|
|
|
timeout: 60
|
2019-05-27 19:45:44 +02:00
|
|
|
resources:
|
2019-06-01 09:31:22 +02:00
|
|
|
- staging-bot
|
2019-05-27 19:45:44 +02:00
|
|
|
tasks:
|
2021-12-01 08:15:42 +01:00
|
|
|
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-suse)
|
2020-10-20 10:02:29 -03:00
|
|
|
SLE15.SP1.QR:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
|
|
|
timer:
|
|
|
|
spec: 0 0 0 ? * THU
|
|
|
|
materials:
|
|
|
|
scripts:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
cd scripts
|
|
|
|
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP1:QR -s target --force
|
|
|
|
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP1:QR 000product
|
|
|
|
cd home:maintenance-installcheck:15-SP1:QR/000product
|
|
|
|
sed -e 's,home:maintenance-installcheck:15-SP1:QR,SUSE:SLE-15-SP1:Update:QR,' -i *
|
|
|
|
osc ci -m 'Fix repoid'
|
|
|
|
osc sr --yes SUSE:SLE-15-SP1:Update:QR -m 'Update Package List'
|
2020-09-18 15:05:42 -03:00
|
|
|
SLE15.SP2.QR:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
|
|
|
timer:
|
2020-09-22 13:28:19 -03:00
|
|
|
spec: 0 0 0 ? * THU
|
2020-09-18 15:05:42 -03:00
|
|
|
materials:
|
|
|
|
scripts:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
cd scripts
|
|
|
|
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP2:QR -s target --force
|
|
|
|
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP2:QR 000product
|
|
|
|
cd home:maintenance-installcheck:15-SP2:QR/000product
|
|
|
|
sed -e 's,home:maintenance-installcheck:15-SP2:QR,SUSE:SLE-15-SP2:Update:QR,' -i *
|
|
|
|
osc ci -m 'Fix repoid'
|
|
|
|
osc sr --yes SUSE:SLE-15-SP2:Update:QR -m 'Update Package List'
|
2021-06-24 17:58:34 -03:00
|
|
|
SLE15.SP3.QR:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
|
|
|
timer:
|
|
|
|
spec: 0 0 0 ? * THU
|
|
|
|
materials:
|
|
|
|
scripts:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
cd scripts
|
|
|
|
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP3:QR -s target --force
|
|
|
|
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP3:QR 000product
|
|
|
|
cd home:maintenance-installcheck:15-SP3:QR/000product
|
|
|
|
sed -e 's,home:maintenance-installcheck:15-SP3:QR,SUSE:SLE-15-SP3:Update:QR,' -i *
|
|
|
|
osc ci -m 'Fix repoid'
|
|
|
|
osc sr --yes SUSE:SLE-15-SP3:Update:QR -m 'Update Package List'
|
2022-08-09 15:16:44 -03:00
|
|
|
SLE15.SP4.QR:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
|
|
|
timer:
|
|
|
|
spec: 0 0 0 ? * THU
|
|
|
|
materials:
|
|
|
|
scripts:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
cd scripts
|
|
|
|
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP4:QR -s target --force
|
|
|
|
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP4:QR 000product
|
|
|
|
cd home:maintenance-installcheck:15-SP4:QR/000product
|
|
|
|
sed -e 's,home:maintenance-installcheck:15-SP4:QR,SUSE:SLE-15-SP4:Update:QR,' -i *
|
|
|
|
osc ci -m 'Fix repoid'
|
|
|
|
osc sr --yes SUSE:SLE-15-SP4:Update:QR -m 'Update Package List'
|
2021-09-03 12:40:16 -03:00
|
|
|
SLE15.SP3.QR.Setup:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
|
|
|
materials:
|
|
|
|
scripts:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
destination: scripts
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
osc -A https://api.suse.de bco SUSE:SLE-15-SP3:Update:QR 000package-groups home:maintenance-installcheck:15-SP3:QR
|
|
|
|
for package in 000product 000release-packages; do
|
|
|
|
osc -A https://api.suse.de copypac SUSE:SLE-15-SP3:GA $package home:maintenance-installcheck:15-SP3:QR
|
|
|
|
done
|