Skip to content

Commit

Permalink
CI: fix task yaml name after bosh updates
Browse files Browse the repository at this point in the history
Signed-off-by: Rajath Agasthya <[email protected]>
  • Loading branch information
aramprice authored and rajathagasthya committed Jan 13, 2025
1 parent 9c208f1 commit 0fb3ba9
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ resources:
password: ((svc-bosh-ecosystem-ghe-personal-access-token))

- name: bosh-agent-docker-image
type: docker-image
type: registry-image
source:
repository: bosh/agent
repository: docker.io/bosh/agent
username: ((docker.username))
password: ((docker.password))

- name: bosh-agent-registry-image
type: registry-image
source:
repository: bosh/agent
repository: docker.io/bosh/agent
username: ((docker.username))
password: ((docker.password))

Expand All @@ -113,6 +113,14 @@ resources:
username: ((docker.username))
password: ((docker.password))

- name: integration-postgres-15-image
type: registry-image
source:
repository: docker.io/bosh/main-postgres-15
tag: main
username: ((docker.username))
password: ((docker.password))

- name: bosh
type: git
source:
Expand Down Expand Up @@ -584,15 +592,16 @@ jobs:
- test-integration
- test-unit-windows
- test-integration-windows
- get: integration-postgres-15-image

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

file: bosh-ci/ci/tasks/test-rake-task.yml
image: integration-postgres-15-image
params:
DB: postgresql
DB_VERSION: 15
DB_TLS: true
RAKE_TASK: "spec:integration"
COVERAGE: false

- name: promote
serial: true
Expand Down

0 comments on commit 0fb3ba9

Please sign in to comment.