Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cloudfoundry/bosh into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Nov 21, 2024
2 parents baa12b3 + 59effe1 commit c8ddc60
Show file tree
Hide file tree
Showing 279 changed files with 2,920 additions and 9,517 deletions.
74 changes: 0 additions & 74 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ groups:
- unit-release
- unit-director-sqlite
- unit-director-mysql-8
- unit-director-postgres-10
- unit-director-postgres-13
- unit-director-postgres-15
- run-bundle-audit
Expand Down Expand Up @@ -42,7 +41,6 @@ groups:

- name: ci-images
jobs:
- build-main-postgres-10
- build-main-postgres-13
- build-main-postgres-15
- build-main-mysql-8-0
Expand All @@ -66,7 +64,6 @@ jobs:
- unit-release
- unit-director-sqlite
- unit-director-mysql-8
- unit-director-postgres-10
- unit-director-postgres-13
- unit-director-postgres-15
- run-bundle-audit
Expand Down Expand Up @@ -209,27 +206,6 @@ jobs:
DB: mysql
RAKE_TASK: spec:unit:director

- name: unit-director-postgres-10
public: true
serial: true
serial_groups: [unit-director-postgres-10]
build_logs_to_retain: 250
plan:
- in_parallel:
- get: bosh-ci
- get: bosh
passed: [gate]
trigger: true
- get: integration-postgres-10-image
- task: test-rake-task
timeout: 2h
privileged: true
file: bosh-ci/ci/tasks/test-rake-task.yml
image: integration-postgres-10-image
params:
DB: postgresql
RAKE_TASK: spec:unit:director

- name: unit-director-postgres-13
public: true
serial: true
Expand Down Expand Up @@ -400,7 +376,6 @@ jobs:
- unit-release
- unit-director-sqlite
- unit-director-mysql-8
- unit-director-postgres-10
- unit-director-postgres-13
- unit-director-postgres-15
- integration-mysql
Expand Down Expand Up @@ -1028,24 +1003,6 @@ jobs:
get_params:
skip_download: true

- name: build-main-postgres-10
public: true
serial: true
plan:
- get: bosh-ci-dockerfiles
- get: integration-image
trigger: true
passed: [build-integration]
- put: integration-postgres-10-image
params:
tag_as_latest: true
build: "bosh-ci-dockerfiles/ci/dockerfiles/main-postgres"
build_args:
DB_VERSION: "10"
BRANCH: ((branch_name))
get_params:
skip_download: true

- name: build-main-postgres-13
public: true
serial: true
Expand Down Expand Up @@ -1215,8 +1172,6 @@ jobs:
trigger: true
- get: mariadb-connector-c-resource
trigger: true
- get: postgres-10-src
trigger: true
- get: postgres-13-src
trigger: true
- get: postgres-15-src
Expand Down Expand Up @@ -1264,20 +1219,6 @@ jobs:
options:
credentials_source: static
json_key: '((bosh_release_blobs_gcp_credentials_json))'
- task: bump-postgres-10-package
file: bosh-ci/ci/tasks/bump-postgres-packages.yml
input_mapping:
bosh: bosh-out
postgres-src: postgres-10-src
output_mapping:
bosh: bosh-out
params:
MAJOR_VERSION: 10
PRIVATE_YML: |
blobstore:
options:
credentials_source: static
json_key: '((bosh_release_blobs_gcp_credentials_json))'
- task: bump-postgres-13-package
file: bosh-ci/ci/tasks/bump-postgres-packages.yml
input_mapping:
Expand Down Expand Up @@ -1465,13 +1406,6 @@ resources:
regex: '>(?P<version>3\.\d+.\d+)</a></td><td>\d{4}-\d{2}-\d{2}</td><td>Stable'
uri: "https://ftp.osuosl.org/pub/mariadb/connector-c-{version}/mariadb-connector-c-{version}-src.tar.gz"

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

- name: postgres-13-src
type: http-resource
source:
Expand Down Expand Up @@ -1727,14 +1661,6 @@ resources:
username: ((dockerhub_username))
password: ((dockerhub_password))

- name: integration-postgres-10-image
type: docker-image
source:
repository: bosh/main-postgres-10
tag: ((branch_name))
username: ((dockerhub_username))
password: ((dockerhub_password))

- name: integration-postgres-13-image
type: docker-image
source:
Expand Down
3 changes: 2 additions & 1 deletion jobs/director/templates/worker_ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ PIDFILE=$RUN_DIR/worker_$INDEX.pid
RUNAS=vcap

# Postgres
PATH=/var/vcap/packages/postgres-10/bin:$PATH
POSTGRES_PACKAGE="postgres-13"
PATH=/var/vcap/packages/${POSTGRES_PACKAGE}/bin:$PATH
LD_LIBRARY_PATH=/var/vcap/packages/libpq/lib:$LD_LIBRARY_PATH

# MySQL
Expand Down
5 changes: 0 additions & 5 deletions jobs/postgres-10/monit

This file was deleted.

34 changes: 0 additions & 34 deletions jobs/postgres-10/spec

This file was deleted.

1 change: 0 additions & 1 deletion jobs/postgres-10/spec.yml

This file was deleted.

19 changes: 0 additions & 19 deletions jobs/postgres-10/templates/bpm.yml

This file was deleted.

37 changes: 0 additions & 37 deletions jobs/postgres-10/templates/create-database.erb

This file was deleted.

25 changes: 0 additions & 25 deletions jobs/postgres-10/templates/postgres.erb

This file was deleted.

18 changes: 0 additions & 18 deletions jobs/postgres-10/templates/postgresql.conf.erb

This file was deleted.

Loading

0 comments on commit c8ddc60

Please sign in to comment.