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.

329 lines
8.5 KiB

  1. ;
  2. ; lab01_n.usa.ini
  3. ;
  4. ; This file defines many of the optional settings used by a VBL or different
  5. ; language build process, centralizing them in one place.
  6. ;
  7. ; You may add new fields as appropriate, with comments clearly stating the
  8. ; purpose and valid entries the field may contain, and preferrably and example.
  9. ;
  10. ; Finally, please call the script GetIniSetting.cmd to retrieve data from this
  11. ; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data
  12. ; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub
  13. ; will return the field's value or undef if not found.
  14. ;
  15. ;
  16. ;
  17. ;
  18. ; --- BEGIN SETTINGS --
  19. ;
  20. ;
  21. ;
  22. ; ReleaseServers::<archtype>
  23. ;
  24. ; Purpose: The ReleaseServers field is used to determine what machines to
  25. ; propagate builds to through release.pl. The <archtype> may be any
  26. ; valid architecture and debug type. If no field is given for a given
  27. ; archtype, no builds are propagated for that build type.
  28. ;
  29. ; Example: ReleaseServers::IA64FRE=2kbldx1 2kbldx3 ntrelic2 2kbldx8
  30. ;
  31. ; ReleaseServers::X86FRE=MIKECARL3
  32. ; ReleaseServers::X86CHK=MIKECARL3
  33. ; ReleaseServers::IA64FRE=MIKECARL3
  34. ; ReleaseServers::IA64CHK=MIKECARL3
  35. ;
  36. ;
  37. ;
  38. ;
  39. ;
  40. ; BuildMachines::<archtype>
  41. ;
  42. ; Purpose: Deletebuild needs to know what the build machines are.
  43. ;
  44. ; Example: BuildsMachines::IA64FRE=IA64FRE
  45. ;
  46. BuildMachines::X86FRE=ROBSVBL1
  47. BuildMachines::X86CHK=ROBSVBL2
  48. BuildMachines::IA64FRE=ROBSVBL3
  49. BuildMachines::IA64CHK=ROBSVBL4
  50. ;
  51. ;
  52. ;
  53. ;
  54. ;
  55. ; ConglomerationServers
  56. ;
  57. ; Purpose: Both the DDK and Symbols CDs require a conglomeration to a single
  58. ; machine from all four archtypes. This field will determine what
  59. ; machines are to be used in this way. If the field is not defined,
  60. ; the first machine for the current branch from BuildMachines.txt
  61. ; is used.
  62. ;
  63. ; Example: 2kbldx8 ntburnlab8
  64. ;
  65. ; ConglomerationServers=MIKECARL3
  66. ;
  67. ;
  68. ;
  69. ;
  70. ;
  71. ; DFSRootName
  72. ;
  73. ; Purpose: The DFSRootName field is used when raising builds via a DFS to a
  74. ; specific build quality using raiseall.pl. If this field is not
  75. ; defined, no raising will be performed.
  76. ;
  77. ; Example: DFSRootName=\\ntdev\release
  78. ;
  79. ; DFSRootName=\\mikecarl3\fauxrel
  80. ;
  81. ;
  82. ;
  83. ;
  84. ;
  85. ; EnumeratedDFSServers
  86. ;
  87. ; Purpose: This field enumerates the actual DFS servers in a domain-based DFS
  88. ; environment. This is used by raiseall.pl to write quality files
  89. ; to the DFS directory structure through a "writer$" share on the
  90. ; enumerated machines. If this field is not defined, the DFS is
  91. ; assumed to be non-domain-based, and the writer$ share will be used
  92. ; against the DFSRootName defined above.
  93. ;
  94. ; Example: EnumeratedDFSServers=winbuilds winbuilds2 winbuilds3
  95. ;
  96. ; EnumeratedDFSServers=winbuilds winbuilds2 winbuilds3
  97. ;
  98. ;
  99. ;
  100. ;
  101. ;
  102. ; SymFarm
  103. ;
  104. ; Purpose: The SymFarm field is used as a central location for all platforms
  105. ; to store symbols for indexing and archiving. This is done primarily
  106. ; through indexsym.pm and symcopy.cmd. If no symbols farm is given,
  107. ; symbols will remain archived on the build machines.
  108. ;
  109. ; Example: SymFarm=\\symsrv\symfarm
  110. ;
  111. ;
  112. ;
  113. ; SymIndexServer
  114. ;
  115. ; Purpose: This field denotes the machine which holds the indexing
  116. ; information from a build's symbols. If this field is not defined,
  117. ; symbols are not indexed. This machine share is used in symindex.pm.
  118. ;
  119. ; Example: SymIndexServer=\\symbols\build$
  120. ;
  121. SymIndexServer=\\symbols\build$
  122. ;
  123. ;
  124. ;
  125. ;
  126. ;
  127. ; DFSSemaphore
  128. ;
  129. ; Purpose: If DFSRoot is defined, all raising commands will check this
  130. ; share for a semaphore. If the semaphore is present, the current
  131. ; DFS command will block execution until it can obtain the
  132. ; semaphore.
  133. ;
  134. ; Example: DFSSemaphore=\\ntrelic2\semaphore
  135. ;
  136. ; DFSSemaphore=\\MIKECARL3\semaphore
  137. ;
  138. ;
  139. ;
  140. ;
  141. ;
  142. ; BootTestMachines::<archtype>::<sku>
  143. ;
  144. ; Purpose: The machines listed in these fields will be used as boot test
  145. ; machines during the postbuild process. The machines must have
  146. ; specific settings for safe builds and startup items -- see
  147. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  148. ; must be the name of the safe build. If no field is specified for a
  149. ; given archtype and sku, no boot test is run.
  150. ;
  151. ; Example: BootTestMachines::X86FRE::per
  152. ;
  153. ; BootTestMachines::X86FRE::ads=MIKECARL2
  154. ;
  155. ;
  156. ;
  157. ;
  158. ; BuildMachines::<archtype>
  159. ;
  160. ; Purpose: This lists the build machines for each architecture type.
  161. ;
  162. ; Example: BuildMachines::X86FRE=mikecarl2
  163. ;
  164. BuildMachines::X86FRE=ROBSVBL1
  165. BuildMachines::X86CHK=ROBSVBL2
  166. BuildMachines::IA64FRE=ROBSVBL3
  167. BuildMachines::IA64CHK=ROBSVBL4
  168. ;
  169. ;
  170. ; BuildMachineFreeSpace::<machine name>
  171. ;
  172. ; Purpose: This field determines how many gigabytes are required to be free on
  173. ; your build machines after postbuild has completed.
  174. ;
  175. ; Example: BuildMachineFreeSpace::ROBSVBL1=10
  176. ;
  177. BuildMachineFreeSpace::ROBSVBL1=10
  178. BuildMachineFreeSpace::ROBSVBL2=10
  179. BuildMachineFreeSpace::ROBSVBL3=10
  180. BuildMachineFreeSpace::ROBSVBL4=10
  181. ;
  182. ;
  183. ;
  184. ;
  185. ;
  186. ; BuildsToKeep::<machine name>
  187. ;
  188. ; Purpose: This field determines how many full builds to keep no matter what.
  189. ;
  190. ; Example: BuildsToKeep::ROBSVBL1=6
  191. ;
  192. BuildMachineBuildsToKeep::ROBSVBL1=4
  193. BuildMachineBuildsToKeep::ROBSVBL2=3
  194. BuildMachineBuildsToKeep::ROBSVBL3=4
  195. BuildMachineBuildsToKeep::ROBSVBL4=4
  196. ;
  197. ;
  198. ;
  199. ;
  200. ;
  201. ; ReleaseServerFreeSpace::<archtype>
  202. ;
  203. ; Purpose: This field determines how many gigabytes are required to be free on
  204. ; a given release server during propagation.
  205. ;
  206. ; Example: ReleaseServerFreeSpace::X86FRE=10
  207. ;
  208. ; ReleaseServerFreeSpace::X86FRE=10
  209. ; ReleaseServerFreeSpace::X86CHK=10
  210. ; ReleaseServerFreeSpace::IA64FRE=10
  211. ; ReleaseServerFreeSpace::IA64CHK=10
  212. ;
  213. ;
  214. ; ReleaseDrive
  215. ;
  216. ; Purpose: define release drive for each release server
  217. ;
  218. ; Example: ReleaseDrive::INTBLDS10=D
  219. ;
  220. ;ReleaseDrive::MIKECARL3=D
  221. ;
  222. ;
  223. ; AutoRaise::<archtype>
  224. ;
  225. ; Purpose: This field determines whether the given archtype will automatically
  226. ; raise via DFS before boot tests are complete. THIS SHOULD BE USED
  227. ; ONLY BY THE MAIN BUILD LAB AT THIS TIME.
  228. ;
  229. ; Example: AutoRaise::IA64FRE=true
  230. ;
  231. ; AutoRaise::IA64FRE=true
  232. ; AutoRaise::IA64CHK=true
  233. ;
  234. ;
  235. ;
  236. ;
  237. ;
  238. ; PrimaryReleaseServer
  239. ;
  240. ; Purpose: If only one release server is to be raised via DFS, this field will
  241. ; denote which server will be chosen. If this field is not set, there
  242. ; is no restriction to the number of servers that will be raised.
  243. ;
  244. ; Example: PrimaryReleaseServer=2kbldx8
  245. ;
  246. ; PrimaryReleaseServer=MIKECARL3
  247. ;
  248. ;
  249. ;
  250. ;
  251. ;
  252. ; SecondaryReleaseServer
  253. ;
  254. ; Purpose: If a primary release server is selected, and has a small storage
  255. ; capacity, when builds are lowered from the primary through DFS the
  256. ; secondary release server will be raised if the lowered build is
  257. ; still present on the secondary. If no primary release server is
  258. ; given, this field has no meaning.
  259. ;
  260. ; Example: SecondaryReleaseServer=ntrelic2
  261. ;
  262. ; SecondaryReleaseServer=ntrelic2
  263. ;
  264. ;
  265. ;
  266. ;
  267. ;
  268. ;
  269. ; AlternateReleaseDir
  270. ;
  271. ; Purpose: If two branches are releasing on the same machine and you need to
  272. ; use different release locations on the build machine, set this
  273. ; parameter to the share name on the machine.
  274. ;
  275. ; Example: AlternateReleaseDir=idxrelease
  276. ;
  277. ; AlternateReleaseDir=idxrelease
  278. ;
  279. ;
  280. ;
  281. ;
  282. ;
  283. ; AlternateReleaseBranch
  284. ;
  285. ; Purpose: If you propagate builds from this branch but want them to show up
  286. ; on release servers as another branch name, set this parameter to
  287. ; the name you want to see. For instance, if idx01 releases are to
  288. ; be named "main" releases, they will show up as 2250.main.x86fre.xxxx
  289. ;
  290. ; Example: AlternateReleaseBranch=main
  291. ;
  292. ; AlternateReleaseBranch=main
  293. ;
  294. ;
  295. ;
  296. ;
  297. ;
  298. ; CreateHiddenBuilds
  299. ;
  300. ; Purpose: If you want your build machine to hide builds before releasing them
  301. ; (to prevent premature downloads etc) set this flag.
  302. ;
  303. ; Example: CreateHiddenBuilds=TRUE
  304. ;
  305. ; CreateHiddenBuilds=TRUE
  306. ;
  307. ;
  308. ;
  309. ;
  310. ;
  311. ; BVTMembers
  312. ;
  313. ; Purpose: If you raise through DFS and wish to set permissions on BVT shares
  314. ; to a select group of people, set their accounts here.
  315. ;
  316. ; Example: BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest
  317. ;
  318. ; BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest ntdev\mikecarl
  319. ;
  320. ;
  321. ;
  322. ; ReleaseAccess is the list of users or groups to be granted read access to release shares.
  323. ; BuildMachineReleaseAccess can be used to override ReleaseAccess if you want / need to have
  324. ; different access to the release shares on your build machines.
  325. ;
  326. ; Example: ReleaseAccess=Domain\User
  327. ;
  328. BuildMachineReleaseAccess=ntdev\ro_sd ntdev\rw_sd redmond\sd_dev redmond\sd_ro redmond\gregste ntdev\perfuser