diff --git a/v0/pipeline.json b/v0/pipeline.json index 1f93a13a2..56a8423ea 100644 --- a/v0/pipeline.json +++ b/v0/pipeline.json @@ -29198,6 +29198,11 @@ }, { "type" : "string" } ] + }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] } } } ], @@ -29245,6 +29250,11 @@ "type" : "string" } ] }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] + }, "description" : { "desc" : "This is the description for RestoreCacheGCSStepInfo" } @@ -29387,6 +29397,11 @@ }, { "type" : "string" } ] + }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] } } } ], @@ -29447,6 +29462,11 @@ "type" : "string" } ] }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] + }, "description" : { "desc" : "This is the description for RestoreCacheS3StepInfo" } diff --git a/v0/pipeline/steps/ci/restore-cache-gcsstep-info.yaml b/v0/pipeline/steps/ci/restore-cache-gcsstep-info.yaml index 6bd9b569a..93bf8bd43 100644 --- a/v0/pipeline/steps/ci/restore-cache-gcsstep-info.yaml +++ b/v0/pipeline/steps/ci/restore-cache-gcsstep-info.yaml @@ -35,6 +35,9 @@ allOf: - type: integer format: int32 - type: string + preserveMetadata: + oneOf: + - type: boolean $schema: http://json-schema.org/draft-07/schema# type: object required: @@ -70,5 +73,8 @@ properties: - type: integer format: int32 - type: string + preserveMetadata: + oneOf: + - type: boolean description: desc: This is the description for RestoreCacheGCSStepInfo diff --git a/v0/pipeline/steps/ci/restore-cache-s3-step-info.yaml b/v0/pipeline/steps/ci/restore-cache-s3-step-info.yaml index ac57c2385..9dea227d0 100644 --- a/v0/pipeline/steps/ci/restore-cache-s3-step-info.yaml +++ b/v0/pipeline/steps/ci/restore-cache-s3-step-info.yaml @@ -44,6 +44,9 @@ allOf: - type: integer format: int32 - type: string + preserveMetadata: + oneOf: + - type: boolean $schema: http://json-schema.org/draft-07/schema# type: object required: @@ -88,5 +91,8 @@ properties: - type: integer format: int32 - type: string + preserveMetadata: + oneOf: + - type: boolean description: desc: This is the description for RestoreCacheS3StepInfo diff --git a/v0/template.json b/v0/template.json index 834272700..8bf53db97 100644 --- a/v0/template.json +++ b/v0/template.json @@ -72017,6 +72017,11 @@ }, { "type" : "string" } ] + }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] } } } ], @@ -72064,6 +72069,11 @@ "type" : "string" } ] }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] + }, "description" : { "desc" : "This is the description for RestoreCacheGCSStepInfo" } @@ -72194,6 +72204,11 @@ }, { "type" : "string" } ] + }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] } } } ], @@ -72254,6 +72269,11 @@ "type" : "string" } ] }, + "preserveMetadata" : { + "oneOf" : [ { + "type" : "boolean" + } ] + }, "description" : { "desc" : "This is the description for RestoreCacheS3StepInfo" }