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

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

Issue 2293913004: Add ClangToTLinuxAsanLibfuzzer (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.testing.master", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "TestBuilder", 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 87 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": "component=static_library gomadir='[BUILD]/goma' target_arc h=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 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
120 }, 120 },
121 "name": "gclient runhooks" 121 "name": "gclient runhooks"
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.testing.master", 130 "chromium.fyi",
131 "-b", 131 "-b",
132 "TestBuilder", 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 "--goma-dir",
136 "[BUILD]/goma",
137 "//out/Release" 135 "//out/Release"
138 ], 136 ],
139 "cwd": "[SLAVE_BUILD]/src", 137 "cwd": "[SLAVE_BUILD]/src",
140 "env": { 138 "env": {
141 "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"
142 }, 140 },
143 "name": "generate_build_files" 141 "name": "generate_build_files"
144 }, 142 },
145 { 143 {
144 "allow_subannotations": true,
146 "cmd": [ 145 "cmd": [
147 "python", 146 "python",
148 "-u", 147 "-u",
149 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
150 "--show-path", 149 "--src-dir",
151 "python", 150 "[SLAVE_BUILD]/src",
152 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 151 "--output-json",
152 "/path/to/tmp/json"
153 ], 153 ],
154 "name": "cleanup_temp" 154 "env": {
155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
156 },
157 "name": "clang_revision",
158 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@json.output@{@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
161 "@@@STEP_LOG_LINE@json.output@}@@@",
162 "@@@STEP_LOG_END@json.output@@@"
163 ]
155 }, 164 },
156 { 165 {
157 "cmd": [ 166 "cmd": [
158 "python", 167 "python",
159 "-u", 168 "-u",
160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 169 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
161 "--show-path", 170 "--show-path",
162 "python", 171 "python",
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
164 "--gsutil-py-path", 173 "--gsutil-py-path",
165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 174 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
166 "--ninja-path", 175 "--ninja-path",
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
168 "--target", 177 "--target",
169 "Release", 178 "Release",
170 "--src-dir", 179 "--src-dir",
171 "[SLAVE_BUILD]/src", 180 "[SLAVE_BUILD]/src",
172 "--goma-cache-dir", 181 "--goma-cache-dir",
173 "[GOMA_CACHE]", 182 "[GOMA_CACHE]",
174 "--compiler", 183 "--compiler",
175 "goma", 184 "goma-clang",
176 "--goma-jsonstatus", 185 "--goma-jsonstatus",
177 "/path/to/tmp/json", 186 "/path/to/tmp/json",
178 "--goma-service-account-json-file", 187 "--goma-service-account-json-file",
179 "/creds/service_accounts/service-account-goma-client.json", 188 "/creds/service_accounts/service-account-goma-client.json",
180 "--goma-dir", 189 "--goma-dir",
181 "[BUILD]/goma", 190 "[BUILD]/goma",
182 "--", 191 "--",
183 "chromium_builder_tests" 192 "empty_fuzzer"
184 ], 193 ],
185 "env": { 194 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 }, 196 },
188 "name": "compile", 197 "name": "compile",
189 "~followup_annotations": [ 198 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 200 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 201 ]
193 }, 202 },
194 { 203 {
195 "allow_subannotations": true,
196 "cmd": [ 204 "cmd": [
197 "python", 205 "[SLAVE_BUILD]/src/out/Release/empty_fuzzer",
198 "-u", 206 "-runs=1"
199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
200 ], 207 ],
201 "name": "annotated_steps" 208 "name": "running empty_fuzzer"
202 }, 209 },
203 { 210 {
204 "name": "$result", 211 "name": "$result",
205 "recipe_result": null, 212 "recipe_result": null,
206 "status_code": 0 213 "status_code": 0
207 } 214 }
208 ] 215 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698