| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "name": "cleanup_temp" | 11 "name": "cleanup_temp" |
| 13 }, | 12 }, |
| 14 { | 13 { |
| 15 "cmd": [ | 14 "cmd": [ |
| 16 "python", | 15 "python", |
| 17 "-u", | 16 "-u", |
| 18 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 19 "--master", | 18 "--master", |
| 20 "client.v8.fyi", | 19 "client.v8.fyi", |
| 21 "--builder", | 20 "--builder", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 32 "[GIT_CACHE]", | 31 "[GIT_CACHE]", |
| 33 "--output_json", | 32 "--output_json", |
| 34 "/path/to/tmp/json", | 33 "/path/to/tmp/json", |
| 35 "--revision", | 34 "--revision", |
| 36 "src@HEAD", | 35 "src@HEAD", |
| 37 "--force", | 36 "--force", |
| 38 "--no_shallow", | 37 "--no_shallow", |
| 39 "--output_manifest", | 38 "--output_manifest", |
| 40 "--with_branch_heads" | 39 "--with_branch_heads" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]", | |
| 43 "env": { | 41 "env": { |
| 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 42 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 45 }, | 43 }, |
| 46 "name": "bot_update", | 44 "name": "bot_update", |
| 47 "~followup_annotations": [ | 45 "~followup_annotations": [ |
| 48 "@@@STEP_TEXT@Some step text@@@", | 46 "@@@STEP_TEXT@Some step text@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@{@@@", | 47 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "python", | 133 "python", |
| 136 "-u", | 134 "-u", |
| 137 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 135 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 138 "--", | 136 "--", |
| 139 "[DEPOT_TOOLS]/gsutil.py", | 137 "[DEPOT_TOOLS]/gsutil.py", |
| 140 "----", | 138 "----", |
| 141 "cp", | 139 "cp", |
| 142 "[SLAVE_BUILD]/v8-releases-update.json", | 140 "[SLAVE_BUILD]/v8-releases-update.json", |
| 143 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" | 141 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" |
| 144 ], | 142 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "gsutil upload", | 143 "name": "gsutil upload", |
| 147 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 148 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" | 145 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8rel/v8-releases-update.json@@@" |
| 149 ] | 146 ] |
| 150 }, | 147 }, |
| 151 { | 148 { |
| 152 "name": "$result", | 149 "name": "$result", |
| 153 "recipe_result": null, | 150 "recipe_result": null, |
| 154 "status_code": 0 | 151 "status_code": 0 |
| 155 } | 152 } |
| 156 ] | 153 ] |
| OLD | NEW |