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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
66 "@@@STEP_LOG_LINE@json.output@ }@@@", 66 "@@@STEP_LOG_LINE@json.output@ }@@@",
67 "@@@STEP_LOG_LINE@json.output@ }@@@", 67 "@@@STEP_LOG_LINE@json.output@ }@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@", 68 "@@@STEP_LOG_LINE@json.output@}@@@",
69 "@@@STEP_LOG_END@json.output@@@", 69 "@@@STEP_LOG_END@json.output@@@",
70 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
71 ] 71 ]
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python",
76 "-u",
77 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
78 "/path/to/tmp/json",
79 "Build-Mac-Clang-Arm7-Debug-Android"
80 ],
81 "cwd": "[CUSTOM_/_B_WORK]/skia",
82 "name": "exec buildbot_spec.py",
83 "~followup_annotations": [
84 "@@@STEP_LOG_LINE@json.output@{@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ ], @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Android\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Mac\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"Arm7\"@@@",
96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"device_cfg\": \"arm_v7_neon\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
100 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
101 "@@@STEP_LOG_LINE@json.output@ ], @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"CC\": \"/usr/bin/clang\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"CXX\": \"/usr/bin/clang++\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=arm sk ia_clang_build=1 skia_warnings_as_errors=0\"@@@",
108 "@@@STEP_LOG_LINE@json.output@ }, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
110 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
111 "@@@STEP_LOG_LINE@json.output@ ], @@@",
112 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
114 "@@@STEP_LOG_LINE@json.output@}@@@",
115 "@@@STEP_LOG_END@json.output@@@"
116 ]
117 },
118 {
119 "cmd": [
120 "which", 75 "which",
121 "adb" 76 "adb"
122 ], 77 ],
123 "name": "which adb", 78 "name": "which adb",
124 "stdout": "/path/to/tmp/", 79 "stdout": "/path/to/tmp/",
125 "~followup_annotations": [ 80 "~followup_annotations": [
126 "step returned non-zero exit code: 1", 81 "step returned non-zero exit code: 1",
127 "@@@STEP_EXCEPTION@@@" 82 "@@@STEP_EXCEPTION@@@"
128 ] 83 ]
129 }, 84 },
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
223 "@@@STEP_LOG_END@python.inline@@@" 178 "@@@STEP_LOG_END@python.inline@@@"
224 ] 179 ]
225 }, 180 },
226 { 181 {
227 "name": "$result", 182 "name": "$result",
228 "recipe_result": null, 183 "recipe_result": null,
229 "status_code": 0 184 "status_code": 0
230 } 185 }
231 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698