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 "linux-builder", | 10 "linux-builder", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "[SLAVE_BUILD]/drmemory/package.cmake,build=0x1234567;drmem_only" | 54 "[SLAVE_BUILD]/drmemory/package.cmake,build=0x1234567;drmem_only" |
55 ], | 55 ], |
56 "name": "Package Dr. Memory" | 56 "name": "Package Dr. Memory" |
57 }, | 57 }, |
58 { | 58 { |
59 "cmd": [ | 59 "cmd": [ |
60 "python", | 60 "python", |
61 "-u", | 61 "-u", |
62 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 62 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
63 "--", | 63 "--", |
64 "[DEPOT_TOOLS]/gsutil.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
65 "----", | 65 "----", |
66 "cp", | 66 "cp", |
67 "DrMemory-Linux-*1234567.tar.gz", | 67 "DrMemory-Linux-*1234567.tar.gz", |
68 "gs://chromium-drmemory-builds/builds/" | 68 "gs://chromium-drmemory-builds/builds/" |
69 ], | 69 ], |
70 "name": "gsutil upload", | 70 "name": "gsutil upload", |
71 "~followup_annotations": [ | 71 "~followup_annotations": [ |
72 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/builds/@@@" | 72 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/builds/@@@" |
73 ] | 73 ] |
74 }, | 74 }, |
75 { | 75 { |
76 "name": "$result", | 76 "name": "$result", |
77 "recipe_result": null, | 77 "recipe_result": null, |
78 "status_code": 0 | 78 "status_code": 0 |
79 } | 79 } |
80 ] | 80 ] |
OLD | NEW |