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

Unified Diff: scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_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/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
diff --git a/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json b/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
index c66feb58e22d5b8d3f7f6f45c2c091b5973079d2..1232d8a016084b94bc28b304a5debeae44e11f19 100644
--- a/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
+++ b/scripts/slave/recipe_modules/syzygy/example.expected/full_master_client_syzygy_Syzygy_Official.json
@@ -5,6 +5,7 @@
"-u",
"print \"dummy taskkill\""
],
+ "cwd": "[SLAVE_BUILD]",
"name": "taskkill",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@print \"dummy taskkill\"@@@",
@@ -20,6 +21,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"
},
{
@@ -37,6 +39,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -61,6 +64,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "official_build=1 target_arch=ia32",
"GYP_GENERATORS": "msvs",
@@ -85,6 +89,7 @@
"--project",
"official_build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{
@@ -95,6 +100,7 @@
"metrics.csv",
"[SLAVE_BUILD]\\src\\build\\Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmwildcard metrics.csv in [SLAVE_BUILD]\\src\\build\\Release",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -113,6 +119,7 @@
"[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read_unittests_gypi"
},
{
@@ -139,6 +146,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bar_unittests"
},
{
@@ -165,6 +173,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "baz_unittests"
},
{
@@ -191,6 +200,7 @@
"--test-launcher-timeout=300000",
"--gtest_print_time"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "foo_unittests"
},
{
@@ -204,6 +214,7 @@
"Release",
"--verbose"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "randomly_reorder_chrome"
},
{
@@ -217,6 +228,7 @@
"Release",
"--verbose"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "benchmark_chrome"
},
{
@@ -229,6 +241,7 @@
"[SLAVE_BUILD]\\src\\build\\Release\\metrics.csv",
"gs://syzygy-archive/builds/metrics/170242/official.csv"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "archive_metrics",
"~followup_annotations": [
"@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.com/index.html?path=builds/metrics/170242/official.csv/@@@"
@@ -242,6 +255,7 @@
"[SLAVE_BUILD]\\src\\syzygy\\SYZYGY_VERSION",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read_version"
},
{
@@ -252,6 +266,7 @@
"[SLAVE_BUILD]\\src\\build\\Release\\archive",
"gs://syzygy-archive/test/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=test/builds/official/170242/@@@"
@@ -267,6 +282,7 @@
"[SLAVE_BUILD]\\src\\build\\Release\\*asan_rtl.dll",
"[SLAVE_BUILD]\\src\\build\\Release\\*client.dll"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "upload_symbols"
},
{
@@ -281,6 +297,7 @@
"--overwrite",
"--verbose"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "download_binaries"
},
{
@@ -292,6 +309,7 @@
"--build-dir",
"[SLAVE_BUILD]\\src\\build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "smoke_test"
}
]

Powered by Google App Engine
This is Rietveld 408576698