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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.json

Issue 1928783004: Extend chromium_tests trigger to work across masters. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations Created 4 years, 7 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "--clobber", 193 "--clobber",
194 "--", 194 "--",
195 "chromium_builder_asan" 195 "chromium_builder_asan"
196 ], 196 ],
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
199 }, 199 },
200 "name": "compile" 200 "name": "compile"
201 }, 201 },
202 { 202 {
203 "cmd": [],
204 "name": "trigger"
205 },
206 {
203 "cmd": [ 207 "cmd": [
204 "python", 208 "python",
205 "-u", 209 "-u",
206 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 210 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
207 "[SLAVE_BUILD]\\chrome_staging" 211 "[SLAVE_BUILD]\\chrome_staging"
208 ], 212 ],
209 "name": "rmtree purge staging dir", 213 "name": "rmtree purge staging dir",
210 "~followup_annotations": [ 214 "~followup_annotations": [
211 "@@@STEP_LOG_LINE@python.inline@@@@", 215 "@@@STEP_LOG_LINE@python.inline@@@@",
212 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 216 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 317 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
314 "@@@STEP_LOG_END@python.inline@@@" 318 "@@@STEP_LOG_END@python.inline@@@"
315 ] 319 ]
316 }, 320 },
317 { 321 {
318 "name": "$result", 322 "name": "$result",
319 "recipe_result": null, 323 "recipe_result": null,
320 "status_code": 0 324 "status_code": 0
321 } 325 }
322 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698