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

Unified Diff: scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.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/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json
diff --git a/scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json b/scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json
index 25de4e7c19f29d4ad2ed15939aa2307e623b035b..65f84806f6112d0d3830a873a42e033e18ca347d 100644
--- a/scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json
+++ b/scripts/slave/recipes/syzygy/coverage.expected/full_master_client_syzygy_Syzygy_Coverage.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]\\scripts\\slave\\kill_processes.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "taskkill"
},
{
@@ -16,6 +17,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS.syzygy', 'managed': False, 'name': 'src', 'url': 'https://github.com/google/syzygy.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn.chromium.org/chrome-internal/trunk/syzygy/internal.DEPS'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -33,6 +35,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -57,6 +60,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "target_arch=ia32",
"GYP_GENERATORS": "msvs",
@@ -80,6 +84,7 @@
"--project",
"build_all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -92,6 +97,7 @@
"--build-dir",
"[SLAVE_BUILD]\\src\\build\\Coverage"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "capture_unittest_coverage"
},
{
@@ -102,6 +108,7 @@
"[SLAVE_BUILD]\\src\\build\\Coverage\\cov",
"gs://syzygy-archive/builds/coverage/170242"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive_coverage",
"~followup_annotations": [
"@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.googleapis.com/builds/coverage/170242/index.html@@@"

Powered by Google App Engine
This is Rietveld 408576698