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.nacl.sdk", | 16 "client.nacl.sdk", |
18 "--builder", | 17 "--builder", |
19 "windows-sdk-multirel", | 18 "windows-sdk-multirel", |
20 "--slave", | 19 "--slave", |
21 "TestSlave", | 20 "TestSlave", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src-pdf': None,
'src/pdf': None}, 'custom_vars': {'googlecode_url': 'svn://svn.chromium.org/%s'
, 'sourceforge_url': 'svn://svn.chromium.org/%(repo)s', 'svn_url': 'svn://svn.ch
romium.org', 'webkit_trunk': 'svn://svn.chromium.org/blink/trunk'}, 'deps_file':
'.DEPS.git', 'managed': True, 'name': 'chrome-official', 'url': 'svn://svn.chro
mium.org/chrome-internal/trunk/tools/buildspec/build/chrome-official'}]", | 22 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps'
: {'src-pdf': None, 'src/pdf': None}, 'custom_vars': {'googlecode_url': 'svn://s
vn.chromium.org/%s', 'sourceforge_url': 'svn://svn.chromium.org/%(repo)s', 'svn_
url': 'svn://svn.chromium.org', 'webkit_trunk': 'svn://svn.chromium.org/blink/tr
unk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome-official', 'ur
l': 'svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/build/chrome-o
fficial'}]", |
24 "--root", | 23 "--root", |
25 "chrome-official", | 24 "chrome-official", |
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 "chrome-official@123456789abcdef", | 32 "chrome-official@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@ \"chrome-official\": \"123456789abcdef\"
@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"chrome-official\": \"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": "fastbuild=1 component=static_library", | 100 "GYP_DEFINES": "fastbuild=1 component=static_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", | 118 "python", |
123 "-u", | 119 "-u", |
124 "[BUILD]/scripts/slave/compile.py", | 120 "[ROOT]/b/build/scripts/slave/compile.py", |
125 "--solution", | 121 "--solution", |
126 "all.sln", | 122 "all.sln", |
127 "--project", | 123 "--project", |
128 "chromium_builder_tests", | 124 "chromium_builder_tests", |
129 "--target", | 125 "--target", |
130 "Release", | 126 "Release", |
131 "--clobber", | 127 "--clobber", |
132 "--compiler=goma" | 128 "--compiler=goma" |
133 ], | 129 ], |
134 "cwd": "[SLAVE_BUILD]", | |
135 "name": "compile" | 130 "name": "compile" |
136 }, | 131 }, |
137 { | 132 { |
138 "allow_subannotations": true, | 133 "allow_subannotations": true, |
139 "cmd": [ | 134 "cmd": [ |
140 "python", | 135 "python", |
141 "-u", | 136 "-u", |
142 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py", | 137 "[ROOT]/b/build/scripts/slave/chromium/nacl_sdk_buildbot_run.py", |
143 "--build-properties={\"buildername\":\"windows-sdk-multirel\",\"buildnumbe
r\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_r
evision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\
"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03
975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webk
it_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision
_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recip
e\":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slaven
ame\":\"TestSlave\"}", | 138 "--build-properties={\"buildername\":\"windows-sdk-multirel\",\"buildnumbe
r\":\"42\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\",\"got_r
evision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_client_revision\":\"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_client_revision_cp\":\
"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225ddc271c132c3a35f03
975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#43426}\",\"got_webk
it_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"got_webkit_revision
_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"client.nacl.sdk\",\"recip
e\":\"client.nacl.sdk.recipe_autogen\",\"revision\":\"123456789abcdef\",\"slaven
ame\":\"TestSlave\"}", |
144 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\
"blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\
",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li
brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\
":true}" | 139 "--factory-properties={\"annotated_script\":\"nacl_sdk_buildbot_run.py\",\
"blink_config\":\"chromium\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CHECK\":\"1\
",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"fastbuild=1 component=static_li
brary\",\"LANDMINES_VERBOSE\":\"1\"},\"no_gclient_branch\":true,\"nuke_and_pave\
":true}" |
145 ], | 140 ], |
146 "cwd": "[SLAVE_BUILD]", | |
147 "name": "annotated_steps" | 141 "name": "annotated_steps" |
148 }, | 142 }, |
149 { | 143 { |
150 "name": "$result", | 144 "name": "$result", |
151 "recipe_result": null, | 145 "recipe_result": null, |
152 "status_code": 0 | 146 "status_code": 0 |
153 } | 147 } |
154 ] | 148 ] |
OLD | NEW |