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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_libfuzzer_rel", 10 "linux_libfuzzer_rel",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "--gsutil-py-path", 181 "--gsutil-py-path",
182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
183 "--ninja-path", 183 "--ninja-path",
184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
185 "--target", 185 "--target",
186 "Release", 186 "Release",
187 "--src-dir", 187 "--src-dir",
188 "[SLAVE_BUILD]/src", 188 "[SLAVE_BUILD]/src",
189 "--goma-cache-dir", 189 "--goma-cache-dir",
190 "[GOMA_CACHE]", 190 "[GOMA_CACHE]",
191 "--buildbot-buildername",
192 "linux_libfuzzer_rel",
193 "--buildbot-mastername",
194 "tryserver.webrtc",
195 "--buildbot-slavename",
196 "TestSlavename",
191 "--compiler", 197 "--compiler",
192 "goma", 198 "goma",
193 "--goma-jsonstatus", 199 "--goma-jsonstatus",
194 "/path/to/tmp/json", 200 "/path/to/tmp/json",
195 "--goma-service-account-json-file", 201 "--goma-service-account-json-file",
196 "/creds/service_accounts/service-account-goma-client.json", 202 "/creds/service_accounts/service-account-goma-client.json",
197 "--goma-dir", 203 "--goma-dir",
198 "[CACHE]/cipd/goma", 204 "[CACHE]/cipd/goma",
199 "--goma-fail-fast", 205 "--goma-fail-fast",
200 "--goma-disable-local-fallback", 206 "--goma-disable-local-fallback",
(...skipping 10 matching lines...) Expand all
211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 217 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
212 "@@@STEP_LOG_END@json.output (invalid)@@@" 218 "@@@STEP_LOG_END@json.output (invalid)@@@"
213 ] 219 ]
214 }, 220 },
215 { 221 {
216 "name": "$result", 222 "name": "$result",
217 "recipe_result": null, 223 "recipe_result": null,
218 "status_code": 0 224 "status_code": 0
219 } 225 }
220 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698