Merge pull request #2661 from coolo/reduce_frequency

gocd: Run release package generation for stagings only once an hour
This commit is contained in:
Stephan Kulow 2021-10-27 09:14:34 +02:00 committed by GitHub
commit 014d1c7aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ pipelines:
group: Factory.pkglistgen
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:

View File

@ -6,7 +6,7 @@ pipelines:
group: Factory.pkglistgen
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:

View File

@ -7,7 +7,7 @@ pipelines:
group: SLE15.SP4.Stagings
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts:

View File

@ -8,7 +8,7 @@ pipelines:
group: SLE15.SP4.Stagings
lock_behavior: unlockWhenFinished
timer:
spec: 0 */10 * ? * *
spec: 0 0 * ? * *
only_on_changes: false
materials:
scripts: