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 = '[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'}]"
, | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"123456789abcdef\"@@@", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
80 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" | 81 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@" |
81 ] | 82 ] |
82 }, | 83 }, |
83 { | 84 { |
84 "cmd": [ | 85 "cmd": [ |
85 "python", | 86 "python", |
86 "-u", | 87 "-u", |
87 "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" | 88 "[BUILD]/scripts/slave/runhooks_wrapper.py" |
88 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
89 "env": { | 91 "env": { |
90 "CHROMIUM_GYP_SYNTAX_CHECK": "1", | 92 "CHROMIUM_GYP_SYNTAX_CHECK": "1", |
91 "DEPOT_TOOLS_UPDATE": "0", | 93 "DEPOT_TOOLS_UPDATE": "0", |
92 "GYP_DEFINES": "asan=1 lsan=1 component=static_library", | 94 "GYP_DEFINES": "asan=1 lsan=1 component=static_library", |
93 "GYP_GENERATORS": "ninja", | 95 "GYP_GENERATORS": "ninja", |
94 "LANDMINES_VERBOSE": "1" | 96 "LANDMINES_VERBOSE": "1" |
95 }, | 97 }, |
96 "name": "gclient runhooks wrapper" | 98 "name": "gclient runhooks wrapper" |
97 }, | 99 }, |
98 { | 100 { |
99 "cmd": [ | 101 "cmd": [ |
100 "python", | 102 "python", |
101 "src/tools/clang/scripts/update.py" | 103 "src/tools/clang/scripts/update.py" |
102 ], | 104 ], |
103 "cwd": "[CWD]", | 105 "cwd": "[SLAVE_BUILD]", |
104 "env": { | 106 "env": { |
105 "LLVM_URL": "http://llvm.org/svn/llvm-project" | 107 "LLVM_URL": "http://llvm.org/svn/llvm-project" |
106 }, | 108 }, |
107 "name": "update_clang" | 109 "name": "update_clang" |
108 }, | 110 }, |
109 { | 111 { |
110 "cmd": [ | 112 "cmd": [ |
111 "python", | 113 "python", |
112 "-u", | 114 "-u", |
113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
114 "--show-path", | 116 "--show-path", |
115 "python", | 117 "python", |
116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
117 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
118 "name": "cleanup_temp" | 121 "name": "cleanup_temp" |
119 }, | 122 }, |
120 { | 123 { |
121 "cmd": [ | 124 "cmd": [ |
122 "python", | 125 "python", |
123 "-u", | 126 "-u", |
124 "[ROOT]/b/build/scripts/slave/compile.py", | 127 "[BUILD]/scripts/slave/compile.py", |
125 "--target", | 128 "--target", |
126 "Release", | 129 "Release", |
127 "--build-tool=ninja", | 130 "--build-tool=ninja", |
128 "--compiler=goma-clang", | 131 "--compiler=goma-clang", |
129 "--", | 132 "--", |
130 "blink_tests", | 133 "blink_tests", |
131 "--clobber" | 134 "--clobber" |
132 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]", |
133 "name": "compile" | 137 "name": "compile" |
134 }, | 138 }, |
135 { | 139 { |
136 "cmd": [ | 140 "cmd": [ |
137 "python", | 141 "python", |
138 "-u", | 142 "-u", |
139 "[ROOT]/b/build/scripts/slave/runtest.py", | 143 "[BUILD]/scripts/slave/runtest.py", |
140 "--run-python-script", | 144 "--run-python-script", |
141 "--target", | 145 "--target", |
142 "Release", | 146 "Release", |
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\"}", | 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\"}", |
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\"]
}", | 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\"]
}", |
145 "--no-xvfb", | 149 "--no-xvfb", |
146 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 150 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
147 "--target", | 151 "--target", |
148 "Release", | 152 "Release", |
149 "-o", | 153 "-o", |
150 "../../layout-test-results", | 154 "../../layout-test-results", |
151 "--build-number", | 155 "--build-number", |
152 "42", | 156 "42", |
153 "--builder-name", | 157 "--builder-name", |
154 "Blink Linux LSan ASan", | 158 "Blink Linux LSan ASan", |
155 "--additional-expectations", | 159 "--additional-expectations", |
156 "src/third_party/WebKit/LayoutTests/ASANExpectations", | 160 "src/third_party/WebKit/LayoutTests/ASANExpectations", |
157 "--time-out-ms", | 161 "--time-out-ms", |
158 "48000", | 162 "48000", |
159 "--options=--enable-sanitizer" | 163 "--options=--enable-sanitizer" |
160 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", |
161 "name": "webkit_tests" | 166 "name": "webkit_tests" |
162 }, | 167 }, |
163 { | 168 { |
164 "name": "$result", | 169 "name": "$result", |
165 "recipe_result": null, | 170 "recipe_result": null, |
166 "status_code": 0 | 171 "status_code": 0 |
167 } | 172 } |
168 ] | 173 ] |
OLD | NEW |