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

Unified Diff: scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.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/chromium.expected/chromium_webrtc_Win_Builder.json
diff --git a/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json b/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
index d241c7a5a0fc6dd1e6e6928c07eed220ca5874ee..ce4b13fd4b48538d69be4404f094a568dc2e715f 100644
--- a/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
+++ b/scripts/slave/recipes/webrtc/chromium.expected/chromium_webrtc_Win_Builder.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]\\scripts\\slave\\kill_processes.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "taskkill"
},
{
@@ -29,6 +30,7 @@
"--revision",
"src@c321321"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -83,6 +85,7 @@
"RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py",
"[SLAVE_BUILD]\\src\\out"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean test output files"
},
{
@@ -91,6 +94,7 @@
"-u",
"[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -100,6 +104,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
},
@@ -123,6 +128,7 @@
"--",
"chromium_builder_webrtc"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -142,10 +148,12 @@
"--build-properties",
"{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_buildername\": null, \"recipe\": \"webrtc/chromium\", \"revision\": \"c321321\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "package build"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "trigger",
"trigger_specs": [
{

Powered by Google App Engine
This is Rietveld 408576698