Merge pull request #2661 from coolo/reduce_frequency
gocd: Run release package generation for stagings only once an hour
This commit is contained in:
commit
014d1c7aa0
@ -6,7 +6,7 @@ pipelines:
|
||||
group: Factory.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 */10 * ? * *
|
||||
spec: 0 0 * ? * *
|
||||
only_on_changes: false
|
||||
materials:
|
||||
scripts:
|
||||
|
@ -6,7 +6,7 @@ pipelines:
|
||||
group: Factory.pkglistgen
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 */10 * ? * *
|
||||
spec: 0 0 * ? * *
|
||||
only_on_changes: false
|
||||
materials:
|
||||
scripts:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user