Skip to content

Commit 49c071d

Browse files
authored
Merge pull request #36625 from vespa-engine/arnej/allow-skip
allow "skip" attribute for test/staging elements in deployment.xlm
2 parents ed5ae44 + 5050613 commit 49c071d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config-model/src/main/resources/schema/deployment.rnc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Test = element test {
109109
attribute athenz-service { xsd:string }? &
110110
attribute cloud-account { xsd:string }? &
111111
attribute empty-host-ttl { xsd:string }? &
112+
attribute skip { xsd:string }? &
112113
CloudResourceTags? &
113114
Tester?
114115
}
@@ -117,6 +118,7 @@ Staging = element staging {
117118
attribute athenz-service { xsd:string }? &
118119
attribute cloud-account { xsd:string }? &
119120
attribute empty-host-ttl { xsd:string }? &
121+
attribute skip { xsd:string }? &
120122
CloudResourceTags? &
121123
Tester?
122124
}

0 commit comments

Comments
 (0)