@@ -1593,7 +1593,7 @@ combinedScenarios.each { scenario ->
1593
1593
buildCommands + = getStressModeEnvSetCmd(os, scenario);
1594
1594
1595
1595
// Run corefx build and testing
1596
- buildCommands + = " cd fx && call \" C:\\ Program Files (x86)\\ Microsoft Visual Studio 14.0\\ VC\\ vcvarsall.bat\" x86 && Build.cmd /p:ConfigurationGroup= Release /p:BUILDTOOLS_OVERRIDE_RUNTIME=%WORKSPACE%\\ clr\\ bin\\ Product\\ Windows_NT.x64.Checked "
1596
+ buildCommands + = " cd fx && call \" C:\\ Program Files (x86)\\ Microsoft Visual Studio 14.0\\ VC\\ vcvarsall.bat\" x86 && Build.cmd - Release -- /p:BUILDTOOLS_OVERRIDE_RUNTIME=%WORKSPACE%\\ clr\\ bin\\ Product\\ Windows_NT.x64.Checked "
1597
1597
}
1598
1598
else {
1599
1599
def stepScriptLocation = " %WORKSPACE%\\ bin\\ tests\\ SetStressModes.bat"
@@ -1737,7 +1737,7 @@ combinedScenarios.each { scenario ->
1737
1737
// Build and text corefx
1738
1738
buildCommands + = " rm -rf \$ WORKSPACE/fx_home; mkdir \$ WORKSPACE/fx_home"
1739
1739
buildCommands + = setEnvVar
1740
- buildCommands + = " cd fx; export HOME=\$ WORKSPACE/fx_home; ./build.sh /p:ConfigurationGroup= Release /p:BUILDTOOLS_OVERRIDE_RUNTIME=\$ WORKSPACE/clr/bin/Product/Linux.x64.Checked /p:Outerloop=true /p:TestWithLocalLibraries=true "
1740
+ buildCommands + = " cd fx; export HOME=\$ WORKSPACE/fx_home; ./build.sh - Release -Outerloop -TestWithLocalLibraries -- /p:BUILDTOOLS_OVERRIDE_RUNTIME=\$ WORKSPACE/clr/bin/Product/Linux.x64.Checked"
1741
1741
1742
1742
// Archive and process test result
1743
1743
Utilities . addArchival(newJob, " fx/bin/tests/**/testResults.xml" )
@@ -2144,7 +2144,8 @@ combinedScenarios.each { scenario ->
2144
2144
shell(" git clone https://github.com/dotnet/corefx fx" )
2145
2145
2146
2146
// Build Linux corefx
2147
- shell(" ./fx/build.sh x64 release Linux skiptests" )
2147
+ shell(" ./fx/build-native.sh -release -buildArch=x64 -os=Linux" )
2148
+ shell(" ./fx/build-managed.sh -release -buildArch=x64 -osgroup=Linux -skiptests" )
2148
2149
2149
2150
def testEnvOpt = " "
2150
2151
def scriptFileName = " \$ WORKSPACE/set_stress_test_env.sh"
0 commit comments