openSUSE-release-tools/gocd/sle15sp2-stagings.gocd.yaml

712 lines
25 KiB
YAML
Raw Normal View History

2019-05-18 17:34:14 +02:00
---
format_version: 3
pipelines:
2019-07-04 21:39:54 +02:00
SLE15.SP2.Stagings.RelPkgs:
2019-05-18 17:34:14 +02:00
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
only_on_changes: false
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- Generate.Release.Package:
approval: manual
jobs:
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.A:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:A
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.B:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:B
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.C:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:C
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.D:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:D
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.E:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:E
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.F:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:F
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.G:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:G
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.H:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:H
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.S:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:S
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.V:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:V
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE.15.SP2.Staging.Y:
2019-05-18 17:34:14 +02:00
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
2019-07-04 21:39:54 +02:00
--staging SUSE:SLE-15-SP2:GA:Staging:Y
2019-05-18 17:34:14 +02:00
--only-release-packages --force
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.A:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:A
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:A_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.B:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:B
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:B_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.C:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:C
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:C_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.D:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:D
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:D_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.E:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:E
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:E_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.F:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:F
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:F_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.G:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:G
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:G_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.H:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:H
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:H_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.S:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:S
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:S_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.V:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:V
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:V_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi
2019-07-04 21:39:54 +02:00
SLE15.SP2.Staging.Y:
2019-05-18 17:34:14 +02:00
environment_variables:
2019-07-04 21:39:54 +02:00
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:Y
2019-05-18 17:34:14 +02:00
STAGING_API: https://api.suse.de
OSC_CONFIG: /home/go/config/oscrc-staging-bot
2019-07-04 21:39:54 +02:00
group: SLE15.SP2.Stagings
2019-05-18 17:34:14 +02:00
lock_behavior: unlockWhenFinished
materials:
stagings:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
2019-07-04 21:39:54 +02:00
- SUSE:SLE-15-SP2:GA:Staging:Y_-_standard.yaml
2019-05-18 17:34:14 +02:00
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
stages:
- Checks:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
cd scripts/gocd
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s pending
./verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
Repo.Checker:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker
tasks:
- script: |-
./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLE-15-SP2:GA -s $STAGING_PROJECT
2019-05-18 17:34:14 +02:00
- Update.000product:
resources:
- repo-checker
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
2019-05-18 17:34:14 +02:00
cd scripts/gocd
if ../pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force; then
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s success
2019-05-18 17:34:14 +02:00
else
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
2019-05-18 17:34:14 +02:00
exit 1
fi