| 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.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--output_json", | 25 "--output_json", |
| 26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 27 "--revision", | 27 "--revision", |
| 28 "src@origin/lkcr", | 28 "src@origin/lkcr", |
| 29 "--revision", | 29 "--revision", |
| 30 "src/v8@267739", | 30 "src/v8@267739", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 { | 105 { |
| 107 "cmd": [ | 106 "cmd": [ |
| 108 "python", | 107 "python", |
| 109 "-u", | 108 "-u", |
| 110 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 109 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 111 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 110 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 112 "[SLAVE_BUILD]/src/out/Release/test_logs", | 111 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| 113 "[SLAVE_BUILD]/src/out/build_product.zip", | 112 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 114 "[SLAVE_BUILD]/src" | 113 "[SLAVE_BUILD]/src" |
| 115 ], | 114 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "clean local files", | 115 "name": "clean local files", |
| 118 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 119 "@@@STEP_LOG_LINE@python.inline@@@@", | 117 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 120 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 118 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 119 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 120 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 121 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 122 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 123 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 126 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 124 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 127 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 125 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 128 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 126 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 129 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 127 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 130 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 128 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 131 "@@@STEP_LOG_END@python.inline@@@" | 129 "@@@STEP_LOG_END@python.inline@@@" |
| 132 ] | 130 ] |
| 133 }, | 131 }, |
| 134 { | 132 { |
| 135 "cmd": [ | 133 "cmd": [ |
| 136 "python", | 134 "python", |
| 137 "-u", | 135 "-u", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 139 "runhooks" | 137 "runhooks" |
| 140 ], | 138 ], |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "env": { | 139 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 144 "GYP_CROSSCOMPILE": "1", | 141 "GYP_CROSSCOMPILE": "1", |
| 145 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 142 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| 146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 143 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 147 }, | 144 }, |
| 148 "name": "gclient runhooks" | 145 "name": "gclient runhooks" |
| 149 }, | 146 }, |
| 150 { | 147 { |
| 151 "cmd": [ | 148 "cmd": [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 170 "--compiler", | 167 "--compiler", |
| 171 "goma", | 168 "goma", |
| 172 "--goma-jsonstatus", | 169 "--goma-jsonstatus", |
| 173 "/path/to/tmp/json", | 170 "/path/to/tmp/json", |
| 174 "--goma-service-account-json-file", | 171 "--goma-service-account-json-file", |
| 175 "/creds/service_accounts/service-account-goma-client.json", | 172 "/creds/service_accounts/service-account-goma-client.json", |
| 176 "--goma-dir", | 173 "--goma-dir", |
| 177 "[BUILD]/goma", | 174 "[BUILD]/goma", |
| 178 "--" | 175 "--" |
| 179 ], | 176 ], |
| 180 "cwd": "[SLAVE_BUILD]", | |
| 181 "env": { | 177 "env": { |
| 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 184 }, | 180 }, |
| 185 "name": "compile", | 181 "name": "compile", |
| 186 "~followup_annotations": [ | 182 "~followup_annotations": [ |
| 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 188 "@@@STEP_LOG_END@json.output (invalid)@@@" | 184 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 189 ] | 185 ] |
| 190 }, | 186 }, |
| (...skipping 17 matching lines...) Expand all Loading... |
| 208 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 204 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 209 "--", | 205 "--", |
| 210 "[DEPOT_TOOLS]/gsutil.py", | 206 "[DEPOT_TOOLS]/gsutil.py", |
| 211 "--force-version", | 207 "--force-version", |
| 212 "4.7", | 208 "4.7", |
| 213 "----", | 209 "----", |
| 214 "cp", | 210 "cp", |
| 215 "[SLAVE_BUILD]/src/out/build_product.zip", | 211 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 216 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" | 212 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" |
| 217 ], | 213 ], |
| 218 "cwd": "[SLAVE_BUILD]", | |
| 219 "name": "gsutil upload_build_product", | 214 "name": "gsutil upload_build_product", |
| 220 "~followup_annotations": [ | 215 "~followup_annotations": [ |
| 221 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" | 216 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" |
| 222 ] | 217 ] |
| 223 }, | 218 }, |
| 224 { | 219 { |
| 225 "name": "$result", | 220 "name": "$result", |
| 226 "recipe_result": null, | 221 "recipe_result": null, |
| 227 "status_code": 0 | 222 "status_code": 0 |
| 228 } | 223 } |
| 229 ] | 224 ] |
| OLD | NEW |