Skip to content

Commit

Permalink
Only publish internally to rmt
Browse files Browse the repository at this point in the history
Signed-off-by: Aram Price <[email protected]>
Co-authored-by: Aram Price <[email protected]>
  • Loading branch information
selzoc and aramprice committed Oct 7, 2024
1 parent 83c9328 commit be6c36a
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ groups:
- run-b-drats
- check-for-changes
- publish-to-github
- publish-to-rmt
- publish-dev-internal-to-rmt
- update-homebrew-formula
- name: bump
jobs:
Expand Down Expand Up @@ -1057,7 +1057,8 @@ jobs:
repository: updated-homebrew-tap
rebase: true

- name: publish-to-rmt
- name: publish-dev-internal-to-rmt
old_name: publish-to-rmt
plan:
- in_parallel:
- get: main
Expand Down Expand Up @@ -1116,35 +1117,35 @@ jobs:
OUTPUT_FORMAT: yaml
output_mapping:
release-retrieved: rmt-release-config
- task: make-config-updates-for-ga
image: bosh-ecosystem-registry-image
tags: [ broadcom ]
file: bosh-ecosystem-concourse/tasks/rmt/make-config-updates-for-ga.yml
params:
RMT_CONTACT_EMAIL: *RMT_RELEASE_CONTACT
- task: update-file-ga-status
attempts: 5
image: bosh-ecosystem-registry-image
tags: [ broadcom ]
file: gormt-repo/concourse_examples/tasks/release-file-update.yml
params:
<<: *rmt_params
input_mapping:
release-update-config: rmt-release-file-update-config
- task: update-release-ga-status
attempts: 5
image: bosh-ecosystem-registry-image
tags: [ broadcom ]
file: gormt-repo/concourse_examples/tasks/update-release.yml
params:
<<: *rmt_params
input_mapping:
release-update-config: rmt-release-update-config
- put: gchat-notification
inputs: []
params:
text: |
*BBR CLI*: version `((.:version-number))` has been published to RMT!
#! - task: make-config-updates-for-ga
#! image: bosh-ecosystem-registry-image
#! tags: [ broadcom ]
#! file: bosh-ecosystem-concourse/tasks/rmt/make-config-updates-for-ga.yml
#! params:
#! RMT_CONTACT_EMAIL: *RMT_RELEASE_CONTACT
#! - task: update-file-ga-status
#! attempts: 5
#! image: bosh-ecosystem-registry-image
#! tags: [ broadcom ]
#! file: gormt-repo/concourse_examples/tasks/release-file-update.yml
#! params:
#! <<: *rmt_params
#! input_mapping:
#! release-update-config: rmt-release-file-update-config
#! - task: update-release-ga-status
#! attempts: 5
#! image: bosh-ecosystem-registry-image
#! tags: [ broadcom ]
#! file: gormt-repo/concourse_examples/tasks/update-release.yml
#! params:
#! <<: *rmt_params
#! input_mapping:
#! release-update-config: rmt-release-update-config
#! - put: gchat-notification
#! inputs: []
#! params:
#! text: |
#! *BBR CLI*: version `((.:version-number))` has been published to RMT!


- name: claim-env
Expand Down

0 comments on commit be6c36a

Please sign in to comment.