| 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 Linux - full debug", | 10 "V8 Linux - full debug", |
| 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=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_slow_dchecks=1 v8_optimized_debug=0 v8_target_arch=ia32", | 68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=0 v8_target_arch=ia32", |
| 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 "allow_subannotations": true, | 86 "allow_subannotations": true, |
| 90 "cmd": [ | 87 "cmd": [ |
| 91 "python", | 88 "python", |
| 92 "-u", | 89 "-u", |
| 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 94 "--src-dir", | 91 "--src-dir", |
| 95 "[SLAVE_BUILD]/v8", | 92 "[CWD]/v8", |
| 96 "--output-json", | 93 "--output-json", |
| 97 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
| 98 ], | 95 ], |
| 99 "cwd": "[SLAVE_BUILD]", | |
| 100 "env": { | 96 "env": { |
| 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 102 }, | 98 }, |
| 103 "name": "clang_revision", | 99 "name": "clang_revision", |
| 104 "~followup_annotations": [ | 100 "~followup_annotations": [ |
| 105 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 108 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 105 ] |
| 110 }, | 106 }, |
| 111 { | 107 { |
| 112 "cmd": [ | 108 "cmd": [ |
| 113 "python", | 109 "python", |
| 114 "-u", | 110 "-u", |
| 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 116 "--show-path", | 112 "--show-path", |
| 117 "python", | 113 "python", |
| 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 119 "--gsutil-py-path", | 115 "--gsutil-py-path", |
| 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 121 "--ninja-path", | 117 "--ninja-path", |
| 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 123 "--target", | 119 "--target", |
| 124 "Debug", | 120 "Debug", |
| 125 "--src-dir", | 121 "--src-dir", |
| 126 "[SLAVE_BUILD]/v8", | 122 "[CWD]/v8", |
| 127 "--goma-cache-dir", | 123 "--goma-cache-dir", |
| 128 "[GOMA_CACHE]", | 124 "[ROOT]/b/build/slave/goma_cache", |
| 129 "--build-tool", | 125 "--build-tool", |
| 130 "ninja", | 126 "ninja", |
| 131 "--compiler", | 127 "--compiler", |
| 132 "goma-clang", | 128 "goma-clang", |
| 133 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
| 134 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 135 "--goma-service-account-json-file", | 131 "--goma-service-account-json-file", |
| 136 "/creds/service_accounts/service-account-goma-client.json", | 132 "/creds/service_accounts/service-account-goma-client.json", |
| 137 "--goma-dir", | 133 "--goma-dir", |
| 138 "[BUILD]/goma", | 134 "[ROOT]/b/build/goma", |
| 139 "--" | 135 "--" |
| 140 ], | 136 ], |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "env": { | 137 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 144 }, | 139 }, |
| 145 "name": "compile", | 140 "name": "compile", |
| 146 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 149 ] | 144 ] |
| 150 }, | 145 }, |
| 151 { | 146 { |
| 152 "cmd": [ | 147 "cmd": [ |
| 153 "python", | 148 "python", |
| 154 "-u", | 149 "-u", |
| 155 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 150 "[CWD]/v8/tools/run-tests.py", |
| 156 "--progress=verbose", | 151 "--progress=verbose", |
| 157 "--mode", | 152 "--mode", |
| 158 "Debug", | 153 "Debug", |
| 159 "--arch", | 154 "--arch", |
| 160 "ia32", | 155 "ia32", |
| 161 "--outdir", | 156 "--outdir", |
| 162 "out", | 157 "out", |
| 163 "--buildbot", | 158 "--buildbot", |
| 164 "--timeout=200", | 159 "--timeout=200", |
| 165 "--random-seed=-358114921", | 160 "--random-seed=-358114921", |
| 166 "bot_default", | 161 "bot_default", |
| 167 "--exhaustive-variants", | 162 "--exhaustive-variants", |
| 168 "--rerun-failures-count=2", | 163 "--rerun-failures-count=2", |
| 169 "--json-test-results", | 164 "--json-test-results", |
| 170 "/path/to/tmp/json" | 165 "/path/to/tmp/json" |
| 171 ], | 166 ], |
| 172 "cwd": "[SLAVE_BUILD]/v8", | 167 "cwd": "[CWD]/v8", |
| 173 "name": "Check", | 168 "name": "Check", |
| 174 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 170 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 176 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 171 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 177 "@@@STEP_LOG_LINE@durations@@@@", | 172 "@@@STEP_LOG_LINE@durations@@@@", |
| 178 "@@@STEP_LOG_LINE@durations@Details:@@@", | 173 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 179 "@@@STEP_LOG_LINE@durations@@@@", | 174 "@@@STEP_LOG_LINE@durations@@@@", |
| 180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 175 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 181 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 176 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 177 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 183 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 178 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 184 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 179 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 185 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 180 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 186 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 181 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 187 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 182 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 188 "@@@STEP_LOG_END@durations@@@" | 183 "@@@STEP_LOG_END@durations@@@" |
| 189 ] | 184 ] |
| 190 }, | 185 }, |
| 191 { | 186 { |
| 192 "name": "$result", | 187 "name": "$result", |
| 193 "recipe_result": null, | 188 "recipe_result": null, |
| 194 "status_code": 0 | 189 "status_code": 0 |
| 195 } | 190 } |
| 196 ] | 191 ] |
| OLD | NEW |