Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- in_parallel:
- get: bosh-integration-image
- get: postgres-release
- get: postgres-13-src
trigger: true
- get: postgres-15-src
trigger: true
- get: postgres-16-src
Expand All @@ -43,18 +41,6 @@ jobs:
params:
globs:
- yq_linux_amd64
- task: bump-postgres-13-package
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
image: bosh-integration-image
input_mapping:
postgres-src: postgres-13-src
params:
MAJOR_VERSION: 13
PRIVATE_YML: |
blobstore:
options:
access_key_id: ((postgres-release-blobstore-user.username))
secret_access_key: ((postgres-release-blobstore-user.password))
- task: bump-postgres-15-package
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
image: bosh-integration-image
Expand Down Expand Up @@ -150,8 +136,6 @@ jobs:
version: current-version
params:
BLOBS:
- postgresql-11
- postgresql-13
- postgresql-15
- postgresql-16
- postgresql-17
Expand Down Expand Up @@ -285,13 +269,6 @@ resources:
source:
uri: https://github.com/cloudfoundry/bosh-package-golang-release.git

- name: postgres-13-src
type: http-resource
source:
index: "https://ftp.postgresql.org/pub/source/"
regex: 'href="v(?P<version>13\.[0-9.]+)/"'
uri: "https://ftp.postgresql.org/pub/source/v{version}/postgresql-{version}.tar.gz"

- name: postgres-15-src
type: http-resource
source:
Expand Down
8 changes: 0 additions & 8 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
postgres/postgresql-11.22.tar.gz:
size: 26826810
object_id: d63d6917-f1f1-4170-6990-bd57514e0cac
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
postgres/postgresql-13.23.tar.gz:
size: 28506793
object_id: 8620e81b-1db3-4bfd-4e14-be10d47e2594
sha: sha256:f5eb642f659d59a9a65df08a1364fed8e83db5df116eff17a2f063a02854069b
postgres/postgresql-15.17.tar.gz:
size: 30677569
object_id: 109278cb-c263-4c76-5e27-6a994da6a023
Expand Down
3 changes: 1 addition & 2 deletions jobs/bbr-postgres-db/spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ templates:

packages:
- postgres-common
- postgres-13
- postgres-15
- postgres-16
- postgres-17
Expand Down Expand Up @@ -50,5 +49,5 @@ properties:
default: false
description: "uses singele transaction when restoring databases"
postgres.version:
description: "The database version e.g. 11, 13, 15, 16 or 17"
description: "The database version e.g. 15, 16 or 17"
default: 16
3 changes: 1 addition & 2 deletions jobs/postgres/spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ templates:

packages:
- postgres-common
- postgres-13
- postgres-15
- postgres-16
- postgres-17
Expand All @@ -45,7 +44,7 @@ provides:

properties:
databases.version:
description: "The database version e.g. 11, 13, 15, 16 or 17"
description: "The database version e.g. 15, 16 or 17"
default: 16
databases.port:
description: "The database port"
Expand Down
4 changes: 0 additions & 4 deletions jobs/postgres/templates/used_postgresql_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ postgresql:
minor_version: "16.13"
15:
minor_version: "15.17"
13:
minor_version: "13.23"
11:
minor_version: "11.22"
17:
minor_version: "17.9"
49 changes: 0 additions & 49 deletions packages/postgres-13/packaging

This file was deleted.

4 changes: 0 additions & 4 deletions packages/postgres-13/spec

This file was deleted.