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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_64_MirrorFalse.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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e dge/deps/dartium.deps'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_e dge/deps/dartium.deps'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "gclient setup" 12 "name": "gclient setup"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[DEPOT_TOOLS]/gclient.py", 18 "[DEPOT_TOOLS]/gclient.py",
18 "sync", 19 "sync",
19 "--nohooks", 20 "--nohooks",
20 "--force", 21 "--force",
21 "--verbose", 22 "--verbose",
22 "--delete_unversioned_trees", 23 "--delete_unversioned_trees",
23 "--revision", 24 "--revision",
24 "dartium.deps@12345", 25 "dartium.deps@12345",
25 "--output-json", 26 "--output-json",
26 "/path/to/tmp/json" 27 "/path/to/tmp/json"
27 ], 28 ],
29 "cwd": "[SLAVE_BUILD]",
28 "name": "gclient sync", 30 "name": "gclient sync",
29 "~followup_annotations": [ 31 "~followup_annotations": [
30 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@",
34 "@@@STEP_LOG_LINE@json.output@ }, @@@", 36 "@@@STEP_LOG_LINE@json.output@ }, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"src/dart/\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src/dart/\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"revision\": 58622@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"revision\": 58622@@@",
37 "@@@STEP_LOG_LINE@json.output@ }, @@@", 39 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 23 matching lines...) Expand all
61 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" 63 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
62 ] 64 ]
63 }, 65 },
64 { 66 {
65 "cmd": [ 67 "cmd": [
66 "python", 68 "python",
67 "-u", 69 "-u",
68 "[DEPOT_TOOLS]/gclient.py", 70 "[DEPOT_TOOLS]/gclient.py",
69 "runhooks" 71 "runhooks"
70 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
71 "env": { 74 "env": {
72 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_stri p_binary=1 target_arch=x64 use_goma=1", 75 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_stri p_binary=1 target_arch=x64 use_goma=1",
73 "GYP_GENERATORS": "ninja" 76 "GYP_GENERATORS": "ninja"
74 }, 77 },
75 "name": "gclient runhooks" 78 "name": "gclient runhooks"
76 }, 79 },
77 { 80 {
78 "cmd": [ 81 "cmd": [
79 "python", 82 "python",
80 "-u", 83 "-u",
81 "[BUILD]/scripts/slave/compile.py", 84 "[BUILD]/scripts/slave/compile.py",
82 "--target", 85 "--target",
83 "Release", 86 "Release",
84 "--src-dir", 87 "--src-dir",
85 "[SLAVE_BUILD]/src", 88 "[SLAVE_BUILD]/src",
86 "--build-tool", 89 "--build-tool",
87 "ninja", 90 "ninja",
88 "--compiler", 91 "--compiler",
89 "goma", 92 "goma",
90 "--goma-dir", 93 "--goma-dir",
91 "[BUILD]/goma", 94 "[BUILD]/goma",
92 "--", 95 "--",
93 "All", 96 "All",
94 "chromium_builder_tests" 97 "chromium_builder_tests"
95 ], 98 ],
99 "cwd": "[SLAVE_BUILD]",
96 "name": "compile" 100 "name": "compile"
97 }, 101 },
98 { 102 {
99 "cmd": [ 103 "cmd": [
100 "python", 104 "python",
101 "-u", 105 "-u",
102 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", 106 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py",
103 "12345" 107 "12345"
104 ], 108 ],
109 "cwd": "[SLAVE_BUILD]",
105 "name": "archive_build" 110 "name": "archive_build"
106 } 111 }
107 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698