Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
3.6 KiB

  1. ;BUGBUG This is currently in mainlab.common.usa.ini, but only allows for a single
  2. ;symbol server. I'm putting it here so that we can test our new hardware
  3. SymFarm=\\symsrv1\symfarm
  4. ;
  5. ;
  6. ; ReleaseServers::<archtype>
  7. ;
  8. ; Purpose: The ReleaseServers field is used to determine what machines to
  9. ; propagate builds to through release.pl. The <archtype> may be any
  10. ; valid architecture and debug type. If no field is given for a given
  11. ; archtype, no builds are propagated for that build type.
  12. ;
  13. ; Example: ReleaseServers::IA64FRE=2kbldx1 2kbldx3 ntrelic2 2kbldx8
  14. ;
  15. ReleaseServers::X86FRE=2kbldx1 ntrel01 ntrel03 ntburnlab08
  16. ReleaseServers::X86CHK=ntrel01 ntrel02 ntburnlab08
  17. ReleaseServers::IA64FRE=ntrel01 ntrel02 ntburnlab08
  18. ReleaseServers::IA64CHK=ntrel01 ntrel02 ntburnlab08
  19. ;
  20. ;
  21. ;
  22. ; ConglomerationServers
  23. ;
  24. ; Purpose: Both the DDK and Symbols CDs require a conglomeration to a single
  25. ; machine from all four archtypes. This field will determine what
  26. ; machines are to be used in this way. If the field is not defined,
  27. ; the first machine for the current branch from BuildMachines.txt
  28. ; is used.
  29. ;
  30. ; Example: ConglomerationServers=2kbldx8 ntburnlab08
  31. ;
  32. ConglomerationServers=ntrel01 ntburnlab08
  33. ;
  34. ;
  35. ; BootTestMachines::<archtype>::<sku>
  36. ;
  37. ; Purpose: The machines listed in these fields will be used as boot test
  38. ; machines during the postbuild process. The machines must have
  39. ; specific settings for safe builds and startup items -- see
  40. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  41. ; must be the name of the safe build. If no field is specified for a
  42. ; given archtype and sku, no boot test is run.
  43. ;
  44. ; Example: BootTestMachines::X86FRE::per
  45. ;
  46. BootTestMachines::X86FRE::pro=x86boot1safe
  47. BootTestMachines::X86CHK::pro=x86boot2safe
  48. BootTestMachines::IA64FRE::pro=ia64boot1safe
  49. BootTestMachines::IA64CHK::pro=ia64boot2safe
  50. ;
  51. ;
  52. ; BuildMachines::<archtype>
  53. ;
  54. ; Purpose: Deletebuild needs to know what the build machines are.
  55. ;
  56. ; Example: BuildsMachines::IA64FRE=IA64FREBLD
  57. ;
  58. BuildMachines::X86FRE=X86FRE00
  59. BuildMachines::X86CHK=X86CHK00
  60. BuildMachines::IA64FRE=I64FRE00
  61. BuildMachines::IA64CHK=I64CHK00
  62. ;
  63. ;
  64. ; AutoRaise::<archtype>
  65. ;
  66. ; Purpose: This field determines whether the given archtype will automatically
  67. ; raise when boot tests complete. THIS SHOULD BE USED
  68. ; ONLY BY THE MAIN BUILD LAB AT THIS TIME.
  69. ;
  70. ; Example: AutoRaise::IA64FRE=true
  71. ;
  72. ;BUGBUG - Put back to true when we go live
  73. AutoRaise::IA64FRE=true
  74. AutoRaise::IA64CHK=true
  75. AutoRaise::X86FRE=true
  76. AutoRaise::x86CHK=true
  77. ;
  78. ;
  79. ; AlternateReleaseRemote
  80. ;
  81. ; Purpose: If two branches are releasing to the same release server and
  82. ; different branches are needed on the release server for tools
  83. ; sets to be consistent, use this field to designate a remote which
  84. ; lives in the right branch for that propagation.
  85. ;
  86. ; Example: AlternateReleaseRemote=beta1release
  87. ;
  88. AlternateReleaseRemote=xpclientrelease
  89. ;
  90. ;
  91. ; DFSLatestServerSkus
  92. ;
  93. ; Purpose: When raising to latest.* from this branch, skus classified as
  94. ; server should be taken from this branch
  95. ;
  96. ; Example: DfsLatestServerSkus=1
  97. ;
  98. ;DFSLatestServerSkus=1
  99. ;
  100. ;
  101. ; DFSLatestClientSkus
  102. ;
  103. ; Purpose: When raising to latest.* from this branch, skus classified as
  104. ; client should be taken from this branch
  105. ;
  106. ; Example: DfsLatestClientSkus=1
  107. ;
  108. DFSLatestClientSkus=1
  109. ;
  110. ;
  111. ; DFSAlternateBranchName
  112. ;
  113. ; Purpose: Specifies the location off of DFSRootName for DFS links. If this
  114. ; field is not specified, the branch name is used.
  115. ;
  116. ; Example: DFSAlternateBranchName=client
  117. ;
  118. DFSAlternateBranchName=main
  119. ;
  120. ;
  121. #include mainlab.usa.common.ini