| 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 "client.v8", | 16 "client.v8", |
| 18 "--builder", | 17 "--builder", |
| 19 "V8 Win64 - clang", | 18 "V8 Win64 - clang", |
| 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 = '[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'}]", |
| 24 "--root", | 23 "--root", |
| 25 "v8", | 24 "v8", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"v8\": \"got_revision\"}", | 26 "{\"v8\": \"got_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "v8@20123", | 32 "v8@20123", |
| 34 "--no_shallow", | 33 "--no_shallow", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 66 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 67 ] | 65 ] |
| 68 }, | 66 }, |
| 69 { | 67 { |
| 70 "cmd": [ | 68 "cmd": [ |
| 71 "python", | 69 "python", |
| 72 "-u", | 70 "-u", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 71 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 74 "runhooks" | 72 "runhooks" |
| 75 ], | 73 ], |
| 76 "cwd": "[SLAVE_BUILD]", | |
| 77 "env": { | 74 "env": { |
| 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 79 "GYP_DEFINES": "clang=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1
v8_target_arch=x64", | 76 "GYP_DEFINES": "clang=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1
v8_target_arch=x64", |
| 80 "GYP_GENERATORS": "ninja", | 77 "GYP_GENERATORS": "ninja", |
| 81 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 78 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 82 }, | 79 }, |
| 83 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
| 84 }, | 81 }, |
| 85 { | 82 { |
| 86 "cmd": [ | 83 "cmd": [ |
| 87 "python", | 84 "python", |
| 88 "-u", | 85 "-u", |
| 89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 86 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 90 "--show-path", | 87 "--show-path", |
| 91 "python", | 88 "python", |
| 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 89 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 93 ], | 90 ], |
| 94 "cwd": "[SLAVE_BUILD]", | |
| 95 "name": "cleanup_temp" | 91 "name": "cleanup_temp" |
| 96 }, | 92 }, |
| 97 { | 93 { |
| 98 "allow_subannotations": true, | 94 "allow_subannotations": true, |
| 99 "cmd": [ | 95 "cmd": [ |
| 100 "python", | 96 "python", |
| 101 "-u", | 97 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 98 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 103 "--src-dir", | 99 "--src-dir", |
| 104 "[SLAVE_BUILD]\\v8", | 100 "[SLAVE_BUILD]\\v8", |
| 105 "--output-json", | 101 "--output-json", |
| 106 "/path/to/tmp/json" | 102 "/path/to/tmp/json" |
| 107 ], | 103 ], |
| 108 "cwd": "[SLAVE_BUILD]", | |
| 109 "env": { | 104 "env": { |
| 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 105 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 111 }, | 106 }, |
| 112 "name": "clang_revision", | 107 "name": "clang_revision", |
| 113 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 114 "@@@STEP_LOG_LINE@json.output@{@@@", | 109 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@}@@@", | 111 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 117 "@@@STEP_LOG_END@json.output@@@" | 112 "@@@STEP_LOG_END@json.output@@@" |
| 118 ] | 113 ] |
| (...skipping 23 matching lines...) Expand all Loading... |
| 142 "--goma-jsonstatus", | 137 "--goma-jsonstatus", |
| 143 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
| 144 "--goma-service-account-json-file", | 139 "--goma-service-account-json-file", |
| 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 140 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 146 "--goma-dir", | 141 "--goma-dir", |
| 147 "[BUILD]\\goma", | 142 "[BUILD]\\goma", |
| 148 "--arch", | 143 "--arch", |
| 149 "x64", | 144 "x64", |
| 150 "--" | 145 "--" |
| 151 ], | 146 ], |
| 152 "cwd": "[SLAVE_BUILD]", | |
| 153 "env": { | 147 "env": { |
| 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 155 }, | 149 }, |
| 156 "name": "compile", | 150 "name": "compile", |
| 157 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 160 ] | 154 ] |
| 161 }, | 155 }, |
| 162 { | 156 { |
| 163 "name": "$result", | 157 "name": "$result", |
| 164 "recipe_result": null, | 158 "recipe_result": null, |
| 165 "status_code": 0 | 159 "status_code": 0 |
| 166 } | 160 } |
| 167 ] | 161 ] |
| OLD | NEW |