Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions v0/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -29198,6 +29198,11 @@
}, {
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
}
}
} ],
Expand Down Expand Up @@ -29245,6 +29250,11 @@
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
},
"description" : {
"desc" : "This is the description for RestoreCacheGCSStepInfo"
}
Expand Down Expand Up @@ -29387,6 +29397,11 @@
}, {
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
}
}
} ],
Expand Down Expand Up @@ -29447,6 +29462,11 @@
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
},
"description" : {
"desc" : "This is the description for RestoreCacheS3StepInfo"
}
Expand Down
6 changes: 6 additions & 0 deletions v0/pipeline/steps/ci/restore-cache-gcsstep-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -70,5 +73,8 @@ properties:
- type: integer
format: int32
- type: string
preserveMetadata:
oneOf:
- type: boolean
description:
desc: This is the description for RestoreCacheGCSStepInfo
6 changes: 6 additions & 0 deletions v0/pipeline/steps/ci/restore-cache-s3-step-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -88,5 +91,8 @@ properties:
- type: integer
format: int32
- type: string
preserveMetadata:
oneOf:
- type: boolean
description:
desc: This is the description for RestoreCacheS3StepInfo
20 changes: 20 additions & 0 deletions v0/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -72017,6 +72017,11 @@
}, {
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
}
}
} ],
Expand Down Expand Up @@ -72064,6 +72069,11 @@
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
},
"description" : {
"desc" : "This is the description for RestoreCacheGCSStepInfo"
}
Expand Down Expand Up @@ -72194,6 +72204,11 @@
}, {
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
}
}
} ],
Expand Down Expand Up @@ -72254,6 +72269,11 @@
"type" : "string"
} ]
},
"preserveMetadata" : {
"oneOf" : [ {
"type" : "boolean"
} ]
},
"description" : {
"desc" : "This is the description for RestoreCacheS3StepInfo"
}
Expand Down