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

Unified Diff: scripts/slave/recipes/syzygy/kasko_official.expected/full_master_client_syzygy_Kasko_Official.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/kasko_official.expected/full_master_client_syzygy_Kasko_Official.json
diff --git a/scripts/slave/recipes/syzygy/kasko_official.expected/full_master_client_syzygy_Kasko_Official.json b/scripts/slave/recipes/syzygy/kasko_official.expected/full_master_client_syzygy_Kasko_Official.json
index 37ed2d6a06fac5de4478dc13324fa9cfb5a33f82..f06e29b88f9d39af484d8b4baa505e02f488a86c 100644
--- a/scripts/slave/recipes/syzygy/kasko_official.expected/full_master_client_syzygy_Kasko_Official.json
+++ b/scripts/slave/recipes/syzygy/kasko_official.expected/full_master_client_syzygy_Kasko_Official.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": "official_build=1 target_arch=ia32",
"GYP_GENERATORS": "msvs",
@@ -81,6 +85,7 @@
"--project",
"official_kasko_build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -91,6 +96,7 @@
"[SLAVE_BUILD]\\src\\syzygy\\kasko\\unittests.gypi",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read_unittests_gypi"
},
{
@@ -117,6 +123,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bar_unittests"
},
{
@@ -143,6 +150,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "baz_unittests"
},
{
@@ -169,6 +177,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "foo_unittests"
},
{
@@ -179,6 +188,7 @@
"[SLAVE_BUILD]\\src\\syzygy\\kasko\\VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read_version"
},
{
@@ -189,6 +199,7 @@
"[SLAVE_BUILD]\\src\\build\\Release\\archive",
"gs://syzygy-archive/builds/official/170242"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive_binaries",
"~followup_annotations": [
"@@@STEP_LINK@0.0.0.1 archive@https://syzygy-archive.commondatastorage.googleapis.com/index.html?path=builds/official/170242/@@@"
@@ -203,6 +214,7 @@
"-b",
"[SLAVE_BUILD]\\src\\build\\Release\\*kasko.dll"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "upload_symbols"
}
]

Powered by Google App Engine
This is Rietveld 408576698