122 lines
3.7 KiB
INI
122 lines
3.7 KiB
INI
;BUGBUG This is currently in mainlab.common.usa.ini, but only allows for a single
|
|
;symbol server. I'm putting it here so that we can test our new hardware
|
|
SymFarm=\\symsrv\symfarm
|
|
;
|
|
;
|
|
; 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=2kbldx2 2kbldx3 ntarchive1 ntburnlab08
|
|
ReleaseServers::X86CHK=2kbldx4 ntarchive1 ntburnlab08
|
|
ReleaseServers::IA64FRE=2kbldx3 ntarchive1 ntburnlab08
|
|
ReleaseServers::IA64CHK=2kbldx4 ntarchive1 ntburnlab08
|
|
;
|
|
;
|
|
;
|
|
; 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 ntburnlab08
|
|
;
|
|
ConglomerationServers=ntarchive1 ntburnlab08
|
|
;
|
|
;
|
|
; 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::srv=x86boot3safe
|
|
BootTestMachines::X86CHK::srv=x86boot4safe
|
|
BootTestMachines::IA64FRE::ads=ia64boot3safe
|
|
BootTestMachines::IA64CHK::ads=ia64boot4safe
|
|
;
|
|
;
|
|
; BuildMachines::<archtype>
|
|
;
|
|
; Purpose: Deletebuild needs to know what the build machines are.
|
|
;
|
|
; Example: BuildsMachines::IA64FRE=IA64FREBLD
|
|
;
|
|
BuildMachines::X86FRE=bld_wdxf1
|
|
BuildMachines::X86CHK=bld_wdxc1
|
|
BuildMachines::IA64FRE=bld_wdif1
|
|
BuildMachines::IA64CHK=bld_wdic1
|
|
;
|
|
;
|
|
; AutoRaise::<archtype>
|
|
;
|
|
; Purpose: This field determines whether the given archtype will automatically
|
|
; raise when boot tests complete. THIS SHOULD BE USED
|
|
; ONLY BY THE MAIN BUILD LAB AT THIS TIME.
|
|
;
|
|
; Example: AutoRaise::IA64FRE=true
|
|
;
|
|
;BUGBUG - Put back to true when we go live
|
|
AutoRaise::IA64FRE=true
|
|
AutoRaise::IA64CHK=true
|
|
AutoRaise::X86FRE=true
|
|
AutoRaise::x86CHK=true
|
|
;
|
|
;
|
|
; AlternateReleaseRemote
|
|
;
|
|
; Purpose: If two branches are releasing to the same release server and
|
|
; different branches are needed on the release server for tools
|
|
; sets to be consistent, use this field to designate a remote which
|
|
; lives in the right branch for that propagation.
|
|
;
|
|
; Example: AlternateReleaseRemote=beta1release
|
|
;
|
|
AlternateReleaseRemote=lab03_nrelease
|
|
;
|
|
;
|
|
; DFSLatestServerSkus
|
|
;
|
|
; Purpose: When raising to latest.* from this branch, skus classified as
|
|
; server should be taken from this branch
|
|
;
|
|
; Example: DfsLatestServerSkus=1
|
|
;
|
|
DFSLatestServerSkus=1
|
|
;
|
|
;
|
|
; DFSLatestClientSkus
|
|
;
|
|
; Purpose: When raising to latest.* from this branch, skus classified as
|
|
; client should be taken from this branch
|
|
;
|
|
; Example: DfsLatestClientSkus=1
|
|
;
|
|
;DFSLatestClientSkus=1
|
|
;
|
|
;
|
|
; DFSAlternateBranchName
|
|
;
|
|
; Purpose: Specifies the location off of DFSRootName for DFS links. If this
|
|
; field is not specified, the branch name is used.
|
|
;
|
|
; Example: DFSAlternateBranchName=client
|
|
;
|
|
;DFSAlternateBranchName=mainb
|
|
;
|
|
;
|
|
#include mainlab.usa.common.ini
|