aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/invalid_parallel_deployment_xml/deployment.xml
blob: 24e1ec69507437e1fb7742a517f3a66c5bd7eead (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version="1.0">
  <test/>
  <staging/>
  <prod>
    <parallel>
      <instance id="hello" />
    </parallel>
  </prod>
</deployment>