| 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_win_compile_dbg", | 19 "v8_win_compile_dbg", |
| 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\"}", | 27 "{\"v8\": \"got_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 18 matching lines...) Expand all Loading... |
| 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 71 ] | 73 ] |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 79 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 78 "runhooks" | 80 "runhooks" |
| 79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
| 80 "env": { | 83 "env": { |
| 81 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 84 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 82 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\build\\goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8
_optimized_debug=1 v8_target_arch=ia32", | 85 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimize
d_debug=1 v8_target_arch=ia32", |
| 83 "GYP_GENERATORS": "ninja", | 86 "GYP_GENERATORS": "ninja", |
| 84 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 87 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 85 }, | 88 }, |
| 86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
| 87 }, | 90 }, |
| 88 { | 91 { |
| 89 "cmd": [ | 92 "cmd": [ |
| 90 "python", | 93 "python", |
| 91 "-u", | 94 "-u", |
| 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 95 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 93 "--show-path", | 96 "--show-path", |
| 94 "python", | 97 "python", |
| 95 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 98 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 96 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
| 97 "name": "cleanup_temp" | 101 "name": "cleanup_temp" |
| 98 }, | 102 }, |
| 99 { | 103 { |
| 100 "cmd": [ | 104 "cmd": [ |
| 101 "python", | 105 "python", |
| 102 "-u", | 106 "-u", |
| 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 104 "--show-path", | 108 "--show-path", |
| 105 "python", | 109 "python", |
| 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 110 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 107 "--gsutil-py-path", | 111 "--gsutil-py-path", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 109 "--ninja-path", | 113 "--ninja-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 111 "--target", | 115 "--target", |
| 112 "Debug", | 116 "Debug", |
| 113 "--src-dir", | 117 "--src-dir", |
| 114 "[CWD]\\v8", | 118 "[SLAVE_BUILD]\\v8", |
| 115 "--goma-cache-dir", | 119 "--goma-cache-dir", |
| 116 "[ROOT]\\b\\build\\slave\\goma_cache", | 120 "[GOMA_CACHE]", |
| 117 "--build-tool", | 121 "--build-tool", |
| 118 "ninja", | 122 "ninja", |
| 119 "--compiler", | 123 "--compiler", |
| 120 "goma", | 124 "goma", |
| 121 "--goma-jsonstatus", | 125 "--goma-jsonstatus", |
| 122 "/path/to/tmp/json", | 126 "/path/to/tmp/json", |
| 123 "--goma-service-account-json-file", | 127 "--goma-service-account-json-file", |
| 124 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 128 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 125 "--goma-dir", | 129 "--goma-dir", |
| 126 "[ROOT]\\b\\build\\goma", | 130 "[BUILD]\\goma", |
| 127 "--goma-fail-fast", | 131 "--goma-fail-fast", |
| 128 "--goma-disable-local-fallback", | 132 "--goma-disable-local-fallback", |
| 129 "--" | 133 "--" |
| 130 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
| 131 "env": { | 136 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 133 }, | 138 }, |
| 134 "name": "compile", | 139 "name": "compile", |
| 135 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 137 "@@@STEP_LOG_END@json.output (invalid)@@@" | 142 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 138 ] | 143 ] |
| 139 }, | 144 }, |
| 140 { | 145 { |
| 141 "name": "$result", | 146 "name": "$result", |
| 142 "recipe_result": null, | 147 "recipe_result": null, |
| 143 "status_code": 0 | 148 "status_code": 0 |
| 144 } | 149 } |
| 145 ] | 150 ] |
| OLD | NEW |