Skip to content

Commit

Permalink
Merge pull request #187 from cloudfoundry-incubator/light-stemcell-3421
Browse files Browse the repository at this point in the history
Add publish light-stemcell 3421 jobs
  • Loading branch information
johnsonj committed May 23, 2017
2 parents 4b92004 + 33683c8 commit 0553a68
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
57 changes: 57 additions & 0 deletions ci/stemcell/light/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ groups:
- ubuntu-trusty-stemcell-3263
- ubuntu-trusty-stemcell-3312
- ubuntu-trusty-stemcell-3363
- ubuntu-trusty-stemcell-3421
- centos-7-stemcell-3312
- centos-7-stemcell-3363
- centos-7-stemcell-3421
- name: alpha
jobs:
- ubuntu-trusty-stemcell-alpha
Expand Down Expand Up @@ -149,6 +151,7 @@ shared:
jobs:
- name: ubuntu-trusty-stemcell-3312
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
Expand All @@ -166,6 +169,7 @@ jobs:

- name: ubuntu-trusty-stemcell-3263
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
Expand All @@ -183,6 +187,7 @@ jobs:

- name: ubuntu-trusty-stemcell-3363
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
Expand All @@ -198,6 +203,24 @@ jobs:
- *upload-ubuntu-raw-stemcells
- *verify-stemcell-boots

- name: ubuntu-trusty-stemcell-3421
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
resource: ubuntu-stemcell-3421
trigger: true
version: every
params:
preserve_filename: true
- *get-cpi-src
- *get-bosh-cli
- *get-cpi-release
- *create-light-stemcell
- *upload-ubuntu-raw-stemcells
- *verify-stemcell-boots

- name: ubuntu-trusty-stemcell-alpha
serial: true
plan:
Expand All @@ -216,6 +239,7 @@ jobs:

- name: centos-7-stemcell-3312
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
Expand All @@ -233,6 +257,7 @@ jobs:

- name: centos-7-stemcell-3363
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
Expand All @@ -248,6 +273,24 @@ jobs:
- *upload-centos-raw-stemcells
- *verify-stemcell-boots

- name: centos-7-stemcell-3421
disable_manual_trigger: true
serial: true
plan:
- aggregate:
- get: stemcell
resource: centos-stemcell-3421
trigger: true
version: every
params:
preserve_filename: true
- *get-cpi-src
- *get-bosh-cli
- *get-cpi-release
- *create-light-stemcell
- *upload-centos-raw-stemcells
- *verify-stemcell-boots

resources:
- name: bosh-cli
type: s3
Expand Down Expand Up @@ -313,6 +356,13 @@ resources:
force_regular: true
version_family: "3363"

- name: ubuntu-stemcell-3421
type: bosh-io-stemcell
source:
name: bosh-google-kvm-ubuntu-trusty-go_agent
force_regular: true
version_family: "3421"

- name: ubuntu-stemcell-alpha
type: s3
source:
Expand Down Expand Up @@ -354,6 +404,13 @@ resources:
force_regular: true
version_family: "3363"

- name: centos-stemcell-3421
type: bosh-io-stemcell
source:
name: bosh-google-kvm-centos-7-go_agent
force_regular: true
version_family: "3421"

- name: bosh-ubuntu-raw-stemcells
type: gcs-resource
source:
Expand Down
5 changes: 4 additions & 1 deletion ci/stemcell/light/tasks/build-light-stemcell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
platform: linux

image: docker:///bosh/os-image-stemcell-builder
image_resource:
type: docker-image
source:
repository: bosh/os-image-stemcell-builder

inputs:
- name: bosh-cpi-src
Expand Down

0 comments on commit 0553a68

Please sign in to comment.