aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment.xml
blob: 15f8c969f04ceb49997a4e2522659561a8a376bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version='1.0' major-version='6' athenz-domain='vespa' athenz-service='service'>
    <upgrade policy='canary'/>
    <test/>
    <staging/>
    <block-change revision='true' version='false' days="mon,tue" hours="14,15"/>
    <block-change days="mon,tue" hours="14,15" time-zone="CET"/>
    <block-upgrade days="wed" hours="16" time-zone="CET"/><!-- Tests legacy name. Remove in Vespa 7 -->
    <prod global-service-id='qrs' athenz-service='other-service'>
        <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>
        <parallel>
            <region active='true'>us-north-1</region>
            <region active='true'>us-south-1</region>
        </parallel>
        <parallel>
            <region active='true'>us-north-2</region>
            <region active='true'>us-south-2</region>
        </parallel>
    </prod>
</deployment>