Skip to content

Commit

Permalink
update postgresql db v to pass smoke tests (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim-G authored Aug 28, 2023
1 parent 5c136d2 commit 099c493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
CF_SPACE: ((development-cf-space))
SERVICE_PLAN: micro-psql
DB_TYPE: postgres
DB_VERSION: 11
DB_VERSION: 14

- task: smoke-tests-postgres-update-storage
file: aws-broker-app/ci/run-smoke-tests-update-storage.yml
Expand Down Expand Up @@ -655,7 +655,7 @@ jobs:
CF_SPACE: ((staging-cf-space))
SERVICE_PLAN: micro-psql
DB_TYPE: postgres
DB_VERSION: 11
DB_VERSION: 14

- task: smoke-tests-postgres-update-micro-to-small
file: aws-broker-app/ci/run-smoke-tests-db-updates.yml
Expand Down Expand Up @@ -1116,7 +1116,7 @@ jobs:
CF_SPACE: ((prod-cf-space))
SERVICE_PLAN: micro-psql
DB_TYPE: postgres
DB_VERSION: 11
DB_VERSION: 14

- task: smoke-tests-postgres-update-micro-to-small
file: aws-broker-app/ci/run-smoke-tests-db-updates.yml
Expand Down

0 comments on commit 099c493

Please sign in to comment.