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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "https://codereview.chromium.org", 85 "https://codereview.chromium.org",
86 "--no-auth" 86 "--no-auth"
87 ], 87 ],
88 "name": "apply_issue", 88 "name": "apply_issue",
89 "~followup_annotations": [ 89 "~followup_annotations": [
90 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" 90 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@"
91 ] 91 ]
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python",
96 "-u",
97 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
98 "/path/to/tmp/json",
99 "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot"
100 ],
101 "cwd": "[CUSTOM_/_B_WORK]/skia",
102 "name": "exec buildbot_spec.py",
103 "~followup_annotations": [
104 "@@@STEP_LOG_LINE@json.output@{@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
107 "@@@STEP_LOG_LINE@json.output@ ], @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@",
112 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
114 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"Arm7\"@@@",
116 "@@@STEP_LOG_LINE@json.output@ }, @@@",
117 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
118 "@@@STEP_LOG_LINE@json.output@ \"device_cfg\": \"arm_v7_neon\", @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
120 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ ], @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
123 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
124 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=arm sk ia_warnings_as_errors=1\"@@@",
126 "@@@STEP_LOG_LINE@json.output@ }, @@@",
127 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
129 "@@@STEP_LOG_LINE@json.output@ ], @@@",
130 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
131 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
132 "@@@STEP_LOG_LINE@json.output@}@@@",
133 "@@@STEP_LOG_END@json.output@@@"
134 ]
135 },
136 {
137 "cmd": [
138 "which", 95 "which",
139 "adb" 96 "adb"
140 ], 97 ],
141 "name": "which adb", 98 "name": "which adb",
142 "stdout": "/path/to/tmp/", 99 "stdout": "/path/to/tmp/",
143 "~followup_annotations": [ 100 "~followup_annotations": [
144 "step returned non-zero exit code: 1", 101 "step returned non-zero exit code: 1",
145 "@@@STEP_EXCEPTION@@@" 102 "@@@STEP_EXCEPTION@@@"
146 ] 103 ]
147 }, 104 },
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 193 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
237 "@@@STEP_LOG_END@python.inline@@@" 194 "@@@STEP_LOG_END@python.inline@@@"
238 ] 195 ]
239 }, 196 },
240 { 197 {
241 "name": "$result", 198 "name": "$result",
242 "recipe_result": null, 199 "recipe_result": null,
243 "status_code": 0 200 "status_code": 0
244 } 201 }
245 ] 202 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698