OLD | NEW |
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.drmemory", | 8 "client.drmemory", |
9 "--builder", | 9 "--builder", |
10 "mac-mavericks_x64-drm", | 10 "mac-mavericks_x64-drm", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "xml:results" | 70 "xml:results" |
71 ], | 71 ], |
72 "name": "Pack test results" | 72 "name": "Pack test results" |
73 }, | 73 }, |
74 { | 74 { |
75 "cmd": [ | 75 "cmd": [ |
76 "python", | 76 "python", |
77 "-u", | 77 "-u", |
78 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 78 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
79 "--", | 79 "--", |
80 "[DEPOT_TOOLS]/gsutil.py", | 80 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
81 "----", | 81 "----", |
82 "cp", | 82 "cp", |
83 "testlogs_r123456789abcdef_b42.7z", | 83 "testlogs_r123456789abcdef_b42.7z", |
84 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm" | 84 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm" |
85 ], | 85 ], |
86 "name": "gsutil upload", | 86 "name": "gsutil upload", |
87 "~followup_annotations": [ | 87 "~followup_annotations": [ |
88 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_mac-mavericks_x64-drm@@@" | 88 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_mac-mavericks_x64-drm@@@" |
89 ] | 89 ] |
90 }, | 90 }, |
91 { | 91 { |
92 "name": "$result", | 92 "name": "$result", |
93 "recipe_result": null, | 93 "recipe_result": null, |
94 "status_code": 0 | 94 "status_code": 0 |
95 } | 95 } |
96 ] | 96 ] |
OLD | NEW |