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

Unified Diff: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.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_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.json
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.json b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.json
index 25fe5fb367b8c71a0655c6a045213a010e7511db..1c6d299fccf44b632241935f440a668ccf5ff4cd 100644
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.json
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Staging.json
@@ -21,6 +21,7 @@
"--revision",
"src@HEAD"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -67,6 +68,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
},
@@ -85,6 +87,7 @@
"objc",
"objcxx"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "generate compilation database for linux",
"stdout": "/path/to/tmp/"
},
@@ -106,6 +109,7 @@
"--",
"all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -114,6 +118,7 @@
"some compilation data",
"[SLAVE_BUILD]/src/out/Debug/compile_commands.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "copy compilation database"
},
{
@@ -136,6 +141,7 @@
"[SLAVE_BUILD]/src/out/Debug",
"--all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "run translation_unit clang tool"
},
{
@@ -148,6 +154,7 @@
"--path-to-archive-output",
"[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "create index pack"
},
{
@@ -157,6 +164,7 @@
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[SLAVE_BUILD]/src/third_party/llvm-build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmtree llvm-build",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -182,6 +190,7 @@
"[SLAVE_BUILD]/src/out/Debug/index_pack_linux.zip",
"gs://chrome-codesearch/staging/index_pack_linux_170242.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload index pack",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codesearch/staging/index_pack_linux_170242.zip@@@"
@@ -200,6 +209,7 @@
"-f",
"chromium_src_linux.tar.bz2"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive source"
},
{
@@ -216,6 +226,7 @@
"[SLAVE_BUILD]/chromium_src_linux.tar.bz2",
"gs://chrome-codesearch/staging/chromium_src_linux_170242.tar.bz2"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload source tarball",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codesearch/staging/chromium_src_linux_170242.tar.bz2@@@"

Powered by Google App Engine
This is Rietveld 408576698