Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1266)

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
index 53913add53ed3e98ba1cc61184bfff15e28f9061..c13d46e197ea9770e128158a974352b576711c59 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
@@ -21,6 +21,7 @@
"--revision",
"src@12345"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -47,6 +48,7 @@
"RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py",
"[SLAVE_BUILD]\\src\\out"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean test output files"
},
{
@@ -55,6 +57,7 @@
"-u",
"[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -64,6 +67,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' syzyasan=1 target_arch=ia32 use_goma=1 win_z7=1",
"GYP_USE_SEPARATE_MSPDBSRV": "1"
@@ -88,6 +92,7 @@
"--",
"All"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -98,6 +103,7 @@
"--target",
"Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "apply_syzyasan"
},
{
@@ -123,6 +129,7 @@
"--use-syzyasan-logger",
"audio_decoder_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "audio_decoder_unittests"
},
{
@@ -148,6 +155,7 @@
"--use-syzyasan-logger",
"common_audio_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "common_audio_unittests"
},
{
@@ -173,6 +181,7 @@
"--use-syzyasan-logger",
"common_video_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "common_video_unittests"
},
{
@@ -198,6 +207,7 @@
"--use-syzyasan-logger",
"libjingle_media_unittest.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_media_unittest"
},
{
@@ -223,6 +233,7 @@
"--use-syzyasan-logger",
"libjingle_p2p_unittest.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_p2p_unittest"
},
{
@@ -248,6 +259,7 @@
"--use-syzyasan-logger",
"libjingle_peerconnection_unittest.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_peerconnection_unittest"
},
{
@@ -273,6 +285,7 @@
"--use-syzyasan-logger",
"modules_tests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "modules_tests"
},
{
@@ -298,6 +311,7 @@
"--use-syzyasan-logger",
"modules_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "modules_unittests"
},
{
@@ -323,6 +337,7 @@
"--use-syzyasan-logger",
"rtc_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rtc_unittests"
},
{
@@ -348,6 +363,7 @@
"--use-syzyasan-logger",
"system_wrappers_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "system_wrappers_unittests"
},
{
@@ -373,6 +389,7 @@
"--use-syzyasan-logger",
"test_support_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test_support_unittests"
},
{
@@ -398,6 +415,7 @@
"--use-syzyasan-logger",
"tools_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "tools_unittests"
},
{
@@ -423,6 +441,7 @@
"--use-syzyasan-logger",
"video_engine_core_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "video_engine_core_unittests"
},
{
@@ -448,6 +467,7 @@
"--use-syzyasan-logger",
"video_engine_tests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "video_engine_tests"
},
{
@@ -473,6 +493,7 @@
"--use-syzyasan-logger",
"voice_engine_unittests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "voice_engine_unittests"
}
]

Powered by Google App Engine
This is Rietveld 408576698