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.

342 lines
8.6 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. ; BuildMachines::<archtype>
  40. ;
  41. ; Purpose: Deletebuild needs to know what the build machines are.
  42. ;
  43. ; Example: BuildsMachines::IA64FRE=IA64FRE
  44. ;
  45. BuildMachines::X86FRE=DESKVBL02
  46. BuildMachines::X86CHK=DESKVBL01
  47. BuildMachines::IA64FRE=DESKVBL03
  48. BuildMachines::IA64CHK=DESKVBL04
  49. ;
  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. ;
  114. ; SymIndexServer
  115. ;
  116. ; Purpose: This field denotes the machine which holds the indexing
  117. ; information from a build's symbols. If this field is not defined,
  118. ; symbols are not indexed. This machine share is used in symindex.pm.
  119. ;
  120. ; Example: SymIndexServer=\\symbols\build$
  121. ;
  122. SymIndexServer=\\symbols\build$
  123. ;
  124. ;
  125. ;
  126. ;
  127. ;
  128. ; DFSSemaphore
  129. ;
  130. ; Purpose: If DFSRoot is defined, all raising commands will check this
  131. ; share for a semaphore. If the semaphore is present, the current
  132. ; DFS command will block execution until it can obtain the
  133. ; semaphore.
  134. ;
  135. ; Example: DFSSemaphore=\\ntrelic2\semaphore
  136. ;
  137. ; DFSSemaphore=\\MIKECARL3\semaphore
  138. ;
  139. ;
  140. ;
  141. ;
  142. ;
  143. ; BootTestMachines::<archtype>::<sku>
  144. ;
  145. ; Purpose: The machines listed in these fields will be used as boot test
  146. ; machines during the postbuild process. The machines must have
  147. ; specific settings for safe builds and startup items -- see
  148. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  149. ; must be the name of the safe build. If no field is specified for a
  150. ; given archtype and sku, no boot test is run.
  151. ;
  152. ; Example: BootTestMachines::X86FRE::per
  153. ;
  154. ; BootTestMachines::X86FRE::ads=MIKECARL2
  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=DESKVBL02
  165. BuildMachines::X86CHK=DESKVBL01
  166. BuildMachines::IA64FRE=DESKVBL03
  167. BuildMachines::IA64CHK=DESKVBL04
  168. ;
  169. ;
  170. ;
  171. ; BuildMachineFreeSpace::<machine name>
  172. ;
  173. ; Purpose: This field determines how many gigabytes are required to be free on
  174. ; your build machines after postbuild has completed.
  175. ;
  176. ; Example: BuildMachineFreeSpace::ROBSVBL1=10
  177. ;
  178. BuildMachineFreeSpace::DESKVBL01=4
  179. BuildMachineFreeSpace::DESKVBL02=4
  180. BuildMachineFreeSpace::DESKVBL03=1
  181. BuildMachineFreeSpace::DESKVBL04=1
  182. ;
  183. ;
  184. ;
  185. ;
  186. ;
  187. ; BuildsToKeep::<machine name>
  188. ;
  189. ; Purpose: This field determines how many full builds to keep no matter what.
  190. ;
  191. ; Example: BuildsToKeep::ROBSVBL1=6
  192. ;
  193. BuildsToKeep::DESKVBL01=2
  194. BuildsToKeep::DESKVBL02=2
  195. BuildsToKeep::DESKVBL03=1
  196. BuildsToKeep::DESKVBL04=1
  197. ;
  198. ;
  199. ;
  200. ;
  201. ;
  202. ; ReleaseServerFreeSpace::<archtype>
  203. ;
  204. ; Purpose: This field determines how many gigabytes are required to be free on
  205. ; a given release server during propagation.
  206. ;
  207. ; Example: ReleaseServerFreeSpace::X86FRE=10
  208. ;
  209. ; ReleaseServerFreeSpace::X86FRE=10
  210. ; ReleaseServerFreeSpace::X86CHK=10
  211. ; ReleaseServerFreeSpace::IA64FRE=10
  212. ; ReleaseServerFreeSpace::IA64CHK=10
  213. ;
  214. ;
  215. ; ReleaseDrive
  216. ;
  217. ; Purpose: define release drive for each release server
  218. ;
  219. ; Example: ReleaseDrive::INTBLDS10=D
  220. ;
  221. ;ReleaseDrive::MIKECARL3=D
  222. ;
  223. ;
  224. ; AutoRaise::<archtype>
  225. ;
  226. ; Purpose: This field determines whether the given archtype will automatically
  227. ; raise via DFS before boot tests are complete. THIS SHOULD BE USED
  228. ; ONLY BY THE MAIN BUILD LAB AT THIS TIME.
  229. ;
  230. ; Example: AutoRaise::IA64FRE=true
  231. ;
  232. ; AutoRaise::IA64FRE=true
  233. ; AutoRaise::IA64CHK=true
  234. ;
  235. ;
  236. ;
  237. ;
  238. ;
  239. ; PrimaryReleaseServer
  240. ;
  241. ; Purpose: If only one release server is to be raised via DFS, this field will
  242. ; denote which server will be chosen. If this field is not set, there
  243. ; is no restriction to the number of servers that will be raised.
  244. ;
  245. ; Example: PrimaryReleaseServer=2kbldx8
  246. ;
  247. ; PrimaryReleaseServer=MIKECARL3
  248. ;
  249. ;
  250. ;
  251. ;
  252. ;
  253. ; SecondaryReleaseServer
  254. ;
  255. ; Purpose: If a primary release server is selected, and has a small storage
  256. ; capacity, when builds are lowered from the primary through DFS the
  257. ; secondary release server will be raised if the lowered build is
  258. ; still present on the secondary. If no primary release server is
  259. ; given, this field has no meaning.
  260. ;
  261. ; Example: SecondaryReleaseServer=ntrelic2
  262. ;
  263. ; SecondaryReleaseServer=ntrelic2
  264. ;
  265. ;
  266. ;
  267. ;
  268. ;
  269. ;
  270. ; AlternateReleaseDir
  271. ;
  272. ; Purpose: If two branches are releasing on the same machine and you need to
  273. ; use different release locations on the build machine, set this
  274. ; parameter to the share name on the machine.
  275. ;
  276. ; Example: AlternateReleaseDir=idxrelease
  277. ;
  278. ; AlternateReleaseDir=idxrelease
  279. ;
  280. ;
  281. ;
  282. ;
  283. ;
  284. ; AlternateReleaseBranch
  285. ;
  286. ; Purpose: If you propagate builds from this branch but want them to show up
  287. ; on release servers as another branch name, set this parameter to
  288. ; the name you want to see. For instance, if idx01 releases are to
  289. ; be named "main" releases, they will show up as 2250.main.x86fre.xxxx
  290. ;
  291. ; Example: AlternateReleaseBranch=main
  292. ;
  293. ; AlternateReleaseBranch=main
  294. ;
  295. ;
  296. ;
  297. ;
  298. ;
  299. ; CreateHiddenBuilds
  300. ;
  301. ; Purpose: If you want your build machine to hide builds before releasing them
  302. ; (to prevent premature downloads etc) set this flag.
  303. ;
  304. ; Example: CreateHiddenBuilds=TRUE
  305. ;
  306. ; CreateHiddenBuilds=TRUE
  307. ;
  308. ;
  309. ;
  310. ;
  311. ;
  312. ; BVTMembers
  313. ;
  314. ; Purpose: If you raise through DFS and wish to set permissions on BVT shares
  315. ; to a select group of people, set their accounts here.
  316. ;
  317. ; Example: BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest
  318. ;
  319. ; BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest ntdev\mikecarl
  320. ;
  321. ;
  322. ;
  323. ;
  324. ; ReleaseAccess
  325. ;
  326. ; Purpose: The users or groups that should have read access to releases
  327. ;
  328. ; Example: ReleaseAccess=ntdev\ntbuild ntdev\ro_sd ntdev\rw_sd
  329. ;
  330. ReleaseAccess=ntdev\ntvbl06 NTREL_WIN_LOCAL NTREL_CEO_LOCAL NTREL_EX_LOCAL
  331. ;
  332. ;
  333. ;
  334. ;
  335. ; BuildMachineReleaseAccess
  336. ;
  337. ; Purpose: The users or groups that should have read access to releases on the
  338. ; build machines. ReleaseAccess is used if this is not set.
  339. ;
  340. ; Example: BuildMachineReleaseAccess=ntdev\ntbuild
  341. ;
  342. ; BuildMachineReleaseAccess=ntdev\ntbuild