| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win32 Debug (Clang)", | 10 "Win32 Debug (Clang)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.goo
glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name':
'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w
ebrtc-limited'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]\\b\\build\\slave\\cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 57 ] |
| 57 }, | 58 }, |
| 58 { | 59 { |
| 59 "cmd": [ | 60 "cmd": [ |
| 60 "python", | 61 "python", |
| 61 "-u", | 62 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 63 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
| 63 "[CWD]\\src\\out" | 64 "[SLAVE_BUILD]\\src\\out" |
| 64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 65 "name": "clean test output files" | 67 "name": "clean test output files" |
| 66 }, | 68 }, |
| 67 { | 69 { |
| 68 "cmd": [ | 70 "cmd": [ |
| 69 "python", | 71 "python", |
| 70 "-u", | 72 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 73 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 72 "--show-path", | 74 "--show-path", |
| 73 "python", | 75 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 76 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "cleanup_temp" | 79 "name": "cleanup_temp" |
| 77 }, | 80 }, |
| 78 { | 81 { |
| 79 "cmd": [ | 82 "cmd": [ |
| 80 "python", | 83 "python", |
| 81 "-u", | 84 "-u", |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 83 "runhooks" | 86 "runhooks" |
| 84 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 89 "env": { |
| 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 87 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use_264=1 target_arch=ia32
use_goma=1", | 91 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=ia32 use_goma
=1", |
| 88 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 89 }, | 93 }, |
| 90 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
| 91 }, | 95 }, |
| 92 { | 96 { |
| 93 "allow_subannotations": true, | 97 "allow_subannotations": true, |
| 94 "cmd": [ | 98 "cmd": [ |
| 95 "python", | 99 "python", |
| 96 "-u", | 100 "-u", |
| 97 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 101 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 98 "--src-dir", | 102 "--src-dir", |
| 99 "[CWD]\\src", | 103 "[SLAVE_BUILD]\\src", |
| 100 "--output-json", | 104 "--output-json", |
| 101 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
| 102 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 103 "env": { | 108 "env": { |
| 104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 105 }, | 110 }, |
| 106 "name": "clang_revision", | 111 "name": "clang_revision", |
| 107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@{@@@", | 113 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@}@@@", | 115 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 111 "@@@STEP_LOG_END@json.output@@@" | 116 "@@@STEP_LOG_END@json.output@@@" |
| 112 ] | 117 ] |
| 113 }, | 118 }, |
| 114 { | 119 { |
| 115 "cmd": [ | 120 "cmd": [ |
| 116 "python", | 121 "python", |
| 117 "-u", | 122 "-u", |
| 118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 119 "--show-path", | 124 "--show-path", |
| 120 "python", | 125 "python", |
| 121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 122 "--gsutil-py-path", | 127 "--gsutil-py-path", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 128 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 124 "--ninja-path", | 129 "--ninja-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 130 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 126 "--target", | 131 "--target", |
| 127 "Debug", | 132 "Debug", |
| 128 "--src-dir", | 133 "--src-dir", |
| 129 "[CWD]\\src", | 134 "[SLAVE_BUILD]\\src", |
| 130 "--goma-cache-dir", | 135 "--goma-cache-dir", |
| 131 "[ROOT]\\b\\build\\slave\\goma_cache", | 136 "[GOMA_CACHE]", |
| 132 "--build-tool", | 137 "--build-tool", |
| 133 "ninja", | 138 "ninja", |
| 134 "--compiler", | 139 "--compiler", |
| 135 "goma-clang", | 140 "goma-clang", |
| 136 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
| 137 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
| 138 "--goma-service-account-json-file", | 143 "--goma-service-account-json-file", |
| 139 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 144 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 140 "--goma-dir", | 145 "--goma-dir", |
| 141 "[ROOT]\\b\\build\\goma", | 146 "[BUILD]\\goma", |
| 142 "--", | 147 "--", |
| 143 "All" | 148 "All" |
| 144 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 145 "env": { | 151 "env": { |
| 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 147 }, | 153 }, |
| 148 "name": "compile", | 154 "name": "compile", |
| 149 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 157 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 152 ] | 158 ] |
| 153 }, | 159 }, |
| 154 { | 160 { |
| 155 "name": "$result", | 161 "name": "$result", |
| 156 "recipe_result": null, | 162 "recipe_result": null, |
| 157 "status_code": 0 | 163 "status_code": 0 |
| 158 } | 164 } |
| 159 ] | 165 ] |
| OLD | NEW |