| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_rel_ng", | 10 "v8_linux64_rel_ng", |
| 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\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 72 ] | 71 ] |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 "cmd": [ | 74 "cmd": [ |
| 76 "python", | 75 "python", |
| 77 "-u", | 76 "-u", |
| 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[CWD]/v8/tools/swarming_client/swarming.py", |
| 79 "--version" | 78 "--version" |
| 80 ], | 79 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.4.10@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 93 "runhooks" | 91 "runhooks" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "env": { | 93 "env": { |
| 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch
=x64", |
| 99 "GYP_GENERATORS": "ninja", | 96 "GYP_GENERATORS": "ninja", |
| 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 101 }, | 98 }, |
| 102 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 103 }, | 100 }, |
| 104 { | 101 { |
| 105 "cmd": [ | 102 "cmd": [ |
| 106 "python", | 103 "python", |
| 107 "-u", | 104 "-u", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 109 "--show-path", | 106 "--show-path", |
| 110 "python", | 107 "python", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 112 ], | 109 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "cleanup_temp" | 110 "name": "cleanup_temp" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "allow_subannotations": true, | 113 "allow_subannotations": true, |
| 118 "cmd": [ | 114 "cmd": [ |
| 119 "python", | 115 "python", |
| 120 "-u", | 116 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 122 "--src-dir", | 118 "--src-dir", |
| 123 "[SLAVE_BUILD]/v8", | 119 "[CWD]/v8", |
| 124 "--output-json", | 120 "--output-json", |
| 125 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "clang_revision", | 126 "name": "clang_revision", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{@@@", | 128 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] | 132 ] |
| 138 }, | 133 }, |
| 139 { | 134 { |
| 140 "cmd": [ | 135 "cmd": [ |
| 141 "python", | 136 "python", |
| 142 "-u", | 137 "-u", |
| 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 144 "--show-path", | 139 "--show-path", |
| 145 "python", | 140 "python", |
| 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 147 "--gsutil-py-path", | 142 "--gsutil-py-path", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 149 "--ninja-path", | 144 "--ninja-path", |
| 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 151 "--target", | 146 "--target", |
| 152 "Release", | 147 "Release", |
| 153 "--src-dir", | 148 "--src-dir", |
| 154 "[SLAVE_BUILD]/v8", | 149 "[CWD]/v8", |
| 155 "--goma-cache-dir", | 150 "--goma-cache-dir", |
| 156 "[GOMA_CACHE]", | 151 "[ROOT]/b/build/slave/goma_cache", |
| 157 "--build-tool", | 152 "--build-tool", |
| 158 "ninja", | 153 "ninja", |
| 159 "--compiler", | 154 "--compiler", |
| 160 "goma-clang", | 155 "goma-clang", |
| 161 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
| 162 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 163 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
| 164 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 160 "--goma-dir", |
| 166 "[BUILD]/goma", | 161 "[ROOT]/b/build/goma", |
| 167 "--goma-fail-fast", | 162 "--goma-fail-fast", |
| 168 "--goma-disable-local-fallback", | 163 "--goma-disable-local-fallback", |
| 169 "--" | 164 "--" |
| 170 ], | 165 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "env": { | 166 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 174 }, | 168 }, |
| 175 "name": "compile", | 169 "name": "compile", |
| 176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 173 ] |
| 180 }, | 174 }, |
| 181 { | 175 { |
| 182 "cmd": [ | 176 "cmd": [ |
| 183 "python", | 177 "python", |
| 184 "-u", | 178 "-u", |
| 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 186 "[SLAVE_BUILD]/v8/tools/swarming_client", | 180 "[CWD]/v8/tools/swarming_client", |
| 187 "batcharchive", | 181 "batcharchive", |
| 188 "--dump-json", | 182 "--dump-json", |
| 189 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 190 "--isolate-server", | 184 "--isolate-server", |
| 191 "https://isolateserver.appspot.com", | 185 "https://isolateserver.appspot.com", |
| 192 "--verbose", | 186 "--verbose", |
| 193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 187 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
| 194 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json"
, | 188 "[CWD]/v8/out/Release/check-static-initializers.isolated.gen.json", |
| 195 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 189 "[CWD]/v8/out/Release/ignition.isolated.gen.json", |
| 196 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", | 190 "[CWD]/v8/out/Release/mjsunit.isolated.gen.json", |
| 197 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", | 191 "[CWD]/v8/out/Release/optimize_for_size.isolated.gen.json", |
| 198 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 192 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", |
| 199 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 193 "[CWD]/v8/out/Release/test262.isolated.gen.json" |
| 200 ], | 194 ], |
| 201 "cwd": "[SLAVE_BUILD]", | |
| 202 "name": "isolate tests", | 195 "name": "isolate tests", |
| 203 "~followup_annotations": [ | 196 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output@{@@@", | 197 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha
sh for check-static-initializers]\", @@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha
sh for check-static-initializers]\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 212 "@@@STEP_LOG_LINE@json.output@}@@@", | 205 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 213 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
| 214 ] | 207 ] |
| 215 }, | 208 }, |
| 216 { | 209 { |
| 217 "cmd": [], | 210 "cmd": [], |
| 218 "cwd": "[SLAVE_BUILD]", | |
| 219 "name": "trigger", | 211 "name": "trigger", |
| 220 "trigger_specs": [ | 212 "trigger_specs": [ |
| 221 { | 213 { |
| 222 "builder_name": "v8_linux64_rel_ng_triggered", | 214 "builder_name": "v8_linux64_rel_ng_triggered", |
| 223 "properties": { | 215 "properties": { |
| 224 "category": "cq", | 216 "category": "cq", |
| 225 "issue": 12853011, | 217 "issue": 12853011, |
| 226 "master": "tryserver.v8", | 218 "master": "tryserver.v8", |
| 227 "parent_build_environment": { | 219 "parent_build_environment": { |
| 228 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 220 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 253 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 254 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" | 246 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" |
| 255 ] | 247 ] |
| 256 }, | 248 }, |
| 257 { | 249 { |
| 258 "name": "$result", | 250 "name": "$result", |
| 259 "recipe_result": null, | 251 "recipe_result": null, |
| 260 "status_code": 0 | 252 "status_code": 0 |
| 261 } | 253 } |
| 262 ] | 254 ] |
| OLD | NEW |