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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.json

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 4 years, 3 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "env": { 174 "env": {
175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
176 "GYP_CHROMIUM_NO_ACTION": "1", 176 "GYP_CHROMIUM_NO_ACTION": "1",
177 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 177 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
178 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 178 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
179 }, 179 },
180 "name": "gclient runhooks" 180 "name": "gclient runhooks"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python",
185 "-u",
186 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
187 "--output",
188 "/path/to/tmp/json",
189 "--",
190 "--build-config-fs",
191 "Release",
192 "--paths",
193 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
194 "--properties",
195 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}"
196 ],
197 "name": "get compile targets for scripts",
198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@json.output@{}@@@",
200 "@@@STEP_LOG_END@json.output@@@"
201 ]
202 },
203 {
204 "cmd": [
205 "python",
206 "-u",
207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
208 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json",
209 "/path/to/tmp/json"
210 ],
211 "name": "read test spec (tryserver.chromium.perf.json)",
212 "~followup_annotations": [
213 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium. perf.json@@@",
214 "@@@STEP_LOG_LINE@json.output@{}@@@",
215 "@@@STEP_LOG_END@json.output@@@"
216 ]
217 },
218 {
219 "cmd": [
184 "git", 220 "git",
185 "update-ref", 221 "update-ref",
186 "refs/heads/master", 222 "refs/heads/master",
187 "refs/remotes/origin/master" 223 "refs/remotes/origin/master"
188 ], 224 ],
189 "cwd": "[SLAVE_BUILD]/src", 225 "cwd": "[SLAVE_BUILD]/src",
190 "name": "git update-ref" 226 "name": "git update-ref"
191 }, 227 },
192 { 228 {
193 "cmd": [ 229 "cmd": [
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "@@@STEP_LOG_LINE@json.output@}@@@", 740 "@@@STEP_LOG_LINE@json.output@}@@@",
705 "@@@STEP_LOG_END@json.output@@@" 741 "@@@STEP_LOG_END@json.output@@@"
706 ] 742 ]
707 }, 743 },
708 { 744 {
709 "name": "$result", 745 "name": "$result",
710 "recipe_result": null, 746 "recipe_result": null,
711 "status_code": 0 747 "status_code": 0
712 } 748 }
713 ] 749 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698