| 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 = '[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'}]", | 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 "[ROOT]/b/build/slave/cache_dir", | 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]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 57 ] | 58 ] |
| 58 }, | 59 }, |
| 59 { | 60 { |
| 60 "cmd": [ | 61 "cmd": [ |
| 61 "python", | 62 "python", |
| 62 "-u", | 63 "-u", |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 64 "runhooks" | 65 "runhooks" |
| 65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
| 66 "env": { | 68 "env": { |
| 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 68 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[ROOT]/b/build/goma' target_ar
ch=x64 use_goma=1 v8_target_arch=x64", | 70 "GYP_DEFINES": "clang=0 coverage=1 gomadir='[BUILD]/goma' target_arch=x64
use_goma=1 v8_target_arch=x64", |
| 69 "GYP_GENERATORS": "ninja", | 71 "GYP_GENERATORS": "ninja", |
| 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 71 }, | 73 }, |
| 72 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "cmd": [ | 77 "cmd": [ |
| 76 "python", | 78 "python", |
| 77 "-u", | 79 "-u", |
| 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 79 "--show-path", | 81 "--show-path", |
| 80 "python", | 82 "python", |
| 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
| 83 "name": "cleanup_temp" | 86 "name": "cleanup_temp" |
| 84 }, | 87 }, |
| 85 { | 88 { |
| 86 "cmd": [ | 89 "cmd": [ |
| 87 "lcov", | 90 "lcov", |
| 88 "--directory", | 91 "--directory", |
| 89 "[CWD]/v8/out/Release", | 92 "[SLAVE_BUILD]/v8/out/Release", |
| 90 "--zerocounters" | 93 "--zerocounters" |
| 91 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "lcov zero counters" | 96 "name": "lcov zero counters" |
| 93 }, | 97 }, |
| 94 { | 98 { |
| 95 "cmd": [ | 99 "cmd": [ |
| 96 "python", | 100 "python", |
| 97 "-u", | 101 "-u", |
| 98 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 99 "--show-path", | 103 "--show-path", |
| 100 "python", | 104 "python", |
| 101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 102 "--gsutil-py-path", | 106 "--gsutil-py-path", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 104 "--ninja-path", | 108 "--ninja-path", |
| 105 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 106 "--target", | 110 "--target", |
| 107 "Release", | 111 "Release", |
| 108 "--src-dir", | 112 "--src-dir", |
| 109 "[CWD]/v8", | 113 "[SLAVE_BUILD]/v8", |
| 110 "--goma-cache-dir", | 114 "--goma-cache-dir", |
| 111 "[ROOT]/b/build/slave/goma_cache", | 115 "[GOMA_CACHE]", |
| 112 "--build-tool", | 116 "--build-tool", |
| 113 "ninja", | 117 "ninja", |
| 114 "--compiler", | 118 "--compiler", |
| 115 "goma", | 119 "goma", |
| 116 "--goma-jsonstatus", | 120 "--goma-jsonstatus", |
| 117 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 118 "--goma-service-account-json-file", | 122 "--goma-service-account-json-file", |
| 119 "/creds/service_accounts/service-account-goma-client.json", | 123 "/creds/service_accounts/service-account-goma-client.json", |
| 120 "--goma-dir", | 124 "--goma-dir", |
| 121 "[ROOT]/b/build/goma", | 125 "[BUILD]/goma", |
| 122 "--clobber", | 126 "--clobber", |
| 123 "--" | 127 "--" |
| 124 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", |
| 125 "env": { | 130 "env": { |
| 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 127 }, | 132 }, |
| 128 "name": "compile", | 133 "name": "compile", |
| 129 "~followup_annotations": [ | 134 "~followup_annotations": [ |
| 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 135 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 131 "@@@STEP_LOG_END@json.output (invalid)@@@" | 136 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 132 ] | 137 ] |
| 133 }, | 138 }, |
| 134 { | 139 { |
| 135 "cmd": [ | 140 "cmd": [ |
| 136 "python", | 141 "python", |
| 137 "-u", | 142 "-u", |
| 138 "[CWD]/v8/tools/run-tests.py", | 143 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| 139 "--progress=verbose", | 144 "--progress=verbose", |
| 140 "--mode", | 145 "--mode", |
| 141 "Release", | 146 "Release", |
| 142 "--arch", | 147 "--arch", |
| 143 "x64", | 148 "x64", |
| 144 "--outdir", | 149 "--outdir", |
| 145 "out", | 150 "out", |
| 146 "--buildbot", | 151 "--buildbot", |
| 147 "--timeout=200", | 152 "--timeout=200", |
| 148 "--random-seed=-358114921", | 153 "--random-seed=-358114921", |
| 149 "bot_default", | 154 "bot_default", |
| 150 "--gcov-coverage", | 155 "--gcov-coverage", |
| 151 "--exhaustive-variants", | 156 "--exhaustive-variants", |
| 152 "--rerun-failures-count=2", | 157 "--rerun-failures-count=2", |
| 153 "--json-test-results", | 158 "--json-test-results", |
| 154 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
| 155 ], | 160 ], |
| 156 "cwd": "[CWD]/v8", | 161 "cwd": "[SLAVE_BUILD]/v8", |
| 157 "name": "Check", | 162 "name": "Check", |
| 158 "~followup_annotations": [ | 163 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 164 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 160 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 165 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 161 "@@@STEP_LOG_LINE@durations@@@@", | 166 "@@@STEP_LOG_LINE@durations@@@@", |
| 162 "@@@STEP_LOG_LINE@durations@Details:@@@", | 167 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 163 "@@@STEP_LOG_LINE@durations@@@@", | 168 "@@@STEP_LOG_LINE@durations@@@@", |
| 164 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 169 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 165 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 170 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 166 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 171 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 167 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 172 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 168 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 173 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 169 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 174 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 170 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 175 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 171 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 176 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 172 "@@@STEP_LOG_END@durations@@@" | 177 "@@@STEP_LOG_END@durations@@@" |
| 173 ] | 178 ] |
| 174 }, | 179 }, |
| 175 { | 180 { |
| 176 "cmd": [ | 181 "cmd": [ |
| 177 "lcov", | 182 "lcov", |
| 178 "--directory", | 183 "--directory", |
| 179 "[CWD]/v8/out/Release", | 184 "[SLAVE_BUILD]/v8/out/Release", |
| 180 "--capture", | 185 "--capture", |
| 181 "--output-file", | 186 "--output-file", |
| 182 "[TMP]/gcov_coverage_tmp_1/app.info" | 187 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 183 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "lcov capture" | 190 "name": "lcov capture" |
| 185 }, | 191 }, |
| 186 { | 192 { |
| 187 "cmd": [ | 193 "cmd": [ |
| 188 "lcov", | 194 "lcov", |
| 189 "--directory", | 195 "--directory", |
| 190 "[CWD]/v8/out/Release", | 196 "[SLAVE_BUILD]/v8/out/Release", |
| 191 "--remove", | 197 "--remove", |
| 192 "[TMP]/gcov_coverage_tmp_1/app.info", | 198 "[TMP_BASE]/gcov_coverage_tmp_1/app.info", |
| 193 "third_party/*", | 199 "third_party/*", |
| 194 "testing/gtest/*", | 200 "testing/gtest/*", |
| 195 "testing/gmock/*", | 201 "testing/gmock/*", |
| 196 "/usr/include/*", | 202 "/usr/include/*", |
| 197 "--output-file", | 203 "--output-file", |
| 198 "[TMP]/gcov_coverage_tmp_1/app.info" | 204 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 199 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", |
| 200 "name": "lcov remove" | 207 "name": "lcov remove" |
| 201 }, | 208 }, |
| 202 { | 209 { |
| 203 "cmd": [ | 210 "cmd": [ |
| 204 "genhtml", | 211 "genhtml", |
| 205 "--output-directory", | 212 "--output-directory", |
| 206 "[TMP]/gcov_coverage_html_tmp_2", | 213 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 207 "[TMP]/gcov_coverage_tmp_1/app.info" | 214 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 208 ], | 215 ], |
| 216 "cwd": "[SLAVE_BUILD]", |
| 209 "name": "genhtml" | 217 "name": "genhtml" |
| 210 }, | 218 }, |
| 211 { | 219 { |
| 212 "cmd": [ | 220 "cmd": [ |
| 213 "python", | 221 "python", |
| 214 "-u", | 222 "-u", |
| 215 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 216 "--", | 224 "--", |
| 217 "[ROOT]/b/depot_tools/gsutil.py", | 225 "[DEPOT_TOOLS]/gsutil.py", |
| 218 "----", | 226 "----", |
| 219 "-m", | 227 "-m", |
| 220 "cp", | 228 "cp", |
| 221 "-a", | 229 "-a", |
| 222 "public-read", | 230 "public-read", |
| 223 "-R", | 231 "-R", |
| 224 "[TMP]/gcov_coverage_html_tmp_2", | 232 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 225 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" | 233 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" |
| 226 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "gsutil coverage report", | 236 "name": "gsutil coverage report", |
| 228 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 229 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 238 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 230 ] | 239 ] |
| 231 }, | 240 }, |
| 232 { | 241 { |
| 233 "name": "$result", | 242 "name": "$result", |
| 234 "recipe_result": null, | 243 "recipe_result": null, |
| 235 "status_code": 0 | 244 "status_code": 0 |
| 236 } | 245 } |
| 237 ] | 246 ] |
| OLD | NEW |