1+ anchors :
2+ ci_bot :
3+ email : &ci_bot_email bots@cloudfoundry.org
4+ name : &ci_bot_name CI Bot
5+
16# @ load("@ytt:data", "data")
7+
28# @yaml/text-templated-strings
39
410groups :
@@ -256,9 +262,9 @@ jobs:
256262 - usn-log/usn-log.json
257263 rename : (@= data.values.stemcell_details.branch @)/(@= data.values.stemcell_details.os_name @).meta4
258264 options :
259- author_email : ci@localhost
260- author_name : CI Bot
261- message : ' [ci skip] bump OS image'
265+ author_email : *ci_bot_email
266+ author_name : *ci_bot_name
267+ message : ' Bump os- image tgz '
262268 version : version/version
263269 - put : os-image-version
264270 params :
@@ -493,8 +499,8 @@ jobs:
493499 - stemcell/*.tgz
494500 rename : " {{.Version}}/(@= IAAS @)-(@= HYPERVISOR @)(@= FIPS @).meta4"
495501 options :
496- author_email : ci@localhost
497- author_name : CI Bot
502+ author_email : *ci_bot_email
503+ author_name : *ci_bot_name
498504 message : ' dev: (@= data.values.stemcell_details.os_name @)'
499505 version : candidate-build-number/number
500506# @ end
@@ -627,7 +633,10 @@ jobs:
627633 - task : commit-build-time
628634 file : bosh-stemcells-ci/ci/tasks/commit-build-time.yml
629635 image : os-image-stemcell-builder-registry-image
630- # @ if len(data.values.stemcell_details.include_fips_iaas) > 0:
636+ params :
637+ GIT_USER_EMAIL : *ci_bot_email
638+ GIT_USER_NAME : *ci_bot_name
639+ # @ if len(data.values.stemcell_details.include_fips_iaas) > 0:
631640 - task : copy-fips-artifacts
632641 file : bosh-stemcells-ci/ci/tasks/publish.yml
633642 image : bosh-integration-image
@@ -647,7 +656,9 @@ jobs:
647656 TO_INDEX : candidate
648657 AWS_ENDPOINT : " https://storage.googleapis.com"
649658 S3_API_ENDPOINT : storage.googleapis.com
650- # @ end
659+ GIT_USER_EMAIL : *ci_bot_email
660+ GIT_USER_NAME : *ci_bot_name
661+ # @ end
651662 - task : copy-artifacts
652663 file : bosh-stemcells-ci/ci/tasks/publish.yml
653664 image : bosh-integration-image
@@ -667,6 +678,8 @@ jobs:
667678 TO_INDEX : candidate
668679 AWS_ENDPOINT : " https://storage.googleapis.com"
669680 S3_API_ENDPOINT : storage.googleapis.com
681+ GIT_USER_EMAIL : *ci_bot_email
682+ GIT_USER_NAME : *ci_bot_name
670683 - in_parallel :
671684 - put : bosh-linux-stemcell-builder-push-tags
672685 no_get : true
@@ -753,8 +766,8 @@ jobs:
753766 output_mapping :
754767 output-repo : bosh-linux-stemcell-builder
755768 params :
756- GIT_USER_NAME : CI Bot
757- GIT_USER_EMAIL : bots@cloudfoundry.org
769+ GIT_USER_EMAIL : *ci_bot_email
770+ GIT_USER_NAME : *ci_bot_name
758771 PACKAGE : ruby-((.:ruby_version))
759772 VENDOR : true
760773 - task : test-unit
@@ -817,6 +830,9 @@ jobs:
817830 - task : bump
818831 file : bosh-stemcells-ci/ci/tasks/bump-bosh-agent.yml
819832 image : bosh-integration-image
833+ params :
834+ GIT_USER_EMAIL : *ci_bot_email
835+ GIT_USER_NAME : *ci_bot_name
820836 - put : bosh-linux-stemcell-builder-push
821837 params :
822838 rebase : true
@@ -837,6 +853,8 @@ jobs:
837853 image : bosh-integration-image
838854 params :
839855 BLOBSTORE_TYPE : (@= blobstore_type @)
856+ GIT_USER_EMAIL : *ci_bot_email
857+ GIT_USER_NAME : *ci_bot_name
840858 - put : bosh-linux-stemcell-builder-push
841859 params :
842860 rebase : true
0 commit comments