| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "tryserver.v8", | 17 "tryserver.v8", |
| 17 "--builder", | 18 "--builder", |
| 18 "v8_win64_rel_ng", | 19 "v8_win64_rel_ng", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.googlesource.com/v8/v8'}]", | 23 "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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "v8", | 25 "v8", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--issue", | 30 "--issue", |
| 30 "12853011", | 31 "12853011", |
| 31 "--patchset", | 32 "--patchset", |
| 32 "1", | 33 "1", |
| 33 "--rietveld_server", | 34 "--rietveld_server", |
| 34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
| 35 "--output_json", | 36 "--output_json", |
| 36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
| 37 "--revision", | 38 "--revision", |
| 38 "v8@12345", | 39 "v8@12345", |
| 39 "--no_shallow", | 40 "--no_shallow", |
| 40 "--output_manifest" | 41 "--output_manifest" |
| 41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
| 42 "env": { | 44 "env": { |
| 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 44 }, | 46 }, |
| 45 "name": "bot_update", | 47 "name": "bot_update", |
| 46 "~followup_annotations": [ | 48 "~followup_annotations": [ |
| 47 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 75 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 79 ] | 81 ] |
| 80 }, | 82 }, |
| 81 { | 83 { |
| 82 "cmd": [ | 84 "cmd": [ |
| 83 "python", | 85 "python", |
| 84 "-u", | 86 "-u", |
| 85 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 86 "--version" | 88 "--version" |
| 87 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
| 88 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
| 89 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
| 90 "~followup_annotations": [ | 93 "~followup_annotations": [ |
| 91 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
| 92 ] | 95 ] |
| 93 }, | 96 }, |
| 94 { | 97 { |
| 95 "cmd": [ | 98 "cmd": [ |
| 96 "python", | 99 "python", |
| 97 "-u", | 100 "-u", |
| 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 99 "runhooks" | 102 "runhooks" |
| 100 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
| 101 "env": { | 105 "env": { |
| 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\build\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1
v8_target_arch=x64", | 107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target
_arch=x64", |
| 104 "GYP_GENERATORS": "ninja", | 108 "GYP_GENERATORS": "ninja", |
| 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 106 }, | 110 }, |
| 107 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
| 108 }, | 112 }, |
| 109 { | 113 { |
| 110 "cmd": [ | 114 "cmd": [ |
| 111 "python", | 115 "python", |
| 112 "-u", | 116 "-u", |
| 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 114 "--show-path", | 118 "--show-path", |
| 115 "python", | 119 "python", |
| 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "cleanup_temp" | 123 "name": "cleanup_temp" |
| 119 }, | 124 }, |
| 120 { | 125 { |
| 121 "cmd": [ | 126 "cmd": [ |
| 122 "python", | 127 "python", |
| 123 "-u", | 128 "-u", |
| 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 125 "--show-path", | 130 "--show-path", |
| 126 "python", | 131 "python", |
| 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 128 "--gsutil-py-path", | 133 "--gsutil-py-path", |
| 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 130 "--ninja-path", | 135 "--ninja-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 136 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 132 "--target", | 137 "--target", |
| 133 "Release_x64", | 138 "Release_x64", |
| 134 "--src-dir", | 139 "--src-dir", |
| 135 "[CWD]\\v8", | 140 "[SLAVE_BUILD]\\v8", |
| 136 "--goma-cache-dir", | 141 "--goma-cache-dir", |
| 137 "[ROOT]\\b\\build\\slave\\goma_cache", | 142 "[GOMA_CACHE]", |
| 138 "--build-tool", | 143 "--build-tool", |
| 139 "ninja", | 144 "ninja", |
| 140 "--compiler", | 145 "--compiler", |
| 141 "goma", | 146 "goma", |
| 142 "--goma-jsonstatus", | 147 "--goma-jsonstatus", |
| 143 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 144 "--goma-service-account-json-file", | 149 "--goma-service-account-json-file", |
| 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 146 "--goma-dir", | 151 "--goma-dir", |
| 147 "[ROOT]\\b\\build\\goma", | 152 "[BUILD]\\goma", |
| 148 "--goma-fail-fast", | 153 "--goma-fail-fast", |
| 149 "--goma-disable-local-fallback", | 154 "--goma-disable-local-fallback", |
| 150 "--arch", | 155 "--arch", |
| 151 "x64", | 156 "x64", |
| 152 "--" | 157 "--" |
| 153 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 154 "env": { | 160 "env": { |
| 155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 156 }, | 162 }, |
| 157 "name": "compile", | 163 "name": "compile", |
| 158 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 160 "@@@STEP_LOG_END@json.output (invalid)@@@" | 166 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 161 ] | 167 ] |
| 162 }, | 168 }, |
| 163 { | 169 { |
| 164 "cmd": [ | 170 "cmd": [ |
| 165 "python", | 171 "python", |
| 166 "-u", | 172 "-u", |
| 167 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 173 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 168 "[CWD]\\v8\\tools\\swarming_client", | 174 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 169 "batcharchive", | 175 "batcharchive", |
| 170 "--dump-json", | 176 "--dump-json", |
| 171 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
| 172 "--isolate-server", | 178 "--isolate-server", |
| 173 "https://isolateserver.appspot.com", | 179 "https://isolateserver.appspot.com", |
| 174 "--verbose", | 180 "--verbose", |
| 175 "[CWD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", | 181 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", |
| 176 "[CWD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", | 182 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", |
| 177 "[CWD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" | 183 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" |
| 178 ], | 184 ], |
| 185 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "isolate tests", | 186 "name": "isolate tests", |
| 180 "~followup_annotations": [ | 187 "~followup_annotations": [ |
| 181 "@@@STEP_LOG_LINE@json.output@{@@@", | 188 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 191 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 185 "@@@STEP_LOG_LINE@json.output@}@@@", | 192 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 186 "@@@STEP_LOG_END@json.output@@@" | 193 "@@@STEP_LOG_END@json.output@@@" |
| 187 ] | 194 ] |
| 188 }, | 195 }, |
| 189 { | 196 { |
| 190 "cmd": [], | 197 "cmd": [], |
| 198 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "trigger", | 199 "name": "trigger", |
| 192 "trigger_specs": [ | 200 "trigger_specs": [ |
| 193 { | 201 { |
| 194 "builder_name": "v8_win64_rel_ng_triggered", | 202 "builder_name": "v8_win64_rel_ng_triggered", |
| 195 "properties": { | 203 "properties": { |
| 196 "category": "cq", | 204 "category": "cq", |
| 197 "issue": 12853011, | 205 "issue": 12853011, |
| 198 "master": "tryserver.v8", | 206 "master": "tryserver.v8", |
| 199 "parent_build_environment": { | 207 "parent_build_environment": { |
| 200 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 208 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 221 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 222 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 230 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
| 223 ] | 231 ] |
| 224 }, | 232 }, |
| 225 { | 233 { |
| 226 "name": "$result", | 234 "name": "$result", |
| 227 "recipe_result": null, | 235 "recipe_result": null, |
| 228 "status_code": 0 | 236 "status_code": 0 |
| 229 } | 237 } |
| 230 ] | 238 ] |
| OLD | NEW |