From fbe574e59e77fbd7d4f198295b18f8c155bf52bb Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Wed, 3 Sep 2025 19:58:39 +0700 Subject: [PATCH] config(lcm): Rollout allow configure number of threads using for migration dates for old image --- .gdc-ii-config.yaml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index b3831b6ef..438cb7b1c 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -4,10 +4,10 @@ microservices: dockerfile: './DockerfileOldImage' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: false + promoteImage: true # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false - registerPipelineComponentsWhenPromote: false + registerPipelineComponentsWhenPromote: true argumentsFromFiles: BRICKS_VERSION: 'VERSION' lcm-bricks-nextversion: @@ -15,7 +15,7 @@ microservices: dockerfile: './Dockerfile' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: true + promoteImage: false # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false registerPipelineComponentsWhenPromote: false diff --git a/VERSION b/VERSION index 55430b44b..0ced594d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.96 +3.7.97