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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win64_nv_tester.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_MODULE[build::bisect_tester]\\resources\\put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 129 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
130 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 130 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
131 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 131 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
132 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 132 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
133 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 133 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
134 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 134 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
135 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 135 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [],
140 "cwd": "[SLAVE_BUILD]",
141 "name": "ensure_goma"
142 },
143 {
144 "cmd": [
145 "python",
146 "-u",
147 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
148 "--platform",
149 "windows-amd64",
150 "--dest-directory",
151 "[SLAVE_BUILD]\\cipd",
152 "--json-output",
153 "/path/to/tmp/json"
154 ],
155 "cwd": "[SLAVE_BUILD]",
156 "name": "ensure_goma.install cipd",
157 "~followup_annotations": [
158 "@@@STEP_NEST_LEVEL@1@@@",
159 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
160 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
163 "@@@STEP_LOG_LINE@json.output@}@@@",
164 "@@@STEP_LOG_END@json.output@@@"
165 ]
166 },
167 {
168 "cmd": [
169 "[SLAVE_BUILD]\\cipd\\cipd",
170 "ensure",
171 "--root",
172 "[CACHE]\\cipd\\goma",
173 "--list",
174 "infra_internal/goma/client/windows-amd64 release",
175 "--json-output",
176 "/path/to/tmp/json",
177 "--service-account-json",
178 "C:\\creds\\service_accounts\\service-account-goma-client.json"
179 ],
180 "cwd": "[SLAVE_BUILD]",
181 "name": "ensure_goma.ensure_installed",
182 "~followup_annotations": [
183 "@@@STEP_NEST_LEVEL@1@@@",
184 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
186 "@@@STEP_LOG_LINE@json.output@ {@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
189 "@@@STEP_LOG_LINE@json.output@ }@@@",
190 "@@@STEP_LOG_LINE@json.output@ ]@@@",
191 "@@@STEP_LOG_LINE@json.output@}@@@",
192 "@@@STEP_LOG_END@json.output@@@"
193 ]
194 },
195 {
196 "cmd": [ 139 "cmd": [
197 "python", 140 "python",
198 "-u", 141 "-u",
199 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
200 "runhooks" 143 "runhooks"
201 ], 144 ],
202 "cwd": "[SLAVE_BUILD]", 145 "cwd": "[SLAVE_BUILD]",
203 "env": { 146 "env": {
204 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 u se_goma=1", 147 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp onent=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_gom a=1",
205 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 148 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
206 }, 149 },
207 "name": "gclient runhooks" 150 "name": "gclient runhooks"
208 }, 151 },
209 { 152 {
210 "cmd": [ 153 "cmd": [
211 "python", 154 "python",
212 "-u", 155 "-u",
213 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 156 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
214 "--output", 157 "--output",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 334 ],
392 "cwd": "[SLAVE_BUILD]", 335 "cwd": "[SLAVE_BUILD]",
393 "name": "process_dumps" 336 "name": "process_dumps"
394 }, 337 },
395 { 338 {
396 "name": "$result", 339 "name": "$result",
397 "recipe_result": null, 340 "recipe_result": null,
398 "status_code": 0 341 "status_code": 0
399 } 342 }
400 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698