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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.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/tryserver_webrtc_mac_asan.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
index 262f530f658e61084178b2d2d44bd9344097118f..76ebf04977f19891a4161741ba144436427abf3a 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
@@ -27,6 +27,7 @@
"--revision",
"src@12345"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -53,6 +54,7 @@
"RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
"[SLAVE_BUILD]/src/out"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean test output files"
},
{
@@ -61,6 +63,7 @@
"-u",
"[BUILD]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -70,6 +73,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_goma=1"
},
@@ -93,6 +97,7 @@
"--",
"All"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -114,6 +119,7 @@
"--enable-asan",
"audio_decoder_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "audio_decoder_unittests"
},
{
@@ -135,6 +141,7 @@
"--enable-asan",
"common_audio_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "common_audio_unittests"
},
{
@@ -156,6 +163,7 @@
"--enable-asan",
"common_video_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "common_video_unittests"
},
{
@@ -177,6 +185,7 @@
"--enable-asan",
"libjingle_media_unittest"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_media_unittest"
},
{
@@ -198,6 +207,7 @@
"--enable-asan",
"libjingle_p2p_unittest"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_p2p_unittest"
},
{
@@ -219,6 +229,7 @@
"--enable-asan",
"libjingle_peerconnection_unittest"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "libjingle_peerconnection_unittest"
},
{
@@ -240,6 +251,7 @@
"--enable-asan",
"modules_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "modules_tests"
},
{
@@ -261,6 +273,7 @@
"--enable-asan",
"modules_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "modules_unittests"
},
{
@@ -282,6 +295,7 @@
"--enable-asan",
"rtc_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rtc_unittests"
},
{
@@ -303,6 +317,7 @@
"--enable-asan",
"system_wrappers_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "system_wrappers_unittests"
},
{
@@ -324,6 +339,7 @@
"--enable-asan",
"test_support_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test_support_unittests"
},
{
@@ -345,6 +361,7 @@
"--enable-asan",
"tools_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "tools_unittests"
},
{
@@ -366,6 +383,7 @@
"--enable-asan",
"video_engine_core_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "video_engine_core_unittests"
},
{
@@ -387,6 +405,7 @@
"--enable-asan",
"video_engine_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "video_engine_tests"
},
{
@@ -408,6 +427,7 @@
"--enable-asan",
"voice_engine_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "voice_engine_unittests"
}
]

Powered by Google App Engine
This is Rietveld 408576698