Skip to content

Commit

Permalink
Rename CSB-related images
Browse files Browse the repository at this point in the history
Also sort pipeline names alphabetically

Related to cloud-gov/product#3235
  • Loading branch information
jameshochadel committed Jan 7, 2025
1 parent 2c7b78d commit 919dee4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base-image: cloud-service-broker
base-image-tag: "latest"
image-repository: csb
image-repository: cg-csb
oci-build-params:
BUILD_ARG_BUILD_ENV: production
src-repo: cloud-gov/csb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image-repository: csb-docproxy
image-repository: csb-helper
src-repo: cloud-gov/csb
src-branch: brokerpak-topic
oci-build-params:
CONTEXT: "src/docproxy"
CONTEXT: "src/csb-helper"
32 changes: 16 additions & 16 deletions ci/container/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ jobs:
- across:
- var: name # repo, pipeline, and image name; all the same.
values:
- bosh-deployment-resource
- cf-resource
- cg-csb
- concourse-http-jq-resource
- cron-resource
- csb-helper
- external-domain-broker-migrator-testing
- external-domain-broker-testing
- general-task
- s3-simple-resource
- ubuntu-hardened
- slack-notification-resource
- s3-resource
- github-pr-resource
- cf-resource
- playwright-python
- csb
- oci-build-task
- bosh-deployment-resource
- github-release-resource
- pulledpork
- concourse-http-jq-resource
- external-domain-broker-testing
- external-domain-broker-migrator-testing
- legacy-domain-certificate-renewer-testing
- opensearch-testing
- oci-build-task
- opensearch-dashboards-testing
- csb-docproxy
- opensearch-testing
- playwright-python
- pulledpork
- s3-resource
- s3-simple-resource
- slack-notification-resource
- ubuntu-hardened

do:
- set_pipeline: ((.:name))
Expand All @@ -61,11 +61,11 @@ jobs:
- cloud-service-broker
- email-resource
- git-resource
- openresty
- pool-resource
- registry-image-resource
- semver-resource
- time-resource
- openresty
do:
- set_pipeline: ((.:name))
file: src/container/pipeline-external.yml
Expand Down

0 comments on commit 919dee4

Please sign in to comment.