Skip to content

Commit

Permalink
Remove download from china job
Browse files Browse the repository at this point in the history
- This job is no longer useful and can be removed

Signed-off-by: Lyle Franklin <[email protected]>
  • Loading branch information
Corey Innis authored and ljfranklin committed Mar 21, 2016
1 parent 316011f commit e44386b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
44 changes: 0 additions & 44 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,16 @@ groups:
- lifecycle
- promote-candidate

- name: china
jobs:
- recreate-infrastructure-cn-downloader
- download-from-cn

- name: all
jobs:
- recreate-infrastructure-primary
- recreate-infrastructure-cn-downloader
- build-candidate
- bats-ubuntu
- bats-centos
- ubuntu-pv-radiator
- centos-pv-radiator
- lifecycle
- promote-candidate
- download-from-cn

jobs:
- name: recreate-infrastructure-primary
Expand All @@ -60,26 +53,6 @@ jobs:
file: bosh-cpi-src/ci/tasks/setup-infrastructure.yml
config: *recreate-primary-config

- name: recreate-infrastructure-cn-downloader
serial_groups: [china]
plan:
- aggregate:
- {trigger: false, get: bosh-cpi-src, resource: bosh-cpi-src-in}

- task: teardown-infrastructure
file: bosh-cpi-src/ci/tasks/teardown-infrastructure.yml
config: &recreate-downloader-config
params:
aws_access_key_id: {{aws_access_key__downloader}}
aws_secret_access_key: {{aws_secret_key__downloader}}
region_name: {{aws_region__downloader}}
stack_name: downloader-cn
stack_prefix: not-applicable

- task: setup-infrastructure
file: bosh-cpi-src/ci/tasks/setup-infrastructure.yml
config: *recreate-downloader-config

- name: build-candidate
serial: true
plan:
Expand Down Expand Up @@ -310,23 +283,6 @@ jobs:
- put: release-version-semver
params: {file: release-version-semver/number}

- name: download-from-cn
serial_groups: [china]
plan:
- aggregate:
- {trigger: true, get: one-hour-timer}
- {trigger: false, get: bosh-cpi-src, resource: bosh-cpi-src-in}

- task: download
file: bosh-cpi-src/ci/tasks/download-bits.yml
config:
params:
aws_access_key_id: {{aws_access_key__downloader}}
aws_secret_access_key: {{aws_secret_key__downloader}}
private_key_data: {{bosh_private_key}}
region_name: {{aws_region__downloader}}
stack_name: downloader-cn

resources:
- name: bosh-cpi-dev-artifacts
type: s3
Expand Down
42 changes: 0 additions & 42 deletions ci/tasks/download-bits.sh

This file was deleted.

13 changes: 0 additions & 13 deletions ci/tasks/download-bits.yml

This file was deleted.

0 comments on commit e44386b

Please sign in to comment.