Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2016-11-12 21:23:56 +0300
committerMatt Mitchell <mmitche@microsoft.com>2016-11-12 21:23:56 +0300
commite3d2f44a2bc934dd7549c14526fc69256968d31d (patch)
treeafc244bc859059b12c52b8fbd109ff2ed2c62437 /netci.groovy
parent7dfa1331ed076392b6a27e4cad1fcc95a85d86fa (diff)
Use setMachineAffinity instead of explicit labels
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 6c47076753..68b08aeef2 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -280,9 +280,9 @@ def osShortName = ['Windows 10': 'win10',
steps {
helix("Build.cmd -- /p:Creator=dotnet-bot /p:ArchiveTests=true /p:ConfigurationGroup=${configurationGroup} /p:Configuration=Windows_${configurationGroup} /p:TestDisabled=true /p:EnableCloudTest=true /p:BuildMoniker={uniqueId} /p:TargetQueue=Windows.10.Amd64 /p:TestProduct=CoreFx /p:Branch=master /p:OSGroup=Windows_NT /p:CloudDropAccountName=dotnetbuilddrops /p:CloudResultsAccountName=dotnetjobresults /p:CloudDropAccessToken={CloudDropAccessToken} /p:CloudResultsAccessToken={CloudResultsAccessToken} /p:BuildCompleteConnection={BuildCompleteConnection} /p:BuildIsOfficialConnection={BuildIsOfficialConnection} /p:DocumentDbKey={DocumentDbKey} /p:DocumentDbUri=https://hms.documents.azure.com:443/ /p:FuncTestsDisabled=true /p:Performance=true")
}
- // perf tests can be built on any Windows
- label("windows10 || windows7 || windows")
}
+
+ Utilities.setMachineAffinity('Windows_NT', 'latest-or-auto')
// Set up standard options.
Utilities.standardJobSetup(newJob, project, /* isPR */ false, "*/${branch}")