Skip to content

Commit a4ed258

Browse files
Merge pull request #2058 from gooddata/GRIF-510
GRIF-510: Rollout allow configure increase parallel processing for each step on LCM Rollout Brick for old image
2 parents 489773f + 69bc7c7 commit a4ed258

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gdc-ii-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ microservices:
44
dockerfile: './DockerfileOldImage'
55
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
66
# image when promoteImage configure false
7-
promoteImage: false
7+
promoteImage: true
88
# specifies whether run register pipeline components for the image when promote image. Default always run register
99
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10-
registerPipelineComponentsWhenPromote: false
10+
registerPipelineComponentsWhenPromote: true
1111
argumentsFromFiles:
1212
BRICKS_VERSION: 'VERSION'
1313
lcm-bricks-nextversion:
1414
docker:
1515
dockerfile: './Dockerfile'
1616
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
1717
# image when promoteImage configure false
18-
promoteImage: true
18+
promoteImage: false
1919
# specifies whether run register pipeline components for the image when promote image. Default always run register
2020
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
2121
registerPipelineComponentsWhenPromote: false

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.100
1+
3.7.101

0 commit comments

Comments
 (0)