Skip to content

Commit

Permalink
add task to bump golang depb (src/brats/)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Upton <brian.upton@broadcom.com>
  • Loading branch information
aramprice authored and ystros committed Sep 3, 2024
1 parent bff12bc commit 4bb8c86
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ groups:
jobs:
- gate
- bump-deps
- bump-golang-deps
- bump-packages
- unit
- unit-mysql
Expand Down Expand Up @@ -892,6 +893,31 @@ jobs:
repository: bosh-src-out
rebase: true

- name: bump-golang-deps
public: true
plan:
- get: weekly
trigger: true
- get: bosh-src
- get: golang-release
- get: integration-image
- task: bump-deps
file: golang-release/ci/tasks/shared/bump-deps.yml
input_mapping:
input_repo: bosh-src
output_mapping:
output_repo: bosh-src-out
params:
SOURCE_PATH: bosh-src/src/brats/
- task: lint-brats
input_mapping:
bosh-src: bosh-src-out
file: bosh-src/ci/tasks/lint-brats.yml
# TODO: uncomment after verifying that this task does what we expect
# - put: bosh-src
# params:
# repository: bosh-src-out

- name: bump-packages
serial: true
plan:
Expand Down Expand Up @@ -1372,6 +1398,12 @@ resources:
branch: main
uri: https://github.com/cloudfoundry/bosh-package-nginx-release.git

- name: golang-release
type: git
source:
uri: https://github.com/cloudfoundry/bosh-package-golang-release.git
branch: main

- name: ruby-release
type: git
source:
Expand Down

0 comments on commit 4bb8c86

Please sign in to comment.