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:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-03-03 09:05:40 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-03-03 09:05:40 +0300
commita64acd85fe56e4addcf942498e9642aac9aa427c (patch)
treedc053d7c562f1ab537697cd848bdda813799a765 /netci.groovy
parentcecd05f1e872e3d366cc6e30fe1ccef0bcb0d297 (diff)
Add outerloop tag to winnano flow jobs.
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 26095e4ff2..5e36093057 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -123,7 +123,7 @@ branchList.each { branchName ->
def isPR = (branchName == 'pr')
def newJobName = "outerloop_${osShortName[os]}_${configurationGroup.toLowerCase()}"
- def newBuildJobName = "${osShortName[os]}_${configurationGroup.toLowerCase()}_bld"
+ def newBuildJobName = "outerloop_${osShortName[os]}_${configurationGroup.toLowerCase()}_bld"
def newBuildJob = job(getJobName(Utilities.getFullJobName(project, newBuildJobName, isPR), branchName)) {
steps {
@@ -141,7 +141,7 @@ branchList.each { branchName ->
Utilities.addArchival(newBuildJob, "bin/build.pack,run-test.cmd,bin/osGroup.AnyCPU.${configurationGroup}/**,bin/ref/**,bin/packages/**,msbuild.log")
def fullCoreFXBuildJobName = Utilities.getFolderName(project) + '/' + newBuildJob.name
- def newTestJobName = "${osShortName[os]}_${configurationGroup.toLowerCase()}_tst"
+ def newTestJobName = "outerloop_${osShortName[os]}_${configurationGroup.toLowerCase()}_tst"
def newTestJob = job(getJobName(Utilities.getFullJobName(project, newTestJobName, isPR), branchName)) {
steps {
// The tests/corefx components