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