@@ -160,13 +160,6 @@ resources:
160160 - ci/docker/Dockerfile
161161 username : bosh-admin-bot
162162 password : ((github_public_repo_token))
163- - name : stembuild
164- type : git
165- source :
166- uri : https://github.com/cloudfoundry/stembuild.git
167- branch : windows-2019
168- username : bosh-admin-bot
169- password : ((github_public_repo_token))
170163- name : bosh-stemcells-ci
171164 type : git
172165 source :
@@ -270,11 +263,11 @@ resources:
270263 repository : Win32-OpenSSH
271264 access_token : ((github_public_repo_token))
272265 tag_filter : v([^v].*)
273- - name : post-stembuild -release
266+ - name : stemcell-builder-github -release
274267 type : github-release
275268 source :
276269 owner : cloudfoundry
277- repository : stembuild
270+ repository : bosh-windows-stemcell-builder
278271 access_token : ((github_public_repo_token))
279272
280273- name : bosh-agent-release
@@ -690,34 +683,34 @@ jobs:
690683 plan :
691684 - in_parallel :
692685 - get : bosh-windows-stemcell-builder-ci-image
693- - get : bosh-windows-acceptance-tests
694686 - get : bosh-windows-stemcell-builder-ci
687+ - get : stemcell-builder
688+ - get : bosh-windows-acceptance-tests
695689 - get : golang-release
696690 - get : ovftool
697- - get : stembuild
698691 - get : version
699692 resource : main-version
700693 - get : weekly
701694 trigger : true
702- - task : bump-stembuild -deps
695+ - task : bump-golang -deps
703696 file : golang-release/ci/tasks/shared/bump-deps.yml
704697 params :
705698 SOURCE_PATH : stembuild
706699 input_mapping :
707- input_repo : stembuild
700+ input_repo : stemcell-builder
708701 output_mapping :
709- output_repo : stembuild
702+ output_repo : stemcell-builder
710703 - in_parallel :
711704 - task : unit-test-on-linux
712705 file : bosh-windows-stemcell-builder-ci/ci/tasks/test-units-stembuild-linux/task.yml
713706 image : bosh-windows-stemcell-builder-ci-image
714707 - task : unit-test-on-windows
715708 file : bosh-windows-stemcell-builder-ci/ci/tasks/test-units-stembuild-windows/task.yml
716709 tags : [windows-nimbus]
717- - put : stembuild
710+ - put : stemcell-builder
718711 params :
719712 rebase : true
720- repository : stembuild
713+ repository : stemcell-builder
721714 - task : bump-bosh-windows-acceptance-tests-deps
722715 file : golang-release/ci/tasks/shared/bump-deps.yml
723716 input_mapping :
@@ -786,7 +779,6 @@ jobs:
786779 passed :
787780 - test-stemcell-builder
788781 - test-bosh-psmodules
789- - get : stembuild
790782 - get : lgpo-binary
791783 - get : version
792784 resource : main-version
@@ -895,8 +887,6 @@ jobs:
895887 - get : lgpo-binary
896888 - get : bosh-agent-release
897889 passed : [build]
898- - get : stembuild
899- passed : [build]
900890 - get : ovftool
901891 - put : nimbus-ips
902892 inputs : detect
@@ -1007,8 +997,6 @@ jobs:
1007997 - get : lgpo-binary
1008998 - get : bosh-agent-release
1009999 passed : [build]
1010- - get : stembuild
1011- passed : [build]
10121000 - get : ovftool
10131001 - put : nimbus-ips
10141002 inputs : detect
@@ -2193,16 +2181,14 @@ jobs:
21932181 - wuts-gcp
21942182 - wuts-aws-govcloud # implies => aws-build-number
21952183 - wuts-azure
2184+ - stembuild-linux
2185+ - stembuild-windows
21962186 - get : stembuild-untested-linux
21972187 passed : [ wuts-stembuild-linux-stemcell ]
21982188 - get : stembuild-linux-stemcell
21992189 passed : [ wuts-stembuild-linux-stemcell ]
22002190 - get : stembuild-untested-windows
22012191 passed : [ wuts-stembuild-windows-stemcell ]
2202- - get : stembuild
2203- passed :
2204- - stembuild-linux
2205- - stembuild-windows
22062192 - get : main-version
22072193 passed :
22082194 - wuts-gcp
@@ -2609,7 +2595,7 @@ jobs:
26092595 passed : [promote-azure]
26102596 - get : gcp-stemcell-final
26112597 passed : [promote-gcp]
2612- - get : stembuild
2598+ - get : stemcell-builder
26132599 passed : [promote]
26142600 - get : stembuild-untested-windows
26152601 passed : [promote-stembuild]
@@ -2618,14 +2604,14 @@ jobs:
26182604 - task : set-stembuild-version
26192605 file : bosh-windows-stemcell-builder-ci/ci/tasks/set-stembuild-version/task.yml
26202606 image : bosh-windows-stemcell-builder-ci-image
2621- - task : get-stembuild -commit-sha
2622- file : bosh-windows-stemcell-builder-ci/ci/tasks/get-stembuild -commit-sha/task.yml
2607+ - task : get-repo -commit-sha
2608+ file : bosh-windows-stemcell-builder-ci/ci/tasks/get-repo -commit-sha/task.yml
26232609 image : bosh-windows-stemcell-builder-ci-image
2624- - put : post-stembuild -release
2610+ - put : stemcell-builder-github -release
26252611 params :
26262612 name : final-stembuilds/tag
26272613 tag : final-stembuilds/tag
2628- commitish : stembuild -commit/sha
2614+ commitish : stemcell-builder -commit/sha
26292615 globs :
26302616 - final-stembuilds/stembuild*
26312617
0 commit comments