OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/kill_processes.py" | 6 "[ROOT]/b/build/scripts/slave/kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
16 "--master", | 15 "--master", |
17 "client.drmemory", | 16 "client.drmemory", |
18 "--builder", | 17 "--builder", |
19 "win8-cr-builder", | 18 "win8-cr-builder", |
20 "--slave", | 19 "--slave", |
21 "TestSlave", | 20 "TestSlave", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party
/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.google
code.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'ht
tp://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code
.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}
, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chro
mium.googlesource.com/chromium/src.git'}]", | 22 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url'
: 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project'
, 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url'
: 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromiu
m.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 26 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]/b/build/slave/cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@123456789abcdef", | 32 "src@123456789abcdef", |
34 "--force", | 33 "--force", |
35 "--output_manifest" | 34 "--output_manifest" |
36 ], | 35 ], |
37 "cwd": "[SLAVE_BUILD]", | |
38 "env": { | 36 "env": { |
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 38 }, |
41 "name": "bot_update", | 39 "name": "bot_update", |
42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 85 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
88 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 86 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
89 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 87 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
90 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 88 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
91 ] | 89 ] |
92 }, | 90 }, |
93 { | 91 { |
94 "cmd": [ | 92 "cmd": [ |
95 "python", | 93 "python", |
96 "-u", | 94 "-u", |
97 "[BUILD]/scripts/slave/runhooks_wrapper.py" | 95 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
98 ], | 96 ], |
99 "cwd": "[SLAVE_BUILD]", | |
100 "env": { | 97 "env": { |
101 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 98 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
102 "DEPOT_TOOLS_UPDATE": "0", | 99 "DEPOT_TOOLS_UPDATE": "0", |
103 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", | 100 "GYP_DEFINES": "build_for_tool=drmemory component=shared_library", |
104 "LANDMINES_VERBOSE": "1" | 101 "LANDMINES_VERBOSE": "1" |
105 }, | 102 }, |
106 "name": "gclient runhooks wrapper" | 103 "name": "gclient runhooks wrapper" |
107 }, | 104 }, |
108 { | 105 { |
109 "cmd": [ | 106 "cmd": [ |
110 "python", | 107 "python", |
111 "-u", | 108 "-u", |
112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 109 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
113 "--show-path", | 110 "--show-path", |
114 "python", | 111 "python", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
116 ], | 113 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
119 }, | 115 }, |
120 { | 116 { |
121 "cmd": [ | 117 "cmd": [ |
122 "python_slave", | 118 "python_slave", |
123 "[BUILD]/scripts/slave/compile.py", | 119 "[ROOT]/b/build/scripts/slave/compile.py", |
124 "--solution", | 120 "--solution", |
125 "all.sln", | 121 "all.sln", |
126 "--project", | 122 "--project", |
127 "chromium_builder_dbg_drmemory_win", | 123 "chromium_builder_dbg_drmemory_win", |
128 "--target", | 124 "--target", |
129 "Debug" | 125 "Debug" |
130 ], | 126 ], |
131 "cwd": "[SLAVE_BUILD]", | |
132 "name": "compile" | 127 "name": "compile" |
133 }, | 128 }, |
134 { | 129 { |
135 "name": "$result", | 130 "name": "$result", |
136 "recipe_result": null, | 131 "recipe_result": null, |
137 "status_code": 0 | 132 "status_code": 0 |
138 } | 133 } |
139 ] | 134 ] |
OLD | NEW |