summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment.xml
blob: 89b52bc44cac3ccc964fac016356b2fc48b37868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version='1.0'>
    <upgrade policy='canary'/>
    <test/>
    <staging/>
    <prod global-service-id='qrs'>
        <region active='true'>us-west-1</region>
        <delay hours='3'/>
        <region active='true'>us-central-1</region>
        <delay hours='3' minutes='7' seconds='13'/>
        <region active='true'>us-east-3</region>
    </prod>
</deployment>