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

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

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "--gsutil-py-path", 174 "--gsutil-py-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--ninja-path", 176 "--ninja-path",
177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
178 "--target", 178 "--target",
179 "Release", 179 "Release",
180 "--src-dir", 180 "--src-dir",
181 "[SLAVE_BUILD]/src", 181 "[SLAVE_BUILD]/src",
182 "--goma-cache-dir", 182 "--goma-cache-dir",
183 "[GOMA_CACHE]", 183 "[GOMA_CACHE]",
184 "--buildbot-buildername",
185 "ClangToTLinuxASanLibfuzzer",
186 "--buildbot-mastername",
187 "chromium.fyi",
188 "--buildbot-slavename",
189 "TestSlavename",
184 "--compiler", 190 "--compiler",
185 "goma-clang", 191 "goma-clang",
186 "--goma-jsonstatus", 192 "--goma-jsonstatus",
187 "/path/to/tmp/json", 193 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 194 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 195 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 196 "--goma-dir",
191 "[BUILD]/goma", 197 "[BUILD]/goma",
192 "--", 198 "--",
193 "empty_fuzzer" 199 "empty_fuzzer"
(...skipping 13 matching lines...) Expand all
207 "-runs=1" 213 "-runs=1"
208 ], 214 ],
209 "name": "running empty_fuzzer" 215 "name": "running empty_fuzzer"
210 }, 216 },
211 { 217 {
212 "name": "$result", 218 "name": "$result",
213 "recipe_result": null, 219 "recipe_result": null,
214 "status_code": 0 220 "status_code": 0
215 } 221 }
216 ] 222 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698