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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 113 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
171 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 114 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
172 "/path/to/tmp/" 115 "/path/to/tmp/"
173 ], 116 ],
174 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
175 "name": "Reading MB config", 118 "name": "Reading MB config",
176 "~followup_annotations": [ 119 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@Builder NOT MB-ready@MB is not enabled for this builder at this revision.@@@", 120 "@@@STEP_LOG_LINE@Builder NOT MB-ready@MB is not enabled for this builder at this revision.@@@",
178 "@@@STEP_LOG_END@Builder NOT MB-ready@@@", 121 "@@@STEP_LOG_END@Builder NOT MB-ready@@@",
179 "@@@STEP_WARNINGS@@@" 122 "@@@STEP_WARNINGS@@@"
180 ] 123 ]
181 }, 124 },
182 { 125 {
183 "cmd": [ 126 "cmd": [
184 "python", 127 "python",
185 "-u", 128 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
187 "runhooks" 130 "runhooks"
188 ], 131 ],
189 "cwd": "[SLAVE_BUILD]", 132 "cwd": "[SLAVE_BUILD]",
190 "env": { 133 "env": {
191 "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", 134 "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",
192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 135 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 136 },
194 "name": "gclient runhooks" 137 "name": "gclient runhooks"
195 }, 138 },
196 { 139 {
197 "cmd": [ 140 "cmd": [
198 "python", 141 "python",
199 "-u", 142 "-u",
200 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 143 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
201 "--show-path", 144 "--show-path",
(...skipping 22 matching lines...) Expand all
224 "--goma-cache-dir", 167 "--goma-cache-dir",
225 "[GOMA_CACHE]", 168 "[GOMA_CACHE]",
226 "--build-tool", 169 "--build-tool",
227 "ninja", 170 "ninja",
228 "--build-data-dir", 171 "--build-data-dir",
229 "[ROOT]\\build_data_dir", 172 "[ROOT]\\build_data_dir",
230 "--compiler", 173 "--compiler",
231 "goma", 174 "goma",
232 "--goma-jsonstatus", 175 "--goma-jsonstatus",
233 "/path/to/tmp/json", 176 "/path/to/tmp/json",
234 "--goma-service-account-json-file",
235 "C:\\creds\\service_accounts\\service-account-goma-client.json",
236 "--mode", 177 "--mode",
237 "official", 178 "official",
238 "--goma-dir", 179 "--goma-dir",
239 "[CACHE]\\cipd\\goma", 180 "[BUILD]\\goma",
240 "--goma-hermetic", 181 "--goma-hermetic",
241 "fallback", 182 "fallback",
242 "--", 183 "--",
243 "chrome", 184 "chrome",
244 "chromium_builder_perf" 185 "chromium_builder_perf"
245 ], 186 ],
246 "cwd": "[SLAVE_BUILD]", 187 "cwd": "[SLAVE_BUILD]",
247 "name": "compile", 188 "name": "compile",
248 "~followup_annotations": [ 189 "~followup_annotations": [
249 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 249 ],
309 "cwd": "[SLAVE_BUILD]", 250 "cwd": "[SLAVE_BUILD]",
310 "name": "process_dumps" 251 "name": "process_dumps"
311 }, 252 },
312 { 253 {
313 "name": "$result", 254 "name": "$result",
314 "recipe_result": null, 255 "recipe_result": null,
315 "status_code": 0 256 "status_code": 0
316 } 257 }
317 ] 258 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698