Add timestamps to pypi mirror jobs.
* modules/openstack_project/files/jenkins_job_builder/config/mirror.yaml: A wrapper section is defined for the jobs in mirror.yaml so the default timestamps addition is not included. Add timestamps to the wrapper overrides in mirror.yaml. Change-Id: Iacc47cf3a92489979cc76621d3f804be76d4688f Reviewed-on: https://review.openstack.org/28366 Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
bfee9cc614
commit
e3d7d661fc
@ -7,6 +7,7 @@
|
||||
- timeout:
|
||||
timeout: 45
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '4 21 * * *'
|
||||
@ -29,6 +30,7 @@
|
||||
- timeout:
|
||||
timeout: 45
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
@ -50,6 +52,7 @@
|
||||
- timeout:
|
||||
timeout: 45
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '12 21 * * *'
|
||||
@ -72,6 +75,7 @@
|
||||
- timeout:
|
||||
timeout: 45
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
Loading…
x
Reference in New Issue
Block a user