OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Blink Linux LSan ASan", | 10 "Blink Linux LSan ASan", |
11 "--slave", | 11 "--slave", |
12 "TestSlave", | 12 "TestSlave", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'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'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.or
g/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.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': Tru
e, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
, |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"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\"}", | 18 "{\"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\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@123456789abcdef", | 24 "src@123456789abcdef", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
82 ] | 81 ] |
83 }, | 82 }, |
84 { | 83 { |
85 "cmd": [ | 84 "cmd": [ |
86 "python", | 85 "python", |
87 "-u", | 86 "-u", |
88 "[BUILD]/scripts/slave/runhooks_wrapper.py" | 87 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
89 ], | 88 ], |
90 "cwd": "[SLAVE_BUILD]", | |
91 "env": { | 89 "env": { |
92 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
93 "DEPOT_TOOLS_UPDATE": "0", | 91 "DEPOT_TOOLS_UPDATE": "0", |
94 "GYP_DEFINES": "asan=1 lsan=1 component=static_library", | 92 "GYP_DEFINES": "asan=1 lsan=1 component=static_library", |
95 "GYP_GENERATORS": "ninja", | 93 "GYP_GENERATORS": "ninja", |
96 "LANDMINES_VERBOSE": "1" | 94 "LANDMINES_VERBOSE": "1" |
97 }, | 95 }, |
98 "name": "gclient runhooks wrapper" | 96 "name": "gclient runhooks wrapper" |
99 }, | 97 }, |
100 { | 98 { |
101 "cmd": [ | 99 "cmd": [ |
102 "python", | 100 "python", |
103 "src/tools/clang/scripts/update.py" | 101 "src/tools/clang/scripts/update.py" |
104 ], | 102 ], |
105 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[CWD]", |
106 "env": { | 104 "env": { |
107 "LLVM_URL": "http://llvm.org/svn/llvm-project" | 105 "LLVM_URL": "http://llvm.org/svn/llvm-project" |
108 }, | 106 }, |
109 "name": "update_clang" | 107 "name": "update_clang" |
110 }, | 108 }, |
111 { | 109 { |
112 "cmd": [ | 110 "cmd": [ |
113 "python", | 111 "python", |
114 "-u", | 112 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
116 "--show-path", | 114 "--show-path", |
117 "python", | 115 "python", |
118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
119 ], | 117 ], |
120 "cwd": "[SLAVE_BUILD]", | |
121 "name": "cleanup_temp" | 118 "name": "cleanup_temp" |
122 }, | 119 }, |
123 { | 120 { |
124 "cmd": [ | 121 "cmd": [ |
125 "python", | 122 "python", |
126 "-u", | 123 "-u", |
127 "[BUILD]/scripts/slave/compile.py", | 124 "[ROOT]/b/build/scripts/slave/compile.py", |
128 "--target", | 125 "--target", |
129 "Release", | 126 "Release", |
130 "--build-tool=ninja", | 127 "--build-tool=ninja", |
131 "--compiler=goma-clang", | 128 "--compiler=goma-clang", |
132 "--", | 129 "--", |
133 "blink_tests", | 130 "blink_tests", |
134 "--clobber" | 131 "--clobber" |
135 ], | 132 ], |
136 "cwd": "[SLAVE_BUILD]", | |
137 "name": "compile" | 133 "name": "compile" |
138 }, | 134 }, |
139 { | 135 { |
140 "cmd": [ | 136 "cmd": [ |
141 "python", | 137 "python", |
142 "-u", | 138 "-u", |
143 "[BUILD]/scripts/slave/runtest.py", | 139 "[ROOT]/b/build/scripts/slave/runtest.py", |
144 "--run-python-script", | 140 "--run-python-script", |
145 "--target", | 141 "--target", |
146 "Release", | 142 "Release", |
147 "--build-properties={\"buildername\":\"Blink Linux LSan ASan\",\"buildnumb
er\":\"42\",\"clobber\":\"\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\",\"got_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_cl
ient_revision\":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_clie
nt_revision_cp\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225
ddc271c132c3a35f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#4
3426}\",\"got_webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"g
ot_webkit_revision_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromiu
m.fyi\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"123
456789abcdef\",\"slavename\":\"TestSlave\"}", | 143 "--build-properties={\"buildername\":\"Blink Linux LSan ASan\",\"buildnumb
er\":\"42\",\"clobber\":\"\",\"got_revision\":\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\",\"got_revision_cp\":\"refs/heads/master@{#170242}\",\"got_swarming_cl
ient_revision\":\"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\",\"got_swarming_clie
nt_revision_cp\":\"refs/heads/master@{#276089}\",\"got_v8_revision\":\"801ada225
ddc271c132c3a35f03975671d43e399\",\"got_v8_revision_cp\":\"refs/heads/master@{#4
3426}\",\"got_webkit_revision\":\"5e2293dffc3cd07d37fbedea3b500f0eb650614d\",\"g
ot_webkit_revision_cp\":\"refs/heads/master@{#124383}\",\"mastername\":\"chromiu
m.fyi\",\"recipe\":\"chromium.fyi.misc_block.recipe_autogen\",\"revision\":\"123
456789abcdef\",\"slavename\":\"TestSlave\"}", |
148 "--factory-properties={\"additional_expectations\":[[\"third_party\",\"Web
Kit\",\"LayoutTests\",\"ASANExpectations\"]],\"archive_webkit_results\":false,\"
asan\":true,\"blink_config\":\"blink\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CH
ECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"asan=1 lsan=1 compone
nt=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\"
generate_gtest_json\":true,\"lsan\":true,\"time_out_ms\":\"48000\",\"webkit_dir\
":\"third_party/WebKit/Source\",\"webkit_test_options\":[\"--enable-sanitizer\"]
}", | 144 "--factory-properties={\"additional_expectations\":[[\"third_party\",\"Web
Kit\",\"LayoutTests\",\"ASANExpectations\"]],\"archive_webkit_results\":false,\"
asan\":true,\"blink_config\":\"blink\",\"gclient_env\":{\"CHROMIUM_GYP_SYNTAX_CH
ECK\":\"1\",\"DEPOT_TOOLS_UPDATE\":\"0\",\"GYP_DEFINES\":\"asan=1 lsan=1 compone
nt=static_library\",\"GYP_GENERATORS\":\"ninja\",\"LANDMINES_VERBOSE\":\"1\"},\"
generate_gtest_json\":true,\"lsan\":true,\"time_out_ms\":\"48000\",\"webkit_dir\
":\"third_party/WebKit/Source\",\"webkit_test_options\":[\"--enable-sanitizer\"]
}", |
149 "--no-xvfb", | 145 "--no-xvfb", |
150 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 146 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", |
151 "--target", | 147 "--target", |
152 "Release", | 148 "Release", |
153 "-o", | 149 "-o", |
154 "../../layout-test-results", | 150 "../../layout-test-results", |
155 "--build-number", | 151 "--build-number", |
156 "42", | 152 "42", |
157 "--builder-name", | 153 "--builder-name", |
158 "Blink Linux LSan ASan", | 154 "Blink Linux LSan ASan", |
159 "--additional-expectations", | 155 "--additional-expectations", |
160 "src/third_party/WebKit/LayoutTests/ASANExpectations", | 156 "src/third_party/WebKit/LayoutTests/ASANExpectations", |
161 "--time-out-ms", | 157 "--time-out-ms", |
162 "48000", | 158 "48000", |
163 "--options=--enable-sanitizer" | 159 "--options=--enable-sanitizer" |
164 ], | 160 ], |
165 "cwd": "[SLAVE_BUILD]", | |
166 "name": "webkit_tests" | 161 "name": "webkit_tests" |
167 }, | 162 }, |
168 { | 163 { |
169 "name": "$result", | 164 "name": "$result", |
170 "recipe_result": null, | 165 "recipe_result": null, |
171 "status_code": 0 | 166 "status_code": 0 |
172 } | 167 } |
173 ] | 168 ] |
OLD | NEW |