Skip to content

Commit

Permalink
CONFIG: MSF-25417 Allow LCM build pipeline push image to lcm-bricks-n…
Browse files Browse the repository at this point in the history
…extversion path
  • Loading branch information
hung-nguyen-hoang committed Jul 21, 2023
1 parent 7cca75b commit fe5da32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gdc-ii-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@ microservices:
lcm-bricks:
docker:
dockerfile: './Dockerfile'
# specifies whether promote image to M3 image tag when release LCM
promoteImage: false
# specifies whether run register pipeline components for the image when promote image
registerPipelineComponentsWhenPromote: false
# specifies whether run register pipeline components for the image when build pipeline for pull requests
registerPipelineComponentsWhenPullRequest: true
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'
lcm-bricks-nextversion:
docker:
dockerfile: './Dockerfile'
# specifies whether promote image to M3 image tag when release LCM
promoteImage: true
# specifies whether run register pipeline components for the image when promote image
registerPipelineComponentsWhenPromote: false
# specifies whether run register pipeline components for the image when build pipeline for pull requests
registerPipelineComponentsWhenPullRequest: false
argumentsFromFiles:
BRICKS_VERSION: 'VERSION'

Expand Down

0 comments on commit fe5da32

Please sign in to comment.