| 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 "master.chromium.perf.fyi", | 8 "master.chromium.perf.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ], | 143 ], |
| 144 "name": "Zip Large Profile", | 144 "name": "Zip Large Profile", |
| 145 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/large-profile_tmp_1\", \"ty
pe\": \"dir\"}], \"output\": \"[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip
\", \"root\": \"[TMP_BASE]/large-profile_tmp_1\"}" | 145 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/large-profile_tmp_1\", \"ty
pe\": \"dir\"}], \"output\": \"[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip
\", \"root\": \"[TMP_BASE]/large-profile_tmp_1\"}" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "cmd": [ | 148 "cmd": [ |
| 149 "python", | 149 "python", |
| 150 "-u", | 150 "-u", |
| 151 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 151 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 152 "--", | 152 "--", |
| 153 "[DEPOT_TOOLS]/gsutil.py", | 153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 154 "----", | 154 "----", |
| 155 "cp", | 155 "cp", |
| 156 "[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip", | 156 "[TMP_BASE]/zipped-profile_tmp_2/large_profile.zip", |
| 157 "gs://chrome-partner-telemetry/large_profile/linux" | 157 "gs://chrome-partner-telemetry/large_profile/linux" |
| 158 ], | 158 ], |
| 159 "name": "gsutil upload", | 159 "name": "gsutil upload", |
| 160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 161 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne
r-telemetry/large_profile/linux@@@" | 161 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-partne
r-telemetry/large_profile/linux@@@" |
| 162 ] | 162 ] |
| 163 }, | 163 }, |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 198 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 199 "@@@STEP_LOG_END@python.inline@@@" | 199 "@@@STEP_LOG_END@python.inline@@@" |
| 200 ] | 200 ] |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 "name": "$result", | 203 "name": "$result", |
| 204 "recipe_result": null, | 204 "recipe_result": null, |
| 205 "status_code": 0 | 205 "status_code": 0 |
| 206 } | 206 } |
| 207 ] | 207 ] |
| OLD | NEW |