Skip to content

Commit

Permalink
update the missed files to comply to Concourse 5.x syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brightzheng100 committed Oct 1, 2019
1 parent dcf6a07 commit f6bda3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions templates/jobs-install-upgrade.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- download-upload-stage-product
serial: true
plan:
- aggregate:
- in_parallel:
- get: #@ "product-config-{}".format(product_alias)
trigger: true
- get: platform-automation-image
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- generate-product-config
serial: true
plan:
- aggregate:
- in_parallel:
- get: #@ "product-config-{}".format(product_alias)
passed:
- #@ "download-upload-stage-product-{}".format(product_alias)
Expand All @@ -100,7 +100,7 @@ jobs:
- configure-product
serial: true
plan:
- aggregate:
- in_parallel:
- get: #@ "product-config-{}".format(product_alias)
passed:
- #@ "generate-product-config-{}".format(product_alias)
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: apply-product-changes
serial: true
plan:
- aggregate:
- in_parallel:
#@ for product in products():
#@ product_alias=product.split("|")[0]
- get: #@ "product-config-{}".format(product_alias)
Expand All @@ -154,7 +154,7 @@ jobs:
- name: export-installation
serial: true
plan:
- aggregate:
- in_parallel:
#@ for product in products():
#@ product_alias=product.split("|")[0]
- get: #@ "product-config-{}".format(product_alias)
Expand Down
8 changes: 4 additions & 4 deletions templates/jobs-patch.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- download-upload-stage-product
serial: true
plan:
- aggregate:
- in_parallel:
- get: #@ "product-config-{}".format(product_alias)
trigger: true
- get: platform-automation-image
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- configure-product
serial: true
plan:
- aggregate:
- in_parallel:
- get: #@ "product-config-{}".format(product_alias)
passed:
- #@ "download-upload-stage-product-{}".format(product_alias)
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: apply-product-changes
serial: true
plan:
- aggregate:
- in_parallel:
- get: patch-products-schedule
trigger: true
#@ for product in products():
Expand All @@ -129,7 +129,7 @@ jobs:
- name: export-installation
serial: true
plan:
- aggregate:
- in_parallel:
#@ for product in products():
#@ product_alias=product.split("|")[0]
- get: #@ "product-config-{}".format(product_alias)
Expand Down

0 comments on commit f6bda3d

Please sign in to comment.