summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/invalid_parallel_deployment_xml/deployment.xml
blob: 2f6e9b7a1a656cd4b3ac962979ccb227b7e2ffd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version="1.0">
  <test/>
  <staging/>
  <prod global-service-id="query">
    <parallel>
      <region active="true">us-east-3</region>
      <delay hours="1"/>
      <region active="true">us-west-1</region>
    </parallel>
  </prod>
</deployment>