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

Unified Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.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/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
diff --git a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json b/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
index 84dc5da7b67631906555f214d91bdf073282ec15..e5bf11244305643fc52e14074f341851ac2e05a4 100644
--- a/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
+++ b/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_Clang_deterministic_build.json
@@ -5,6 +5,7 @@
"-u",
"[BUILD]\\scripts\\slave\\cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
@@ -30,6 +31,7 @@
"src@204787",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -76,6 +78,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
},
@@ -98,6 +101,7 @@
"--",
"chromium_swarm_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "First build"
},
{
@@ -125,6 +129,7 @@
"/path/to/tmp/",
"[SLAVE_BUILD]\\src\\out\\Release\\*.isolated.gen.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "find isolated targets"
},
{
@@ -140,6 +145,7 @@
"[SLAVE_BUILD]\\src\\out\\Release\\dummy_target_1.isolated.gen.json",
"[SLAVE_BUILD]\\src\\out\\Release\\dummy_target_2.isolated.gen.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "isolate tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -158,6 +164,7 @@
"[SLAVE_BUILD]\\src\\out\\Release",
"[SLAVE_BUILD]\\src\\out\\Release.1"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Move [SLAVE_BUILD]\\src\\out\\Release to [SLAVE_BUILD]\\src\\out\\Release.1",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -177,6 +184,7 @@
"[DEPOT_TOOLS]\\gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata=1 fastbuild=1 target_arch=ia32 test_isolation_mode=prepare"
},
@@ -199,6 +207,7 @@
"--",
"chromium_swarm_tests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Second build"
},
{
@@ -222,6 +231,7 @@
"/path/to/tmp/",
"[SLAVE_BUILD]\\src\\out\\Release\\*.isolated.gen.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "find isolated targets (2)"
},
{
@@ -237,6 +247,7 @@
"[SLAVE_BUILD]\\src\\out\\Release\\dummy_target_1.isolated.gen.json",
"[SLAVE_BUILD]\\src\\out\\Release\\dummy_target_2.isolated.gen.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "isolate tests (2)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -255,6 +266,7 @@
"[SLAVE_BUILD]\\src\\out\\Release",
"[SLAVE_BUILD]\\src\\out\\Release.2"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Move [SLAVE_BUILD]\\src\\out\\Release to [SLAVE_BUILD]\\src\\out\\Release.2",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698