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

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

Issue 2299273003: chromium_libfuzzer_clang_tot: Set LLVM_FORCE_HEAD_REVISION during runhooks. (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
« no previous file with comments | « scripts/slave/recipes/chromium_libfuzzer_clang_tot.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
112 "runhooks" 112 "runhooks"
113 ], 113 ],
114 "cwd": "[SLAVE_BUILD]/src", 114 "cwd": "[SLAVE_BUILD]/src",
115 "env": { 115 "env": {
116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
117 "GYP_CHROMIUM_NO_ACTION": "1", 117 "GYP_CHROMIUM_NO_ACTION": "1",
118 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' pr oprietary_codecs=1 target_arch=x64 use_goma=1", 118 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' pr oprietary_codecs=1 target_arch=x64 use_goma=1",
119 "LLVM_FORCE_HEAD_REVISION": "YES",
119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
120 }, 121 },
121 "name": "gclient runhooks" 122 "name": "gclient runhooks"
122 }, 123 },
123 { 124 {
124 "cmd": [ 125 "cmd": [
125 "python", 126 "python",
126 "-u", 127 "-u",
127 "[SLAVE_BUILD]/src/tools/mb/mb.py", 128 "[SLAVE_BUILD]/src/tools/mb/mb.py",
128 "gen", 129 "gen",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "-runs=1" 207 "-runs=1"
207 ], 208 ],
208 "name": "running empty_fuzzer" 209 "name": "running empty_fuzzer"
209 }, 210 },
210 { 211 {
211 "name": "$result", 212 "name": "$result",
212 "recipe_result": null, 213 "recipe_result": null,
213 "status_code": 0 214 "status_code": 0
214 } 215 }
215 ] 216 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_libfuzzer_clang_tot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698