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

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

Issue 2030713004: Refactor chromium.perf recipe configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@2-refactorr
Patch Set: Rebase, hope it's right :) 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 129 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
130 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 130 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
131 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 131 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
132 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 132 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
133 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 133 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
134 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 134 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
135 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 135 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [],
140 "name": "ensure_goma"
141 },
142 {
143 "cmd": [
144 "python",
145 "-u",
146 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
147 "--platform",
148 "windows-386",
149 "--dest-directory",
150 "[SLAVE_BUILD]\\cipd",
151 "--json-output",
152 "/path/to/tmp/json"
153 ],
154 "name": "ensure_goma.install cipd",
155 "~followup_annotations": [
156 "@@@STEP_NEST_LEVEL@1@@@",
157 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
158 "@@@STEP_LOG_LINE@json.output@{@@@",
159 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
161 "@@@STEP_LOG_LINE@json.output@}@@@",
162 "@@@STEP_LOG_END@json.output@@@"
163 ]
164 },
165 {
166 "cmd": [
167 "[SLAVE_BUILD]\\cipd\\cipd",
168 "ensure",
169 "--root",
170 "[CACHE]\\cipd\\goma",
171 "--list",
172 "infra_internal/goma/client/windows-amd64 release",
173 "--json-output",
174 "/path/to/tmp/json",
175 "--service-account-json",
176 "C:\\creds\\service_accounts\\service-account-goma-client.json"
177 ],
178 "name": "ensure_goma.ensure_installed",
179 "~followup_annotations": [
180 "@@@STEP_NEST_LEVEL@1@@@",
181 "@@@STEP_LOG_LINE@json.output@{@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
183 "@@@STEP_LOG_LINE@json.output@ {@@@",
184 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
185 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
186 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@"
190 ]
191 },
192 {
139 "cmd": [ 193 "cmd": [
140 "python", 194 "python",
141 "-u", 195 "-u",
196 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
197 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\out\\Release"
198 ],
199 "name": "rmtree clobber",
200 "~followup_annotations": [
201 "@@@STEP_LOG_LINE@python.inline@@@@",
202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
204 "@@@STEP_LOG_LINE@python.inline@@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
208 "@@@STEP_LOG_END@python.inline@@@"
209 ]
210 },
211 {
212 "cmd": [
213 "python",
214 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
143 "runhooks" 216 "runhooks"
144 ], 217 ],
145 "cwd": "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 218 "cwd": "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
146 "env": { 219 "env": {
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
148 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='RECIPE_PACKAGE_REPO[build]\\goma' target_arch=ia3 2 use_goma=0", 221 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1" ,
149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
150 }, 223 },
151 "name": "gclient runhooks" 224 "name": "gclient runhooks"
152 }, 225 },
153 { 226 {
154 "cmd": [ 227 "cmd": [
155 "python", 228 "python",
156 "-u", 229 "-u",
157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 230 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
158 "--show-path", 231 "--show-path",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "--target", 271 "--target",
199 "Release", 272 "Release",
200 "--src-dir", 273 "--src-dir",
201 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 274 "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
202 "--goma-cache-dir", 275 "--goma-cache-dir",
203 "[GOMA_CACHE]", 276 "[GOMA_CACHE]",
204 "--goma-deps-cache-dir", 277 "--goma-deps-cache-dir",
205 "[GOMA_DEPS_CACHE]", 278 "[GOMA_DEPS_CACHE]",
206 "--build-data-dir", 279 "--build-data-dir",
207 "[ROOT]\\build_data_dir", 280 "[ROOT]\\build_data_dir",
281 "--compiler",
282 "goma-clang",
283 "--goma-jsonstatus",
284 "/path/to/tmp/json",
285 "--goma-service-account-json-file",
286 "C:\\creds\\service_accounts\\service-account-goma-client.json",
208 "--mode", 287 "--mode",
209 "official", 288 "official",
289 "--goma-dir",
290 "[CACHE]\\cipd\\goma",
210 "--", 291 "--",
211 "chrome", 292 "chrome",
212 "chromium_builder_perf" 293 "chromium_builder_perf"
213 ], 294 ],
214 "env": { 295 "env": {
215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 296 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
216 }, 297 },
217 "name": "compile" 298 "name": "compile",
299 "~followup_annotations": [
300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
301 "@@@STEP_LOG_END@json.output (invalid)@@@"
302 ]
218 }, 303 },
219 { 304 {
220 "allow_subannotations": true, 305 "allow_subannotations": true,
221 "cmd": [ 306 "cmd": [
222 "python", 307 "python",
223 "-u", 308 "-u",
224 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 309 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
225 "--show-path", 310 "--show-path",
226 "python", 311 "python",
227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 312 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
321 }, 406 },
322 "name": "process_dumps" 407 "name": "process_dumps"
323 }, 408 },
324 { 409 {
325 "name": "$result", 410 "name": "$result",
326 "recipe_result": null, 411 "recipe_result": null,
327 "status_code": 0 412 "status_code": 0
328 } 413 }
329 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698