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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "win_x64_clang_rel", | 10 "win_x64_clang_rel", |
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 "--issue", | 21 "--issue", |
22 "666666", | 22 "666666", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "src@12345", | 30 "src@12345", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 34 "env": { |
34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
35 }, | 36 }, |
36 "name": "bot_update", | 37 "name": "bot_update", |
37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
59 "@@@STEP_LOG_END@json.output@@@", | 60 "@@@STEP_LOG_END@json.output@@@", |
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
62 ] | 63 ] |
63 }, | 64 }, |
64 { | 65 { |
65 "cmd": [ | 66 "cmd": [ |
66 "python", | 67 "python", |
67 "-u", | 68 "-u", |
68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 69 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
69 "[CWD]\\src\\out" | 70 "[SLAVE_BUILD]\\src\\out" |
70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
71 "name": "clean test output files" | 73 "name": "clean test output files" |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 79 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
78 "--show-path", | 80 "--show-path", |
79 "python", | 81 "python", |
80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
89 "runhooks" | 92 "runhooks" |
90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
91 "env": { | 95 "env": { |
92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
93 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use_264=1 targ
et_arch=x64 use_goma=1", | 97 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 target_arch=x
64 use_goma=1", |
94 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 98 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 99 }, |
96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
97 }, | 101 }, |
98 { | 102 { |
99 "allow_subannotations": true, | 103 "allow_subannotations": true, |
100 "cmd": [ | 104 "cmd": [ |
101 "python", | 105 "python", |
102 "-u", | 106 "-u", |
103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
104 "--src-dir", | 108 "--src-dir", |
105 "[CWD]\\src", | 109 "[SLAVE_BUILD]\\src", |
106 "--output-json", | 110 "--output-json", |
107 "/path/to/tmp/json" | 111 "/path/to/tmp/json" |
108 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
109 "env": { | 114 "env": { |
110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
111 }, | 116 }, |
112 "name": "clang_revision", | 117 "name": "clang_revision", |
113 "~followup_annotations": [ | 118 "~followup_annotations": [ |
114 "@@@STEP_LOG_LINE@json.output@{@@@", | 119 "@@@STEP_LOG_LINE@json.output@{@@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
116 "@@@STEP_LOG_LINE@json.output@}@@@", | 121 "@@@STEP_LOG_LINE@json.output@}@@@", |
117 "@@@STEP_LOG_END@json.output@@@" | 122 "@@@STEP_LOG_END@json.output@@@" |
118 ] | 123 ] |
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]\\src", | 140 "[SLAVE_BUILD]\\src", |
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-clang", | 146 "goma-clang", |
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 "--", | 155 "--", |
151 "All" | 156 "All" |
152 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
153 "env": { | 159 "env": { |
154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
155 }, | 161 }, |
156 "name": "compile", | 162 "name": "compile", |
157 "~followup_annotations": [ | 163 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 165 "@@@STEP_LOG_END@json.output (invalid)@@@" |
160 ] | 166 ] |
161 }, | 167 }, |
162 { | 168 { |
163 "name": "$result", | 169 "name": "$result", |
164 "recipe_result": null, | 170 "recipe_result": null, |
165 "status_code": 0 | 171 "status_code": 0 |
166 } | 172 } |
167 ] | 173 ] |
OLD | NEW |