Skip to content

Commit

Permalink
BOSH CPI no longer needs tagged AWS workers
Browse files Browse the repository at this point in the history
[#124210251]
  • Loading branch information
Brian Cunnie committed Jul 11, 2016
1 parent 90a0f96 commit 127281b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
acquire: true

- task: prepare-director
tags: [ bosh-cpi-1 ]
file: bosh-cpi-src/ci/tasks/prepare-director.yml
params:
BOSH_DIRECTOR_USERNAME: {{BOSH_DIRECTOR_USERNAME}}
Expand All @@ -125,15 +124,13 @@ jobs:

- do:
- task: deploy-director
tags: [ bosh-cpi-1 ]
file: certification/shared/tasks/deploy-director.yml
input_mapping: {pipelines: certification}
params:
BOSH_DIRECTOR_USERNAME: {{BOSH_DIRECTOR_USERNAME}}
BOSH_DIRECTOR_PASSWORD: {{BOSH_DIRECTOR_PASSWORD}}

- task: prepare-manual-bats
tags: [ bosh-cpi-1 ]
file: bosh-cpi-src/ci/tasks/prepare-manual-bats.yml
params:
AWS_ACCESS_KEY: {{aws_access_key__primary}}
Expand All @@ -146,14 +143,12 @@ jobs:
STEMCELL_NAME: bosh-aws-xen-hvm-ubuntu-trusty-go_agent

- task: run-bats
tags: [ bosh-cpi-1 ]
file: certification/shared/tasks/run-bats.yml
input_mapping: {pipelines: certification}

ensure:
do:
- task: teardown
tags: [ bosh-cpi-1 ]
file: certification/shared/tasks/teardown.yml
input_mapping: {pipelines: certification}
params:
Expand Down

0 comments on commit 127281b

Please sign in to comment.