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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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_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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Chromium ASAN - debug", 10 "Chromium ASAN - debug",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "env": { 273 "env": {
274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
275 }, 275 },
276 "name": "compile", 276 "name": "compile",
277 "~followup_annotations": [ 277 "~followup_annotations": [
278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
279 "@@@STEP_LOG_END@json.output (invalid)@@@" 279 "@@@STEP_LOG_END@json.output (invalid)@@@"
280 ] 280 ]
281 }, 281 },
282 { 282 {
283 "cmd": [],
284 "name": "trigger"
285 },
286 {
283 "cmd": [ 287 "cmd": [
284 "python", 288 "python",
285 "-u", 289 "-u",
286 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 290 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
287 "[SLAVE_BUILD]/src/out/Debug", 291 "[SLAVE_BUILD]/src/out/Debug",
288 "/path/to/tmp/json" 292 "/path/to/tmp/json"
289 ], 293 ],
290 "name": "listdir build_dir", 294 "name": "listdir build_dir",
291 "~followup_annotations": [ 295 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@json.output@[@@@", 296 "@@@STEP_LOG_LINE@json.output@[@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 356 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
353 "@@@STEP_LOG_END@python.inline@@@" 357 "@@@STEP_LOG_END@python.inline@@@"
354 ] 358 ]
355 }, 359 },
356 { 360 {
357 "name": "$result", 361 "name": "$result",
358 "recipe_result": null, 362 "recipe_result": null,
359 "status_code": 0 363 "status_code": 0
360 } 364 }
361 ] 365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698