summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-03-11 09:12:08 +0100
committerGitHub <noreply@github.com>2019-03-11 09:12:08 +0100
commit85903430ed0e23ad251b82a9afad1fc6ed5ee2ef (patch)
treec887a478572106f431e615b5dcb004c1f5019777 /config-model
parentd3a6934b2fae1c7f04d7bd13e9c6a18b31098ede (diff)
parentdb304bdea9ad861d433d9bb500c068d1bf5d7dc0 (diff)
Merge pull request #8720 from vespa-engine/jvenstad/configurable-tester-flavours
Jvenstad/configurable tester flavours
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index b2c3dcf7b5a..15a4e70e33f 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -40,24 +40,27 @@ Email = element email {
Test = element test {
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
text
}
Staging = element staging {
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
text
}
Prod = element prod {
attribute global-service-id { text }? &
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
Region* &
Delay* &
Parallel*
}
Region = element region {
- attribute active { xsd:boolean },
+ attribute active { xsd:boolean } &
text
}