Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxAsanLibfuzzer.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "ClangToTLinuxAsanLibfuzzer", 10 "ClangToTLinuxAsanLibfuzzer",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "--gsutil-py-path", 173 "--gsutil-py-path",
174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
175 "--ninja-path", 175 "--ninja-path",
176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
177 "--target", 177 "--target",
178 "Release", 178 "Release",
179 "--src-dir", 179 "--src-dir",
180 "[SLAVE_BUILD]/src", 180 "[SLAVE_BUILD]/src",
181 "--goma-cache-dir", 181 "--goma-cache-dir",
182 "[GOMA_CACHE]", 182 "[GOMA_CACHE]",
183 "--buildbot-buildername",
184 "ClangToTLinuxAsanLibfuzzer",
185 "--buildbot-mastername",
186 "chromium.fyi",
187 "--buildbot-slavename",
188 "TestSlavename",
189 "--compiler", 183 "--compiler",
190 "goma-clang", 184 "goma-clang",
191 "--goma-jsonstatus", 185 "--goma-jsonstatus",
192 "/path/to/tmp/json", 186 "/path/to/tmp/json",
193 "--goma-service-account-json-file", 187 "--goma-service-account-json-file",
194 "/creds/service_accounts/service-account-goma-client.json", 188 "/creds/service_accounts/service-account-goma-client.json",
195 "--goma-dir", 189 "--goma-dir",
196 "[BUILD]/goma", 190 "[BUILD]/goma",
197 "--", 191 "--",
198 "empty_fuzzer" 192 "empty_fuzzer"
(...skipping 13 matching lines...) Expand all
212 "-runs=1" 206 "-runs=1"
213 ], 207 ],
214 "name": "running empty_fuzzer" 208 "name": "running empty_fuzzer"
215 }, 209 },
216 { 210 {
217 "name": "$result", 211 "name": "$result",
218 "recipe_result": null, 212 "recipe_result": null,
219 "status_code": 0 213 "status_code": 0
220 } 214 }
221 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698