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

Unified Diff: scripts/slave/recipes/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.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/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.json
diff --git a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.json b/scripts/slave/recipes/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.json
index 6d23ffee22237eab7526762b6853fdb012c6e82c..5d498eddd9bc3232847b66508dafcf877f5580af 100644
--- a/scripts/slave/recipes/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.json
+++ b/scripts/slave/recipes/blink_downstream.expected/full_client_v8_V8_Blink_Win_pass.json
@@ -26,6 +26,7 @@
"src/v8@20123",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -72,6 +73,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_goma=1"
},
@@ -95,6 +97,7 @@
"--",
"blink_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -113,6 +116,7 @@
"--build-number=571",
"webkit_unit_tests.exe"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "webkit_unit_tests"
},
{
@@ -147,6 +151,7 @@
"V8-Blink Win",
"--no-pixel-tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "webkit_tests (with patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
@@ -172,6 +177,7 @@
"--build-properties",
"{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"V8-Blink Win\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive_webkit_tests_results",
"~followup_annotations": [
"@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-layout-test-archives/V8-Blink_Win/571/layout-test-results/results.html@@@",

Powered by Google App Engine
This is Rietveld 408576698