| 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", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 58 ] | 57 ] |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "python", | 61 "python", |
| 63 "-u", | 62 "-u", |
| 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 65 "runhooks" | 64 "runhooks" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | |
| 68 "env": { | 66 "env": { |
| 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 70 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[BUILD]/goma' target_arch=x64
use_goma=1 v8_target_arch=x64", | 68 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[BUILD]/goma' target_arch=x64
use_goma=1 v8_target_arch=x64", |
| 71 "GYP_GENERATORS": "ninja", | 69 "GYP_GENERATORS": "ninja", |
| 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 73 }, | 71 }, |
| 74 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 75 }, | 73 }, |
| 76 { | 74 { |
| 77 "cmd": [ | 75 "cmd": [ |
| 78 "python", | 76 "python", |
| 79 "-u", | 77 "-u", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 81 "--show-path", | 79 "--show-path", |
| 82 "python", | 80 "python", |
| 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 84 ], | 82 ], |
| 85 "cwd": "[SLAVE_BUILD]", | |
| 86 "name": "cleanup_temp" | 83 "name": "cleanup_temp" |
| 87 }, | 84 }, |
| 88 { | 85 { |
| 89 "cmd": [ | 86 "cmd": [ |
| 90 "lcov", | 87 "lcov", |
| 91 "--directory", | 88 "--directory", |
| 92 "[SLAVE_BUILD]/v8/out/Release", | 89 "[SLAVE_BUILD]/v8/out/Release", |
| 93 "--zerocounters" | 90 "--zerocounters" |
| 94 ], | 91 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "name": "lcov zero counters" | 92 "name": "lcov zero counters" |
| 97 }, | 93 }, |
| 98 { | 94 { |
| 99 "cmd": [ | 95 "cmd": [ |
| 100 "python", | 96 "python", |
| 101 "-u", | 97 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 98 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 99 "--show-path", |
| 104 "python", | 100 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 119 "goma", | 115 "goma", |
| 120 "--goma-jsonstatus", | 116 "--goma-jsonstatus", |
| 121 "/path/to/tmp/json", | 117 "/path/to/tmp/json", |
| 122 "--goma-service-account-json-file", | 118 "--goma-service-account-json-file", |
| 123 "/creds/service_accounts/service-account-goma-client.json", | 119 "/creds/service_accounts/service-account-goma-client.json", |
| 124 "--goma-dir", | 120 "--goma-dir", |
| 125 "[BUILD]/goma", | 121 "[BUILD]/goma", |
| 126 "--clobber", | 122 "--clobber", |
| 127 "--" | 123 "--" |
| 128 ], | 124 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "env": { | 125 "env": { |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 132 }, | 127 }, |
| 133 "name": "compile", | 128 "name": "compile", |
| 134 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 136 "@@@STEP_LOG_END@json.output (invalid)@@@" | 131 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 137 ] | 132 ] |
| 138 }, | 133 }, |
| 139 { | 134 { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 }, | 174 }, |
| 180 { | 175 { |
| 181 "cmd": [ | 176 "cmd": [ |
| 182 "lcov", | 177 "lcov", |
| 183 "--directory", | 178 "--directory", |
| 184 "[SLAVE_BUILD]/v8/out/Release", | 179 "[SLAVE_BUILD]/v8/out/Release", |
| 185 "--capture", | 180 "--capture", |
| 186 "--output-file", | 181 "--output-file", |
| 187 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 182 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 188 ], | 183 ], |
| 189 "cwd": "[SLAVE_BUILD]", | |
| 190 "name": "lcov capture" | 184 "name": "lcov capture" |
| 191 }, | 185 }, |
| 192 { | 186 { |
| 193 "cmd": [ | 187 "cmd": [ |
| 194 "lcov", | 188 "lcov", |
| 195 "--directory", | 189 "--directory", |
| 196 "[SLAVE_BUILD]/v8/out/Release", | 190 "[SLAVE_BUILD]/v8/out/Release", |
| 197 "--remove", | 191 "--remove", |
| 198 "[TMP_BASE]/gcov_coverage_tmp_1/app.info", | 192 "[TMP_BASE]/gcov_coverage_tmp_1/app.info", |
| 199 "third_party/*", | 193 "third_party/*", |
| 200 "testing/gtest/*", | 194 "testing/gtest/*", |
| 201 "testing/gmock/*", | 195 "testing/gmock/*", |
| 202 "/usr/include/*", | 196 "/usr/include/*", |
| 203 "--output-file", | 197 "--output-file", |
| 204 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 198 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 205 ], | 199 ], |
| 206 "cwd": "[SLAVE_BUILD]", | |
| 207 "name": "lcov remove" | 200 "name": "lcov remove" |
| 208 }, | 201 }, |
| 209 { | 202 { |
| 210 "cmd": [ | 203 "cmd": [ |
| 211 "genhtml", | 204 "genhtml", |
| 212 "--output-directory", | 205 "--output-directory", |
| 213 "[TMP_BASE]/gcov_coverage_html_tmp_2", | 206 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 214 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 207 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 215 ], | 208 ], |
| 216 "cwd": "[SLAVE_BUILD]", | |
| 217 "name": "genhtml" | 209 "name": "genhtml" |
| 218 }, | 210 }, |
| 219 { | 211 { |
| 220 "cmd": [ | 212 "cmd": [ |
| 221 "python", | 213 "python", |
| 222 "-u", | 214 "-u", |
| 223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 215 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 224 "--", | 216 "--", |
| 225 "[DEPOT_TOOLS]/gsutil.py", | 217 "[DEPOT_TOOLS]/gsutil.py", |
| 226 "----", | 218 "----", |
| 227 "-m", | 219 "-m", |
| 228 "cp", | 220 "cp", |
| 229 "-a", | 221 "-a", |
| 230 "public-read", | 222 "public-read", |
| 231 "-R", | 223 "-R", |
| 232 "[TMP_BASE]/gcov_coverage_html_tmp_2", | 224 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 233 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" | 225 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" |
| 234 ], | 226 ], |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "name": "gsutil coverage report", | 227 "name": "gsutil coverage report", |
| 237 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 238 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 229 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 239 ] | 230 ] |
| 240 }, | 231 }, |
| 241 { | 232 { |
| 242 "name": "$result", | 233 "name": "$result", |
| 243 "recipe_result": null, | 234 "recipe_result": null, |
| 244 "status_code": 0 | 235 "status_code": 0 |
| 245 } | 236 } |
| 246 ] | 237 ] |
| OLD | NEW |