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 "CFI Linux ToT", | 10 "CFI Linux ToT", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"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@HEAD", | 24 "src@HEAD", |
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\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 58 matching lines...) Loading... |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
104 "runhooks" | 105 "runhooks" |
105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "env": { | 108 "env": { |
107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
108 "GYP_DEFINES": "cfi_vptr=1 clang=1 clang_use_chrome_plugins=0 component=st
atic_library target_arch=x64", | 110 "GYP_DEFINES": "cfi_vptr=1 clang=1 clang_use_chrome_plugins=0 component=st
atic_library target_arch=x64", |
109 "GYP_LINK_CONCURRENCY": "8", | 111 "GYP_LINK_CONCURRENCY": "8", |
110 "LLVM_FORCE_HEAD_REVISION": "YES", | 112 "LLVM_FORCE_HEAD_REVISION": "YES", |
111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
112 }, | 114 }, |
113 "name": "gclient runhooks" | 115 "name": "gclient runhooks" |
114 }, | 116 }, |
115 { | 117 { |
116 "cmd": [ | 118 "cmd": [ |
117 "python", | 119 "python", |
118 "-u", | 120 "-u", |
119 "[CWD]/src/testing/scripts/get_compile_targets.py", | 121 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
120 "--output", | 122 "--output", |
121 "/path/to/tmp/json", | 123 "/path/to/tmp/json", |
122 "--", | 124 "--", |
123 "--build-config-fs", | 125 "--build-config-fs", |
124 "Release", | 126 "Release", |
125 "--paths", | 127 "--paths", |
126 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 128 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
127 "--properties", | 129 "--properties", |
128 "{\"buildername\": \"CFI Linux ToT\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | 130 "{\"buildername\": \"CFI Linux ToT\", \"buildnumber\": 571, \"mastername\"
: \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
129 ], | 131 ], |
| 132 "cwd": "[SLAVE_BUILD]", |
130 "name": "get compile targets for scripts", | 133 "name": "get compile targets for scripts", |
131 "~followup_annotations": [ | 134 "~followup_annotations": [ |
132 "@@@STEP_LOG_LINE@json.output@{}@@@", | 135 "@@@STEP_LOG_LINE@json.output@{}@@@", |
133 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
134 ] | 137 ] |
135 }, | 138 }, |
136 { | 139 { |
137 "cmd": [ | 140 "cmd": [ |
138 "python", | 141 "python", |
139 "-u", | 142 "-u", |
140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 143 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
141 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 144 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
142 "/path/to/tmp/json" | 145 "/path/to/tmp/json" |
143 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", |
144 "name": "read test spec", | 148 "name": "read test spec", |
145 "~followup_annotations": [ | 149 "~followup_annotations": [ |
146 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 150 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
147 "@@@STEP_LOG_LINE@json.output@{}@@@", | 151 "@@@STEP_LOG_LINE@json.output@{}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 153 ] |
150 }, | 154 }, |
151 { | 155 { |
152 "cmd": [ | 156 "cmd": [ |
153 "python", | 157 "python", |
154 "-u", | 158 "-u", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 159 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
156 "--show-path", | 160 "--show-path", |
157 "python", | 161 "python", |
158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
159 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]", |
160 "name": "cleanup_temp" | 165 "name": "cleanup_temp" |
161 }, | 166 }, |
162 { | 167 { |
163 "allow_subannotations": true, | 168 "allow_subannotations": true, |
164 "cmd": [ | 169 "cmd": [ |
165 "python", | 170 "python", |
166 "-u", | 171 "-u", |
167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
168 "--src-dir", | 173 "--src-dir", |
169 "[CWD]/src", | 174 "[SLAVE_BUILD]/src", |
170 "--output-json", | 175 "--output-json", |
171 "/path/to/tmp/json" | 176 "/path/to/tmp/json" |
172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
173 "env": { | 179 "env": { |
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
175 "LLVM_FORCE_HEAD_REVISION": "YES" | 181 "LLVM_FORCE_HEAD_REVISION": "YES" |
176 }, | 182 }, |
177 "name": "clang_revision", | 183 "name": "clang_revision", |
178 "~followup_annotations": [ | 184 "~followup_annotations": [ |
179 "@@@STEP_LOG_LINE@json.output@{@@@", | 185 "@@@STEP_LOG_LINE@json.output@{@@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
181 "@@@STEP_LOG_LINE@json.output@}@@@", | 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
182 "@@@STEP_LOG_END@json.output@@@" | 188 "@@@STEP_LOG_END@json.output@@@" |
183 ] | 189 ] |
184 }, | 190 }, |
185 { | 191 { |
186 "cmd": [ | 192 "cmd": [ |
187 "python", | 193 "python", |
188 "-u", | 194 "-u", |
189 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 195 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
190 "--show-path", | 196 "--show-path", |
191 "python", | 197 "python", |
192 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
193 "--gsutil-py-path", | 199 "--gsutil-py-path", |
194 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
195 "--ninja-path", | 201 "--ninja-path", |
196 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
197 "--target", | 203 "--target", |
198 "Release", | 204 "Release", |
199 "--src-dir", | 205 "--src-dir", |
200 "[CWD]/src", | 206 "[SLAVE_BUILD]/src", |
201 "--goma-cache-dir", | 207 "--goma-cache-dir", |
202 "[ROOT]/b/build/slave/goma_cache", | 208 "[GOMA_CACHE]", |
203 "--build-tool", | 209 "--build-tool", |
204 "ninja", | 210 "ninja", |
205 "--build-data-dir", | 211 "--build-data-dir", |
206 "[ROOT]/build_data_dir", | 212 "[ROOT]/build_data_dir", |
207 "--compiler", | 213 "--compiler", |
208 "clang", | 214 "clang", |
209 "--", | 215 "--", |
210 "All" | 216 "All" |
211 ], | 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
212 "env": { | 219 "env": { |
213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
214 "LLVM_FORCE_HEAD_REVISION": "YES" | 221 "LLVM_FORCE_HEAD_REVISION": "YES" |
215 }, | 222 }, |
216 "name": "compile" | 223 "name": "compile" |
217 }, | 224 }, |
218 { | 225 { |
219 "name": "$result", | 226 "name": "$result", |
220 "recipe_result": null, | 227 "recipe_result": null, |
221 "status_code": 0 | 228 "status_code": 0 |
222 } | 229 } |
223 ] | 230 ] |
OLD | NEW |