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

Unified Diff: scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload_x86.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_linux_linux_chromium_gn_upload_x86.json
diff --git a/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload_x86.json b/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload_x86.json
index eff0c691fe85fda9c6917f3186fa000667bbd20a..79e650239faa58a9366b2d473b4bb5ac934f68ea 100644
--- a/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload_x86.json
+++ b/scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload_x86.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": "branding=Chrome buildtype=Official component=static_library gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1"
@@ -90,6 +92,7 @@
"//out/Release",
"--args=is_chrome_branded=true is_official_build=true symbol_level=0 is_debug=false target_cpu=\"x86\""
],
+ "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"
},
{
@@ -138,6 +143,7 @@
"--build-number=571",
"gn_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn_unittests"
},
{
@@ -145,6 +151,7 @@
"strip",
"[SLAVE_BUILD]/src/out/Release/gn"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gn strip"
},
{
@@ -156,6 +163,7 @@
"chromium-gn",
"[SLAVE_BUILD]/src/out/Release/gn"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "upload"
},
{
@@ -166,6 +174,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