Skip to content

Commit

Permalink
Add config-server dependency needed for bosh integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Palermo <joseph.palermo@broadcom.com>
  • Loading branch information
selzoc authored and jpalermo committed Nov 12, 2024
1 parent d548aa8 commit 69fefaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- get: bosh-agent
trigger: true
- get: integration-tests-parallel-runtime
- get: config-server

- task: build-linux-amd64
file: bosh-cli/ci/tasks/build-linux-amd64.yml
Expand Down Expand Up @@ -397,6 +398,13 @@ resources:
paths:
- "ci/docker"

- name: config-server
type: git
source:
uri: git@github.com:cloudfoundry/config-server.git
branch: develop
private_key: ((github_deploy_key_config-server.private_key))

- name: bosh-warden-stemcell-xenial
type: bosh-io-stemcell
source:
Expand Down

0 comments on commit 69fefaa

Please sign in to comment.