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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_chromium_linux_Linux_GN.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/chromium_gn.expected/full_chromium_linux_Linux_GN.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_chromium_linux_Linux_GN.json b/scripts/slave/recipes/chromium_gn.expected/full_chromium_linux_Linux_GN.json
index 9255e580d241943539b1e556ba7735f402c9ead1..34a0404e5b6d8703ad782c86706dbcdc792ea1ce 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_chromium_linux_Linux_GN.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_chromium_linux_Linux_GN.json
@@ -22,6 +22,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -68,6 +69,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1"
},
@@ -90,6 +92,7 @@
"[BUILD]/goma",
"//out/Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Generate build files"
},
{
@@ -100,6 +103,7 @@
"[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read test spec",
"~followup_annotations": [
"@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json@@@",
@@ -132,6 +136,7 @@
"base_unittests",
"all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -143,6 +148,7 @@
"check",
"//out/Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn check"
},
{
@@ -152,6 +158,7 @@
"[SLAVE_BUILD]/src/tools/gn/bin/gyp_flag_compare.py",
"chrome"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gyp_flag_compare"
},
{
@@ -179,6 +186,7 @@
"--build-number=571",
"base_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "base_unittests"
}
]

Powered by Google App Engine
This is Rietveld 408576698