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

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

Issue 2304313002: ClangToTLinuxASanLibfuzzer: Add 'clang_tot' to 'chromium_apply_config' (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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "cmd": [ 108 "cmd": [
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 clang_use_chrome_plugins=0 component=static_librar y gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 use_goma=1",
119 "LLVM_FORCE_HEAD_REVISION": "YES", 119 "LLVM_FORCE_HEAD_REVISION": "YES",
120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
121 }, 121 },
122 "name": "gclient runhooks" 122 "name": "gclient runhooks"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[SLAVE_BUILD]/src/tools/mb/mb.py", 128 "[SLAVE_BUILD]/src/tools/mb/mb.py",
(...skipping 17 matching lines...) Expand all
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
150 "--src-dir", 150 "--src-dir",
151 "[SLAVE_BUILD]/src", 151 "[SLAVE_BUILD]/src",
152 "--output-json", 152 "--output-json",
153 "/path/to/tmp/json" 153 "/path/to/tmp/json"
154 ], 154 ],
155 "env": { 155 "env": {
156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
157 "LLVM_FORCE_HEAD_REVISION": "YES"
157 }, 158 },
158 "name": "clang_revision", 159 "name": "clang_revision",
159 "~followup_annotations": [ 160 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output@{@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
162 "@@@STEP_LOG_LINE@json.output@}@@@", 163 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_END@json.output@@@" 164 "@@@STEP_LOG_END@json.output@@@"
164 ] 165 ]
165 }, 166 },
166 { 167 {
(...skipping 19 matching lines...) Expand all
186 "--goma-jsonstatus", 187 "--goma-jsonstatus",
187 "/path/to/tmp/json", 188 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 189 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 190 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 191 "--goma-dir",
191 "[BUILD]/goma", 192 "[BUILD]/goma",
192 "--", 193 "--",
193 "empty_fuzzer" 194 "empty_fuzzer"
194 ], 195 ],
195 "env": { 196 "env": {
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
198 "LLVM_FORCE_HEAD_REVISION": "YES"
197 }, 199 },
198 "name": "compile", 200 "name": "compile",
199 "~followup_annotations": [ 201 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
201 "@@@STEP_LOG_END@json.output (invalid)@@@" 203 "@@@STEP_LOG_END@json.output (invalid)@@@"
202 ] 204 ]
203 }, 205 },
204 { 206 {
205 "cmd": [ 207 "cmd": [
206 "[SLAVE_BUILD]/src/out/Release/empty_fuzzer", 208 "[SLAVE_BUILD]/src/out/Release/empty_fuzzer",
207 "-runs=1" 209 "-runs=1"
208 ], 210 ],
209 "name": "running empty_fuzzer" 211 "name": "running empty_fuzzer"
210 }, 212 },
211 { 213 {
212 "name": "$result", 214 "name": "$result",
213 "recipe_result": null, 215 "recipe_result": null,
214 "status_code": 0 216 "status_code": 0
215 } 217 }
216 ] 218 ]
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