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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dll_.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
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 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
107 ] 107 ]
108 }, 108 },
109 { 109 {
110 "cmd": [],
111 "cwd": "[SLAVE_BUILD]",
112 "name": "ensure_goma"
113 },
114 {
115 "cmd": [
116 "python",
117 "-u",
118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
119 "--platform",
120 "windows-amd64",
121 "--dest-directory",
122 "[SLAVE_BUILD]\\cipd",
123 "--json-output",
124 "/path/to/tmp/json"
125 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "ensure_goma.install cipd",
128 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
131 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
134 "@@@STEP_LOG_LINE@json.output@}@@@",
135 "@@@STEP_LOG_END@json.output@@@"
136 ]
137 },
138 {
139 "cmd": [
140 "[SLAVE_BUILD]\\cipd\\cipd",
141 "ensure",
142 "--root",
143 "[CACHE]\\cipd\\goma",
144 "--list",
145 "infra_internal/goma/client/windows-amd64 release",
146 "--json-output",
147 "/path/to/tmp/json",
148 "--service-account-json",
149 "C:\\creds\\service_accounts\\service-account-goma-client.json"
150 ],
151 "cwd": "[SLAVE_BUILD]",
152 "name": "ensure_goma.ensure_installed",
153 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@",
155 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
157 "@@@STEP_LOG_LINE@json.output@ {@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
160 "@@@STEP_LOG_LINE@json.output@ }@@@",
161 "@@@STEP_LOG_LINE@json.output@ ]@@@",
162 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_END@json.output@@@"
164 ]
165 },
166 {
167 "cmd": [ 110 "cmd": [
168 "python", 111 "python",
169 "-u", 112 "-u",
170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
171 "--version" 114 "--version"
172 ], 115 ],
173 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
174 "name": "swarming.py --version", 117 "name": "swarming.py --version",
175 "stdout": "/path/to/tmp/", 118 "stdout": "/path/to/tmp/",
176 "~followup_annotations": [ 119 "~followup_annotations": [
177 "@@@STEP_TEXT@0.4.10@@@" 120 "@@@STEP_TEXT@0.4.10@@@"
178 ] 121 ]
179 }, 122 },
180 { 123 {
181 "cmd": [ 124 "cmd": [
182 "python", 125 "python",
183 "-u", 126 "-u",
184 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 127 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
185 "runhooks" 128 "runhooks"
186 ], 129 ],
187 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
188 "env": { 131 "env": {
189 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC HE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", 132 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[BUI LD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
191 }, 134 },
192 "name": "gclient runhooks" 135 "name": "gclient runhooks"
193 }, 136 },
194 { 137 {
195 "cmd": [ 138 "cmd": [
196 "python", 139 "python",
197 "-u", 140 "-u",
198 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 141 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
199 "--output", 142 "--output",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--goma-cache-dir", 246 "--goma-cache-dir",
304 "[GOMA_CACHE]", 247 "[GOMA_CACHE]",
305 "--build-tool", 248 "--build-tool",
306 "ninja", 249 "ninja",
307 "--build-data-dir", 250 "--build-data-dir",
308 "[ROOT]\\build_data_dir", 251 "[ROOT]\\build_data_dir",
309 "--compiler", 252 "--compiler",
310 "goma-clang", 253 "goma-clang",
311 "--goma-jsonstatus", 254 "--goma-jsonstatus",
312 "/path/to/tmp/json", 255 "/path/to/tmp/json",
313 "--goma-service-account-json-file",
314 "C:\\creds\\service_accounts\\service-account-goma-client.json",
315 "--goma-dir", 256 "--goma-dir",
316 "[CACHE]\\cipd\\goma", 257 "[BUILD]\\goma",
317 "--", 258 "--",
318 "all" 259 "all"
319 ], 260 ],
320 "cwd": "[SLAVE_BUILD]", 261 "cwd": "[SLAVE_BUILD]",
321 "name": "compile", 262 "name": "compile",
322 "~followup_annotations": [ 263 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 264 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
324 "@@@STEP_LOG_END@json.output (invalid)@@@" 265 "@@@STEP_LOG_END@json.output (invalid)@@@"
325 ] 266 ]
326 }, 267 },
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "~followup_annotations": [ 350 "~followup_annotations": [
410 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" 351 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@"
411 ] 352 ]
412 }, 353 },
413 { 354 {
414 "name": "$result", 355 "name": "$result",
415 "recipe_result": null, 356 "recipe_result": null,
416 "status_code": 0 357 "status_code": 0
417 } 358 }
418 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698