Merge pull request #2596 from fcrozat/fcrozat

gocd: fix path for script and use suse-repos.git
This commit is contained in:
Ruediger Oertel 2021-07-09 16:52:21 +02:00 committed by GitHub
commit f461ce7b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,18 +63,24 @@ pipelines:
Pkglistgen.SLE_BCI:
group: BCI
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
timer:
spec: 0 10 * ? * *
only_on_changes: false
materials:
repos:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
- SUSE:SLE-15-SP3:Update_-_standard.yaml
scripts:
auto_update: true
git: https://github.com/openSUSE/openSUSE-release-tools.git
whitelist:
- DO_NOT_TRIGGER
destination: scripts
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
stages:
- pkglistgen:
approval:
@ -84,7 +90,7 @@ pipelines:
resources:
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.suse.de update_and_solve -p SUSE:SLE-15-SP3:Update:BCI -s target
- script: ./scripts/pkglistgen.py -d -A https://api.suse.de update_and_solve -p SUSE:SLE-15-SP3:Update:BCI -s target
- Expect.Images.To.Finish:
resources:
- staging-bot