Skip to content

Commit 1022f5a

Browse files
hemanthbsridharHarness
authored andcommitted
feat: [DBOPS-1467]: Updated markNextChangeSetRun to boolean (#634)
* feat: [DBOPS-1467]: Updated markNextChangeSetRun to boolean
1 parent ba5f267 commit 1022f5a

File tree

6 files changed

+28
-64
lines changed

6 files changed

+28
-64
lines changed

v0/pipeline.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20729,11 +20729,8 @@
2072920729
"minLength" : 1
2073020730
} ]
2073120731
},
20732-
"changeSetFailureStrategy" : {
20733-
"oneOf" : [ {
20734-
"type" : "string",
20735-
"enum" : [ "MARK_NEXT_RUN" ]
20736-
} ]
20732+
"markNextChangeSetRun" : {
20733+
"type" : "boolean"
2073720734
},
2073820735
"resources" : {
2073920736
"$ref" : "#/definitions/pipeline/common/ContainerResource"
@@ -20814,11 +20811,8 @@
2081420811
"minLength" : 1
2081520812
} ]
2081620813
},
20817-
"changeSetFailureStrategy" : {
20818-
"oneOf" : [ {
20819-
"type" : "string",
20820-
"enum" : [ "MARK_NEXT_RUN" ]
20821-
} ]
20814+
"markNextChangeSetRun" : {
20815+
"type" : "boolean"
2082220816
},
2082320817
"resources" : {
2082420818
"$ref" : "#/definitions/pipeline/common/ContainerResource"

v0/pipeline/steps/common/dbops-apply-schema-step-info.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ allOf:
4747
- type: string
4848
pattern: ^<\+input>((\.)((executionInput\(\))|(allowedValues|selectOneFrom|default|regex)\(.+?\)))*$
4949
minLength: 1
50-
changeSetFailureStrategy:
51-
oneOf:
52-
- type: string
53-
enum:
54-
- "MARK_NEXT_RUN"
50+
markNextChangeSetRun:
51+
type: boolean
5552
resources:
5653
$ref: ../../common/container-resource.yaml
5754
runAsUser:
@@ -110,11 +107,8 @@ properties:
110107
- type: string
111108
pattern: ^<\+input>((\.)((executionInput\(\))|(allowedValues|selectOneFrom|default|regex)\(.+?\)))*$
112109
minLength: 1
113-
changeSetFailureStrategy:
114-
oneOf:
115-
- type: string
116-
enum:
117-
- "MARK_NEXT_RUN"
110+
markNextChangeSetRun:
111+
type: boolean
118112
resources:
119113
$ref: ../../common/container-resource.yaml
120114
runAsUser:

v0/template.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59369,11 +59369,8 @@
5936959369
"minLength" : 1
5937059370
} ]
5937159371
},
59372-
"changeSetFailureStrategy" : {
59373-
"oneOf" : [ {
59374-
"type" : "string",
59375-
"enum" : [ "MARK_NEXT_RUN" ]
59376-
} ]
59372+
"markNextChangeSetRun" : {
59373+
"type" : "boolean"
5937759374
},
5937859375
"resources" : {
5937959376
"$ref" : "#/definitions/pipeline/common/ContainerResource"
@@ -59454,11 +59451,8 @@
5945459451
"minLength" : 1
5945559452
} ]
5945659453
},
59457-
"changeSetFailureStrategy" : {
59458-
"oneOf" : [ {
59459-
"type" : "string",
59460-
"enum" : [ "MARK_NEXT_RUN" ]
59461-
} ]
59454+
"markNextChangeSetRun" : {
59455+
"type" : "boolean"
5946259456
},
5946359457
"resources" : {
5946459458
"$ref" : "#/definitions/pipeline/common/ContainerResource"

v1/pipeline.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23935,13 +23935,10 @@
2393523935
"pattern" : "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|default|regex)\\(.+?\\)))*$",
2393623936
"minLength" : 1
2393723937
} ]
23938-
}
23939-
},
23940-
"changeSetFailureStrategy" : {
23941-
"oneOf" : [ {
23942-
"type" : "string",
23943-
"enum" : [ "MARK_NEXT_RUN" ]
23944-
} ],
23938+
},
23939+
"markNextChangeSetRun" : {
23940+
"type" : "boolean"
23941+
},
2394523942
"resources" : {
2394623943
"$ref" : "#/definitions/pipeline/common/ContainerResource"
2394723944
},
@@ -24015,11 +24012,8 @@
2401524012
"minLength" : 1
2401624013
} ]
2401724014
},
24018-
"changeSetFailureStrategy" : {
24019-
"oneOf" : [ {
24020-
"type" : "string",
24021-
"enum" : [ "MARK_NEXT_RUN" ]
24022-
} ]
24015+
"markNextChangeSetRun" : {
24016+
"type" : "boolean"
2402324017
},
2402424018
"resources" : {
2402524019
"$ref" : "#/definitions/pipeline/common/ContainerResource"

v1/pipeline/steps/common/dbops-apply-schema-step-info.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ allOf:
4848
- type: string
4949
pattern: ^<\+input>((\.)((executionInput\(\))|(allowedValues|default|regex)\(.+?\)))*$
5050
minLength: 1
51-
changeSetFailureStrategy:
52-
oneOf:
53-
- type: string
54-
enum:
55-
- "MARK_NEXT_RUN"
51+
markNextChangeSetRun:
52+
type: boolean
5653
resources:
5754
$ref: ../../common/container-resource.yaml
5855
runAsUser:
@@ -107,11 +104,8 @@ properties:
107104
- type: string
108105
pattern: ^<\+input>((\.)((executionInput\(\))|(allowedValues|default|regex)\(.+?\)))*$
109106
minLength: 1
110-
changeSetFailureStrategy:
111-
oneOf:
112-
- type: string
113-
enum:
114-
- "MARK_NEXT_RUN"
107+
markNextChangeSetRun:
108+
type: boolean
115109
resources:
116110
$ref: ../../common/container-resource.yaml
117111
runAsUser:

v1/template.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60218,13 +60218,10 @@
6021860218
"pattern" : "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|default|regex)\\(.+?\\)))*$",
6021960219
"minLength" : 1
6022060220
} ]
60221-
}
60222-
},
60223-
"changeSetFailureStrategy" : {
60224-
"oneOf" : [ {
60225-
"type" : "string",
60226-
"enum" : [ "MARK_NEXT_RUN" ]
60227-
} ],
60221+
},
60222+
"markNextChangeSetRun" : {
60223+
"type" : "boolean"
60224+
},
6022860225
"resources" : {
6022960226
"$ref" : "#/definitions/pipeline/common/ContainerResource"
6023060227
},
@@ -60298,11 +60295,8 @@
6029860295
"minLength" : 1
6029960296
} ]
6030060297
},
60301-
"changeSetFailureStrategy" : {
60302-
"oneOf" : [ {
60303-
"type" : "string",
60304-
"enum" : [ "MARK_NEXT_RUN" ]
60305-
} ]
60298+
"markNextChangeSetRun" : {
60299+
"type" : "boolean"
6030660300
},
6030760301
"resources" : {
6030860302
"$ref" : "#/definitions/pipeline/common/ContainerResource"

0 commit comments

Comments
 (0)