Skip to content

Commit

Permalink
Change aggregates to in_parallel for concourse compatibility
Browse files Browse the repository at this point in the history
Adressing #71
Signed-off-by: Yang Ding <[email protected]>
  • Loading branch information
Dyanngg committed Dec 2, 2019
1 parent 6e91ee5 commit 1a9611b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pipelines/nsx-t-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: install-nsx-t
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
- get: ovftool
Expand All @@ -147,7 +147,7 @@ jobs:

- name: add-nsx-t-routers
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
params: {globs: []}
Expand All @@ -160,7 +160,7 @@ jobs:

- name: config-nsx-t-extras
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
params: {globs: []}
Expand All @@ -173,7 +173,7 @@ jobs:

- name: standalone-install-nsx-t
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
- get: ovftool
Expand All @@ -184,7 +184,7 @@ jobs:

- name: standalone-add-nsx-t-routers
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
params: {globs: []}
Expand All @@ -195,7 +195,7 @@ jobs:

- name: standalone-config-nsx-t-extras
plan:
- aggregate:
- in_parallel:
- get: nsx-t-gen-pipeline
- get: nsxt-ansible
params: {globs: []}
Expand Down

0 comments on commit 1a9611b

Please sign in to comment.