Skip to content

Commit

Permalink
Update bosh integration tests inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
selzoc committed Nov 21, 2024
1 parent 5d47a92 commit 432bebc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,18 @@ resources:
username: ((docker.username))
password: ((docker.password))

- name: bosh-src
- name: bosh
type: git
source:
uri: https://github.com/cloudfoundry/bosh.git

- name: bosh-ci
type: git
source:
uri: https://github.com/cloudfoundry/bosh.git
paths:
- ci

- name: golang-release
type: git
source:
Expand Down Expand Up @@ -541,7 +548,8 @@ jobs:
serial: true
plan:
- in_parallel:
- get: bosh-src
- get: bosh
- get: bosh-ci
- get: config-server
- get: bosh-cli
params:
Expand All @@ -564,7 +572,8 @@ jobs:

- task: tests
privileged: true
file: bosh-src/ci/tasks/test-integration.yml
file: bosh/ci/tasks/test-integration.yml

params:
DB: postgresql
DB_VERSION: 15
Expand Down

0 comments on commit 432bebc

Please sign in to comment.