544 lines
12 KiB
INI
544 lines
12 KiB
INI
;
|
|
; main.mir.ini
|
|
;
|
|
; This file defines language specific settings for use in the build process.
|
|
; This file includes the general settings from the include file listed below for
|
|
; all languages. This include file is designed as site specific. Redmond and
|
|
; Dublin will have seperate general include files.
|
|
;
|
|
; This file defines many of the optional settings used by a VBL or different
|
|
; language build process, centralizing them in one place.
|
|
;
|
|
; You may add new fields as appropriate, with comments clearly stating the
|
|
; purpose and valid entries the field may contain, and preferrably and example.
|
|
;
|
|
; Finally, please call the script GetIniSetting.cmd to retrieve data from this
|
|
; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data
|
|
; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub
|
|
; will return the field's value or undef if not found.
|
|
;
|
|
; Please note that any fields you do not have reason to use may be simply
|
|
; commented out with a semicolon.
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; --- BEGIN SETTINGS --
|
|
;
|
|
;
|
|
;
|
|
; MuiDfsServer
|
|
;
|
|
; Purpose: This field enumerates the MUI dfs servers.
|
|
;
|
|
; Example: MuiDfsServer=ntdev
|
|
;
|
|
MuiDfsServer=\\ntdev
|
|
;
|
|
;
|
|
;
|
|
; MuiDfsShare
|
|
;
|
|
; Purpose: This field sets the dfs share point for MUI builds.
|
|
;
|
|
; Example: MuiDfsShare=release
|
|
;
|
|
MuiDfsShare=release
|
|
;
|
|
;
|
|
; MuiDfsPath
|
|
;
|
|
; Purpose:
|
|
;
|
|
; Example: MuiDfsPath=mui.psu
|
|
;
|
|
MuiDfsPath=mui.mir
|
|
;
|
|
;
|
|
;
|
|
; MuiReleaseServer
|
|
;
|
|
; Purpose: This field enumerates release servers to propagate the mui build.
|
|
;
|
|
; Example: MuiReleaseServer=intblds10
|
|
;
|
|
MuiReleaseServer=\\vbl06-pseudo
|
|
;
|
|
;
|
|
;
|
|
; MuiReleaseShare
|
|
;
|
|
; Purpose: This field sets the share on the release servers to propagate the
|
|
; mui build.
|
|
;
|
|
; Example: MuiReleaseShare=mui
|
|
;
|
|
MuiReleaseShare=mui.mir
|
|
;
|
|
;
|
|
;
|
|
; MuiPrimaryPath
|
|
;
|
|
; Purpose: This field sets the path on the release server to propagate the mui
|
|
; build.
|
|
; via muiprop.pm
|
|
;
|
|
; Example: MuiPrimaryPath=d$\release\mui
|
|
;
|
|
MuiPrimaryPath=s$\release\mui.mir
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; MuiReleaseDrive
|
|
;
|
|
; Purpose: This field sets the drive on the release server to propagate the mui
|
|
; build.
|
|
; via muiprop.pm
|
|
;
|
|
; Example: MuiReleaseDrive=d
|
|
;
|
|
MuiReleaseDrive=s
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; Includes
|
|
;
|
|
; Purpose: Include general settings for all languages.
|
|
;
|
|
; Example: include=redmond.intl.ini
|
|
;
|
|
; #include redmond.intl.ini
|
|
;
|
|
;
|
|
|
|
;
|
|
; template.branch.ini
|
|
;
|
|
; This file defines many of the optional settings used by a VBL or different
|
|
; language build process, centralizing them in one place.
|
|
;
|
|
; You may add new fields as appropriate, with comments clearly stating the
|
|
; purpose and valid entries the field may contain, and preferrably and example.
|
|
;
|
|
; Finally, please call the script GetIniSetting.cmd to retrieve data from this
|
|
; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data
|
|
; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub
|
|
; will return the field's value or undef if not found.
|
|
;
|
|
; Please note that any fields you do not have reason to use may be simply
|
|
; commented out with a semicolon.
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; --- BEGIN SETTINGS --
|
|
;
|
|
;
|
|
;
|
|
; ReleaseServers::<archtype>
|
|
;
|
|
; Purpose: The ReleaseServers field is used to determine what machines to
|
|
; propagate builds to through release.pl. The <archtype> may be any
|
|
; valid architecture and debug type. If no field is given for a given
|
|
; archtype, no builds are propagated for that build type.
|
|
;
|
|
; Example: ReleaseServers::IA64FRE=2kbldx1 2kbldx3 ntrelic2 2kbldx8
|
|
;
|
|
;ReleaseServers::X86FRE=plocrel1
|
|
;ReleaseServers::X86CHK=plocrel1
|
|
;ReleaseServers::IA64FRE=plocrel1
|
|
;ReleaseServers::IA64CHK=
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; ConglomerationServers
|
|
;
|
|
; Purpose: Both the DDK and Symbols CDs require a conglomeration to a single
|
|
; machine from all four archtypes. This field will determine what
|
|
; machines are to be used in this way. If the field is not defined,
|
|
; the first machine for the current branch from BuildMachines.txt
|
|
; is used.
|
|
;
|
|
; Example: ConglomerationServers=2kbldx8 ntburnlab8
|
|
;
|
|
;ConglomerationServers=
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; DFSRootName
|
|
;
|
|
; Purpose: The DFSRootName field is used when raising builds via a DFS to a
|
|
; specific build quality using raiseall.pl. If this field is not
|
|
; defined, no raising will be performed.
|
|
;
|
|
; Example: DFSRootName=\\ntdev\release
|
|
;
|
|
;DFSRootName=\\ntdev\release
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; EnumeratedDFSServers
|
|
;
|
|
; Purpose: This field enumerates the actual DFS servers in a domain-based DFS
|
|
; environment. This is used by raiseall.pl to write quality files
|
|
; to the DFS directory structure through a "writer$" share on the
|
|
; enumerated machines. If this field is not defined, the DFS is
|
|
; assumed to be non-domain-based, and the writer$ share will be used
|
|
; against the DFSRootName defined above.
|
|
;
|
|
; Example: EnumeratedDFSServers=winbuilds winbuilds2 winbuilds3
|
|
;
|
|
;EnumeratedDFSServers=winbuilds winbuilds2 winbuilds3
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; SymFarm
|
|
;
|
|
; Purpose: The SymFarm field is used as a central location for all platforms
|
|
; to store symbols for indexing and archiving. This is done primarily
|
|
; through indexsym.pm and symcopy.cmd. If no symbols farm is given,
|
|
; symbols will remain archived on the build machines or release servers.
|
|
;
|
|
; Example: SymFarm=\\symsrv\symfarm
|
|
;
|
|
;SymFarm=\\symsrv\symfarm
|
|
;
|
|
;
|
|
;
|
|
; SymIndexServer
|
|
;
|
|
; Purpose: This field denotes the machine which holds the indexing
|
|
; information from a build's symbols. If this field is not defined,
|
|
; symbols are not indexed. This machine share is used in symindex.pm.
|
|
;
|
|
; Example: SymIndexServer=\\symbols\build$
|
|
;
|
|
;SymIndexServer=\\symbols\build$
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; DFSSemaphore
|
|
;
|
|
; Purpose: If DFSRoot is defined, all raising commands will check this
|
|
; share for a semaphore. If the semaphore is present, the current
|
|
; DFS command will block execution until it can obtain the
|
|
; semaphore.
|
|
;
|
|
; Example: DFSSemaphore=\\ntrelic2\semaphore
|
|
;
|
|
;DFSSemaphore=\\2kbldx2\semaphore
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BootTestMachines::<archtype>::<sku>
|
|
;
|
|
; Purpose: The machines listed in these fields will be used as boot test
|
|
; machines during the postbuild process. The machines must have
|
|
; specific settings for safe builds and startup items -- see
|
|
; AutoBootTest.cmd or contact WadeLa. The name given in this field
|
|
; must be the name of the safe build. If no field is specified for a
|
|
; given archtype and sku, no boot test is run.
|
|
;
|
|
; Example: BootTestMachines::X86FRE::per
|
|
;
|
|
;BootTestMachines::X86FRE::pro=x86boot1safe1
|
|
;BootTestMachines::X86CHK::pro=x86boot2safe1
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BuildMachineFreeSpace::<machine name>
|
|
;
|
|
; Purpose: This field determines how many gigabytes are required to be free on
|
|
; your build machines after postbuild has completed.
|
|
;
|
|
; Example: BuildMachineFreeSpace::ROBSVBL1=10
|
|
;
|
|
BuildMachineFreeSpace::vbl06-pseudo=10
|
|
;BuildMachineFreeSpace::NTBLD02=10
|
|
;BuildMachineFreeSpace::IA64FRE=10
|
|
;BuildMachineFreeSpace::IA64CHK=10
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BuildMachineBuildsToKeep::<machine name>
|
|
;
|
|
; Purpose: This field determines how many full builds to keep on each build
|
|
; machine, no matter what.
|
|
;
|
|
; Example: BuildMachineBuildsToKeep::ROBSVBL1=6
|
|
;
|
|
BuildMachineBuildsToKeep::vbl06-pseudo=2
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BuildMachines::<archtype>
|
|
;
|
|
; Purpose: Deletebuild needs to know what the build machines are.
|
|
;
|
|
; Example: BuildsMachines::IA64FRE=IA64FREBLD
|
|
;
|
|
BuildMachines::X86FRE=vbl06-pseudo
|
|
;BuildMachines::X86CHK=vbl06-pseudo
|
|
;BuildMachines::IA64FRE=vbl06-pseudo
|
|
;BuildMachines::IA64CHK=vbl06-pseudo
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; ReleaseServerFreeSpace::<machine name>
|
|
;
|
|
; Purpose: This field determines how many gigabytes are required to be free on
|
|
; a given release server during propagation.
|
|
;
|
|
; Example: ReleaseServerFreeSpace::2kbldx=10
|
|
;
|
|
;ReleaseServerFreeSpace::plocrel1=10
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; ReleaseServerBuildsToKeep::<machine name>::<archtype>
|
|
;
|
|
; Purpose: This field determines how many full builds to keep on each release
|
|
; server for the specified architecture type. No matter what, this
|
|
; number of builds will stay on the release server.
|
|
;
|
|
; Example: ReleaseServerBuildsToKeep::MIKESREL1::X86FRE=6
|
|
;
|
|
;ReleaseServerBuildsToKeep::plocrel1::X86FRE=2
|
|
;ReleaseServerBuildsToKeep::plocrel1::X86CHK=2
|
|
;ReleaseServerBuildsToKeep::plocrel1::IA64CHK=2
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; AutoRaise::<archtype>
|
|
;
|
|
; Purpose: This field determines whether the given archtype will automatically
|
|
; raise via DFS before boot tests are complete. THIS SHOULD BE USED
|
|
; ONLY BY THE MAIN BUILD LAB AT THIS TIME.
|
|
;
|
|
; Example: AutoRaise::IA64FRE=true
|
|
;
|
|
; AutoRaise::IA64FRE=true
|
|
; AutoRaise::IA64CHK=true
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; PrimaryReleaseServer
|
|
;
|
|
; Purpose: If only one release server is to be raised via DFS, this field will
|
|
; denote which server will be chosen. If this field is not set, there
|
|
; is no restriction to the number of servers that will be raised.
|
|
;
|
|
; Example: PrimaryReleaseServer=2kbldx8
|
|
;
|
|
; PrimaryReleaseServer=ntrelic2
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; SecondaryReleaseServer
|
|
;
|
|
; Purpose: If a primary release server is selected, and has a small storage
|
|
; capacity, when builds are lowered from the primary through DFS the
|
|
; secondary release server will be raised if the lowered build is
|
|
; still present on the secondary. If no primary release server is
|
|
; given, this field has no meaning.
|
|
;
|
|
; Example: SecondaryReleaseServer=ntrelic2
|
|
;
|
|
; SecondaryReleaseServer=ntrelic2
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; ReleaseDir
|
|
;
|
|
; Purpose: Set this parameter to the release share name on the machine.
|
|
;
|
|
; Example: ReleaseDir=release
|
|
;
|
|
ReleaseDir=release
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; AlternateReleaseDir
|
|
;
|
|
; Purpose: If two branches are releasing on the same machine and you need to
|
|
; use different release locations on the build machine, set this
|
|
; parameter to the share name on the machine.
|
|
;
|
|
; Example: AlternateReleaseDir=idxrelease
|
|
;
|
|
; AlternateReleaseDir=idxrelease
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; AlternateReleaseBranch
|
|
;
|
|
; Purpose: If you propagate builds from this branch but want them to show up
|
|
; on release servers as another branch name, set this parameter to
|
|
; the name you want to see. For instance, if idx01 releases are to
|
|
; be named "main" releases, they will show up as 2250.main.x86fre.xxxx
|
|
;
|
|
; Example: AlternateReleaseBranch=main
|
|
;
|
|
; AlternateReleaseBranch=main
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; CreateHiddenBuilds
|
|
;
|
|
; Purpose: If you want your build machine to hide builds before releasing them
|
|
; (to prevent premature downloads etc) set this flag.
|
|
;
|
|
; Example: CreateHiddenBuilds=TRUE
|
|
;
|
|
; CreateHiddenBuilds=TRUE
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BVTMembers
|
|
;
|
|
; Purpose: If you raise through DFS and wish to set permissions on BVT shares
|
|
; to a select group of people, set their accounts here.
|
|
;
|
|
; Example: BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest
|
|
;
|
|
;BVTMembers=ntdev\ntbuild ntdev\ntbvtest redmond\ntbvtest
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; PullPLOCBuild
|
|
;
|
|
; Purpose: list server shares MIR builds should pull from
|
|
;
|
|
; Example: PullPLOCBuild::X86FRE=\\bld_wdxf1\release
|
|
;
|
|
PullPLOCBuild::X86FRE=\\deskvbl02\release
|
|
;PullPLOCBuild::X86CHK=\\bld_wdxc1\release
|
|
;PullPLOCBuild::IA64FRE=\\bld_wdif1\release
|
|
;PullPLOCBuild::IA64CHK=\\bld_wdic1\release
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; ReleaseAccess
|
|
;
|
|
; Purpose: The users or groups that should have read access to releases
|
|
;
|
|
; Example: ntdev\ro_sd ntdev\rw_sd
|
|
;
|
|
;ReleaseAccess=ntdev\ntvbl06 NTREL_WIN_LOCAL NTREL_CEO_LOCAL NTREL_EX_LOCAL
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; BuildMachineReleaseAccess
|
|
;
|
|
; Purpose: The users or groups that should have read access to releases on the
|
|
; build machines. ReleaseAccess is used if this is not set.
|
|
;
|
|
; Example: ntdev\ntbuild
|
|
;
|
|
;BuildMachineReleaseAccess=ntdev\ntbuild
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; SymCopyErrReceiver
|
|
;
|
|
; Purpose: If an error is seen during symbol copy we will send email to this alias
|
|
;
|
|
; Example: SymCopyErrReceiver=ntblus
|
|
;
|
|
;SymCopyErrReceiver=ntblus
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; PlocPath
|
|
;
|
|
; Purpose: set the root path for pseudo and mirror builds
|
|
;
|
|
; Example: PlocPath=\nt\plocbranch\ploc
|
|
;
|
|
PlocPath=\ntc\ploc
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; PathToUSABuild
|
|
;
|
|
; Purpose: set the path to where the usa build is located
|
|
;
|
|
; Example: PathToUSABuild=\\nt\release\main\USA
|
|
;
|
|
PathToUSABuild=\\ntdev\release\lab06\release
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; CodePage
|
|
;
|
|
; Purpose: set the value of CodePage
|
|
;
|
|
; Example: CodePage=1250
|
|
;
|
|
CodePage=1250
|
|
;
|
|
;
|
|
;
|
|
;
|
|
;
|
|
; UAFilePath
|
|
;
|
|
; Purpose: set this path for pseudo and mirrored builds
|
|
;
|
|
; Example: UAFilePath=\\grandcentral\vss\balticseavss\drop2slm\whpseudoloc
|
|
;
|
|
UAFilePath=\\grandcentral\vss\balticseavss\drop2slm\whpseudoloc
|
|
; |