| 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.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 "[ROOT]/b/build/slave/cache_dir", |
| 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='[ROOT]/b/build/goma' target_ar
ch=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 "[CWD]/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", |
| 106 "--gsutil-py-path", | 102 "--gsutil-py-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 108 "--ninja-path", | 104 "--ninja-path", |
| 109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 105 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 110 "--target", | 106 "--target", |
| 111 "Release", | 107 "Release", |
| 112 "--src-dir", | 108 "--src-dir", |
| 113 "[SLAVE_BUILD]/v8", | 109 "[CWD]/v8", |
| 114 "--goma-cache-dir", | 110 "--goma-cache-dir", |
| 115 "[GOMA_CACHE]", | 111 "[ROOT]/b/build/slave/goma_cache", |
| 116 "--build-tool", | 112 "--build-tool", |
| 117 "ninja", | 113 "ninja", |
| 118 "--compiler", | 114 "--compiler", |
| 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 "[ROOT]/b/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 { |
| 140 "cmd": [ | 135 "cmd": [ |
| 141 "python", | 136 "python", |
| 142 "-u", | 137 "-u", |
| 143 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 138 "[CWD]/v8/tools/run-tests.py", |
| 144 "--progress=verbose", | 139 "--progress=verbose", |
| 145 "--mode", | 140 "--mode", |
| 146 "Release", | 141 "Release", |
| 147 "--arch", | 142 "--arch", |
| 148 "x64", | 143 "x64", |
| 149 "--outdir", | 144 "--outdir", |
| 150 "out", | 145 "out", |
| 151 "--buildbot", | 146 "--buildbot", |
| 152 "--timeout=200", | 147 "--timeout=200", |
| 153 "--random-seed=-358114921", | 148 "--random-seed=-358114921", |
| 154 "bot_default", | 149 "bot_default", |
| 155 "--gcov-coverage", | 150 "--gcov-coverage", |
| 156 "--exhaustive-variants", | 151 "--exhaustive-variants", |
| 157 "--rerun-failures-count=2", | 152 "--rerun-failures-count=2", |
| 158 "--json-test-results", | 153 "--json-test-results", |
| 159 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
| 160 ], | 155 ], |
| 161 "cwd": "[SLAVE_BUILD]/v8", | 156 "cwd": "[CWD]/v8", |
| 162 "name": "Check", | 157 "name": "Check", |
| 163 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 159 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 165 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 160 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 166 "@@@STEP_LOG_LINE@durations@@@@", | 161 "@@@STEP_LOG_LINE@durations@@@@", |
| 167 "@@@STEP_LOG_LINE@durations@Details:@@@", | 162 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 168 "@@@STEP_LOG_LINE@durations@@@@", | 163 "@@@STEP_LOG_LINE@durations@@@@", |
| 169 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 164 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 170 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 165 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 171 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 166 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 172 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 167 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 173 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 168 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 174 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 169 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 175 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 170 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 176 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 171 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 177 "@@@STEP_LOG_END@durations@@@" | 172 "@@@STEP_LOG_END@durations@@@" |
| 178 ] | 173 ] |
| 179 }, | 174 }, |
| 180 { | 175 { |
| 181 "cmd": [ | 176 "cmd": [ |
| 182 "lcov", | 177 "lcov", |
| 183 "--directory", | 178 "--directory", |
| 184 "[SLAVE_BUILD]/v8/out/Release", | 179 "[CWD]/v8/out/Release", |
| 185 "--capture", | 180 "--capture", |
| 186 "--output-file", | 181 "--output-file", |
| 187 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 182 "[TMP]/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 "[CWD]/v8/out/Release", |
| 197 "--remove", | 191 "--remove", |
| 198 "[TMP_BASE]/gcov_coverage_tmp_1/app.info", | 192 "[TMP]/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]/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]/gcov_coverage_html_tmp_2", |
| 214 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 207 "[TMP]/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 "[ROOT]/b/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]/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 |