Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]\\win_clang_rel",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 29 "--master",
8 "tryserver.webrtc", 30 "tryserver.webrtc",
9 "--builder", 31 "--builder",
10 "win_clang_rel", 32 "win_clang_rel",
11 "--slave", 33 "--slave",
12 "slavename", 34 "slavename",
13 "--spec", 35 "--spec",
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'}]", 36 "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", 37 "--root",
16 "src", 38 "src",
17 "--revision_mapping_file", 39 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 41 "--git-cache-dir",
20 "[GIT_CACHE]", 42 "[GIT_CACHE]",
21 "--issue", 43 "--issue",
22 "666666", 44 "666666",
23 "--patchset", 45 "--patchset",
24 "1", 46 "1",
25 "--rietveld_server", 47 "--rietveld_server",
26 "https://fake.rietveld.url", 48 "https://fake.rietveld.url",
27 "--output_json", 49 "--output_json",
28 "/path/to/tmp/json", 50 "/path/to/tmp/json",
29 "--revision", 51 "--revision",
30 "src@12345", 52 "src@12345",
31 "--output_manifest" 53 "--output_manifest"
32 ], 54 ],
55 "cwd": "[BUILDER_CACHE]\\win_clang_rel",
33 "env": { 56 "env": {
34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 58 },
36 "name": "bot_update", 59 "name": "bot_update",
37 "~followup_annotations": [ 60 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
59 "@@@STEP_LOG_END@json.output@@@", 82 "@@@STEP_LOG_END@json.output@@@",
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
62 ] 85 ]
63 }, 86 },
64 { 87 {
65 "cmd": [ 88 "cmd": [
66 "python", 89 "python",
67 "-u", 90 "-u",
68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 91 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
69 "[SLAVE_BUILD]\\src\\out" 92 "[BUILDER_CACHE]\\win_clang_rel\\src\\out"
70 ], 93 ],
71 "name": "clean test output files" 94 "name": "clean test output files"
72 }, 95 },
73 { 96 {
74 "cmd": [ 97 "cmd": [
75 "python", 98 "python",
76 "-u", 99 "-u",
77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
78 "--show-path", 101 "--show-path",
79 "python", 102 "python",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
136 ] 159 ]
137 }, 160 },
138 { 161 {
139 "cmd": [ 162 "cmd": [
140 "python", 163 "python",
141 "-u", 164 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
143 "runhooks" 166 "runhooks"
144 ], 167 ],
145 "cwd": "[SLAVE_BUILD]\\src", 168 "cwd": "[BUILDER_CACHE]\\win_clang_rel\\src",
146 "env": { 169 "env": {
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
148 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target _arch=ia32 use_goma=1", 171 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target _arch=ia32 use_goma=1",
149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 172 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
150 }, 173 },
151 "name": "gclient runhooks" 174 "name": "gclient runhooks"
152 }, 175 },
153 { 176 {
154 "allow_subannotations": true, 177 "allow_subannotations": true,
155 "cmd": [ 178 "cmd": [
156 "python", 179 "python",
157 "-u", 180 "-u",
158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 181 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
159 "--src-dir", 182 "--src-dir",
160 "[SLAVE_BUILD]\\src", 183 "[BUILDER_CACHE]\\win_clang_rel\\src",
161 "--output-json", 184 "--output-json",
162 "/path/to/tmp/json" 185 "/path/to/tmp/json"
163 ], 186 ],
164 "env": { 187 "env": {
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
166 }, 189 },
167 "name": "clang_revision", 190 "name": "clang_revision",
168 "~followup_annotations": [ 191 "~followup_annotations": [
169 "@@@STEP_LOG_LINE@json.output@{@@@", 192 "@@@STEP_LOG_LINE@json.output@{@@@",
170 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 193 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
171 "@@@STEP_LOG_LINE@json.output@}@@@", 194 "@@@STEP_LOG_LINE@json.output@}@@@",
172 "@@@STEP_LOG_END@json.output@@@" 195 "@@@STEP_LOG_END@json.output@@@"
173 ] 196 ]
174 }, 197 },
175 { 198 {
176 "cmd": [ 199 "cmd": [
177 "python", 200 "python",
178 "-u", 201 "-u",
179 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
180 "--show-path", 203 "--show-path",
181 "python", 204 "python",
182 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
183 "--gsutil-py-path", 206 "--gsutil-py-path",
184 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 207 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
185 "--ninja-path", 208 "--ninja-path",
186 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
187 "--target", 210 "--target",
188 "Release", 211 "Release",
189 "--src-dir", 212 "--src-dir",
190 "[SLAVE_BUILD]\\src", 213 "[BUILDER_CACHE]\\win_clang_rel\\src",
191 "--goma-cache-dir", 214 "--goma-cache-dir",
192 "[GOMA_CACHE]", 215 "[GOMA_CACHE]",
216 "--goma-deps-cache-dir",
217 "[GOMA_DEPS_CACHE]",
193 "--compiler", 218 "--compiler",
194 "goma-clang", 219 "goma-clang",
195 "--goma-jsonstatus", 220 "--goma-jsonstatus",
196 "/path/to/tmp/json", 221 "/path/to/tmp/json",
197 "--goma-service-account-json-file", 222 "--goma-service-account-json-file",
198 "C:\\creds\\service_accounts\\service-account-goma-client.json", 223 "C:\\creds\\service_accounts\\service-account-goma-client.json",
199 "--goma-dir", 224 "--goma-dir",
200 "[CACHE]\\cipd\\goma", 225 "[CACHE]\\cipd\\goma",
201 "--goma-fail-fast", 226 "--goma-fail-fast",
202 "--goma-disable-local-fallback", 227 "--goma-disable-local-fallback",
203 "--", 228 "--",
204 "All" 229 "All"
205 ], 230 ],
206 "env": { 231 "env": {
207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
208 }, 233 },
209 "name": "compile", 234 "name": "compile",
210 "~followup_annotations": [ 235 "~followup_annotations": [
211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 236 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
212 "@@@STEP_LOG_END@json.output (invalid)@@@" 237 "@@@STEP_LOG_END@json.output (invalid)@@@"
213 ] 238 ]
214 }, 239 },
215 { 240 {
216 "name": "$result", 241 "name": "$result",
217 "recipe_result": null, 242 "recipe_result": null,
218 "status_code": 0 243 "status_code": 0
219 } 244 }
220 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698