Skip to content

Commit

Permalink
Use bionic stemcells for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gbandres98 committed Jul 12, 2021
1 parent 77ef638 commit f7eb419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ci/dockerfiles/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
libpython-dev \
python3-distutils \
ruby \
netcat-openbsd \
&& \
apt-get clean

Expand Down Expand Up @@ -92,5 +93,8 @@ RUN pip install -U awscli
# Install ginkgo
RUN go get -u github.com/onsi/ginkgo/ginkgo

# Install packr2
RUN go get -u github.com/gobuffalo/packr/v2/packr2

RUN chown -R testuser:testuser /usr/local/go/pkg
RUN chown -R testuser:testuser /go
8 changes: 4 additions & 4 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ resource_types:
repository: cloudfoundry/bosh-deployment-resource

resources:
- name: ubuntu-xenial-stemcell-gcp
- name: ubuntu-bionic-stemcell-gcp
type: bosh-io-stemcell
source:
name: bosh-google-kvm-ubuntu-xenial-go_agent
name: bosh-google-kvm-ubuntu-bionic-go_agent

# - name: ubuntu-xenial-stemcell-aws
# type: bosh-io-stemcell
Expand Down Expand Up @@ -912,7 +912,7 @@ jobs:
- bbl-downstream-docker-image-bump-deployments
- get: bbl-ci
resource: bosh-bootloader
- get: ubuntu-xenial-stemcell-gcp
- get: ubuntu-bionic-stemcell-gcp
- get: concourse-smoke-tests
- get: version
resource: version-bump-deployments
Expand Down Expand Up @@ -974,7 +974,7 @@ jobs:
source_file: source-file/bosh-source.json
manifest: concourse-deployment/cluster/concourse.yml
stemcells:
- ubuntu-xenial-stemcell-gcp/stemcell.tgz
- ubuntu-bionic-stemcell-gcp/stemcell.tgz
vars_files:
- concourse-deployment/versions.yml
- concourse-vars/vars.yml
Expand Down

0 comments on commit f7eb419

Please sign in to comment.