This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 45
45
<RuntimeNativeSystemDataSqlClientSniPackageVersion >4.4.0</RuntimeNativeSystemDataSqlClientSniPackageVersion >
46
46
47
47
<AppXRunnerVersion >1.0.3-prerelease-00921-01</AppXRunnerVersion >
48
- <XunitPerfAnalysisPackageVersion >1.0.0-beta-build0018 </XunitPerfAnalysisPackageVersion >
48
+ <XunitPerfAnalysisPackageVersion >1.0.0-beta-build0019 </XunitPerfAnalysisPackageVersion >
49
49
<TraceEventPackageVersion >2.0.5</TraceEventPackageVersion >
50
50
<XunitNetcoreExtensionsVersion >2.1.0-rc1-02911-02</XunitNetcoreExtensionsVersion >
51
51
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def osShortName = ['Windows 10': 'win10',
95
95
" py \" %WORKSPACE%\\ Tools\\ Microsoft.BenchView.JSONFormat\\ tools\\ submission-metadata.py\" --name " + " \" " + benchViewName + " \" " + " --user-email " + " \" dotnet-bot@microsoft.com\"\n " +
96
96
" py \" %WORKSPACE%\\ Tools\\ Microsoft.BenchView.JSONFormat\\ tools\\ build.py\" git --branch %GIT_BRANCH_WITHOUT_ORIGIN% --type " + runType)
97
97
batchFile(" py \" %WORKSPACE%\\ Tools\\ Microsoft.BenchView.JSONFormat\\ tools\\ machinedata.py\" " )
98
- batchFile(" call \" C:\\ Program Files (x86)\\ Microsoft Visual Studio 14.0\\ VC\\ vcvarsall.bat\" x86 && build-managed.cmd -release -tests -- /p:Performance=true /p:TargetOS=${ osGroup} /m:1 /p:LogToBenchview=true /p:BenchviewRunType=${ runType} " )
98
+ batchFile(" call \" C:\\ Program Files (x86)\\ Microsoft Visual Studio 14.0\\ VC\\ vcvarsall.bat\" x86 && build-managed.cmd -release -tests -- /p:Performance=true /p:TargetOS=${ osGroup} /m:1 /p:LogToBenchview=true /p:BenchviewRunType=${ runType} /p:PerformanceType=Profile " )
99
99
}
100
100
}
101
101
else {
@@ -113,7 +113,7 @@ def osShortName = ['Windows 10': 'win10',
113
113
" python3.5 \"\$ {WORKSPACE}/Tools/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name " + " \" " + benchViewName + " \" " + " --user-email " + " \" dotnet-bot@microsoft.com\"\n " +
114
114
" python3.5 \"\$ {WORKSPACE}/Tools/Microsoft.BenchView.JSONFormat/tools/build.py\" git --branch \$ GIT_BRANCH_WITHOUT_ORIGIN --type " + runType)
115
115
shell(" python3.5 \"\$ {WORKSPACE}/Tools/Microsoft.BenchView.JSONFormat/tools/machinedata.py\" " )
116
- shell(" bash ./build-managed.sh -release -tests -- /p:Performance=true /p:TargetOS=${ osGroup} /m:1 /p:LogToBenchview=true /p:BenchviewRunType=${ runType} " )
116
+ shell(" bash ./build-managed.sh -release -tests -- /p:Performance=true /p:TargetOS=${ osGroup} /m:1 /p:LogToBenchview=true /p:BenchviewRunType=${ runType} /p:PerformanceType=Profile " )
117
117
}
118
118
}
119
119
}
@@ -135,14 +135,14 @@ def osShortName = ['Windows 10': 'win10',
135
135
Utilities . standardJobSetup(newJob, project, isPR, " */${ branch} " )
136
136
newJob. with {
137
137
logRotator {
138
- artifactDaysToKeep(30 )
139
- daysToKeep(30 )
140
- artifactNumToKeep(200 )
141
- numToKeep(200 )
138
+ artifactDaysToKeep(14 )
139
+ daysToKeep(14 )
140
+ artifactNumToKeep(100 )
141
+ numToKeep(100 )
142
142
}
143
143
wrappers {
144
144
timeout {
145
- absolute(240 )
145
+ absolute(360 )
146
146
}
147
147
}
148
148
}
You can’t perform that action at this time.
0 commit comments