gocd: ensure timeout is set for packagelist generation
This commit is contained in:
parent
4cb023bc9b
commit
086d67b4ab
@ -17,24 +17,28 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
SUSE_ALP_target:
|
||||
timeout: 60
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target --only-release-packages --force
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target
|
||||
SUSE_ALP_PowerPC:
|
||||
timeout: 60
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:PowerPC -s target --only-release-packages --force
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:PowerPC -s target
|
||||
SUSE_ALP_zSystems:
|
||||
timeout: 60
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:zSystems -s target --only-release-packages --force
|
||||
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:zSystems -s target
|
||||
SUSE_ALP_RISCV:
|
||||
timeout: 60
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
|
@ -27,6 +27,7 @@ pipelines:
|
||||
end
|
||||
-%>
|
||||
<%= name %>:
|
||||
timeout: 60
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user