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

Unified Diff: scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.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_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json
diff --git a/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json b/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json
index 5c5e22f3999125188cb984a738d25e6e76db418d..ffe5a65c9385afc4396420baf8f6d2e5a28c2989 100644
--- a/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json
+++ b/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_mac_mac_chromium_gn_upload.json
@@ -28,6 +28,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -74,6 +75,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
@@ -90,6 +92,7 @@
"//out/Release",
"--args=symbol_level=0 is_debug=false target_cpu=\"x64\""
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn"
},
{
@@ -112,6 +115,7 @@
"gn",
"gn_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -119,6 +123,7 @@
"[SLAVE_BUILD]/src/out/Release/gn",
"--version"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn version"
},
{
@@ -137,6 +142,7 @@
"--build-number=571",
"gn_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn_unittests"
},
{
@@ -144,6 +150,7 @@
"strip",
"[SLAVE_BUILD]/src/out/Release/gn"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn strip"
},
{
@@ -155,6 +162,7 @@
"chromium-gn",
"[SLAVE_BUILD]/src/out/Release/gn"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "upload"
},
{
@@ -165,6 +173,7 @@
"[SLAVE_BUILD]/src/out/Release/gn.sha1",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn sha1",
"~followup_annotations": [
"@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@"

Powered by Google App Engine
This is Rietveld 408576698