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

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

Issue 2302383002: Fix a small typo in chromium_libfuzzer_clang_tot (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",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': 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/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "[SLAVE_BUILD]/src/tools/mb/mb.py", 127 "[SLAVE_BUILD]/src/tools/mb/mb.py",
128 "gen", 128 "gen",
129 "-m", 129 "-m",
130 "chromium.fyi", 130 "chromium.fyi",
131 "-b", 131 "-b",
132 "ClangToTLinuxAsanLibfuzzer", 132 "ClangToTLinuxASanLibfuzzer",
133 "--config-file", 133 "--config-file",
134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
135 "//out/Release" 135 "//out/Release"
136 ], 136 ],
137 "cwd": "[SLAVE_BUILD]/src", 137 "cwd": "[SLAVE_BUILD]/src",
138 "env": { 138 "env": {
139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
140 }, 140 },
141 "name": "generate_build_files" 141 "name": "generate_build_files"
142 }, 142 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "-runs=1" 206 "-runs=1"
207 ], 207 ],
208 "name": "running empty_fuzzer" 208 "name": "running empty_fuzzer"
209 }, 209 },
210 { 210 {
211 "name": "$result", 211 "name": "$result",
212 "recipe_result": null, 212 "recipe_result": null,
213 "status_code": 0 213 "status_code": 0
214 } 214 }
215 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698