Skip to content

Commit

Permalink
[ci] bump bbl-deployment image once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
dlresende authored and rkoster committed Mar 23, 2023
1 parent dfda7bc commit 53ffde1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ groups:
- name: misc
jobs:
- bump-bbl-docs
- bump-bbl-deployment-image
# - bump-brew-tap

resource_types:
Expand All @@ -27,6 +28,18 @@ resource_types:
repository: cloudfoundry/bosh-deployment-resource

resources:
- name: once-a-day
type: time
source:
interval: 24h

- name: cryogenics-bbl-deployment
type: docker-image
source:
repository: cryogenics/bbl-deployment
username: ((dockerhub.username))
password: ((dockerhub.password))

- name: ubuntu-bionic-stemcell-gcp
type: bosh-io-stemcell
source:
Expand Down Expand Up @@ -199,6 +212,16 @@ resources:
uri: https://github.com/cloudfoundry/runtime-ci

jobs:
- name: bump-bbl-deployment-image
plan:
- in_parallel:
- get: bosh-bootloader
- get: once-a-day
trigger: true
- put: cryogenics-bbl-deployment
params:
build: bosh-bootloader/ci/dockerfiles/deployment-8.4.x/

- name: sync-version-bump-deployments
serial: true
public: true
Expand Down

0 comments on commit 53ffde1

Please sign in to comment.