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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/win_retry_failed_compile.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_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 75 "python",
76 "-u", 76 "-u",
77 "[CUSTOM_C:\\_B_WORK]\\skia\\tools\\buildbot_spec.py",
78 "/path/to/tmp/json",
79 "Build-Win-MSVC-x86-Debug"
80 ],
81 "cwd": "[CUSTOM_C:\\_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\": \"MSVC\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Win\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86\"@@@",
95 "@@@STEP_LOG_LINE@json.output@ }, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
99 "@@@STEP_LOG_LINE@json.output@ ], @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"qt_sdk=C:/Qt/4.8.5/ s kia_arch_type=x86 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp s kia_win_ltcg=0\"@@@",
104 "@@@STEP_LOG_LINE@json.output@ }, @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
107 "@@@STEP_LOG_LINE@json.output@ ], @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
110 "@@@STEP_LOG_LINE@json.output@}@@@",
111 "@@@STEP_LOG_END@json.output@@@"
112 ]
113 },
114 {
115 "cmd": [
116 "python",
117 "-u",
118 "[CUSTOM_C:\\_B_WORK]\\skia\\infra\\bots\\bootstrap_win_toolchain_json.py" , 77 "[CUSTOM_C:\\_B_WORK]\\skia\\infra\\bots\\bootstrap_win_toolchain_json.py" ,
119 "--win_toolchain_json", 78 "--win_toolchain_json",
120 "[SLAVE_BUILD]\\src\\build\\win_toolchain.json", 79 "[SLAVE_BUILD]\\src\\build\\win_toolchain.json",
121 "--depot_tools_parent_dir", 80 "--depot_tools_parent_dir",
122 "[SLAVE_BUILD]" 81 "[SLAVE_BUILD]"
123 ], 82 ],
124 "name": "bootstrap win toolchain" 83 "name": "bootstrap win toolchain"
125 }, 84 },
126 { 85 {
127 "cmd": [ 86 "cmd": [
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 174 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
216 "@@@STEP_LOG_END@python.inline@@@" 175 "@@@STEP_LOG_END@python.inline@@@"
217 ] 176 ]
218 }, 177 },
219 { 178 {
220 "name": "$result", 179 "name": "$result",
221 "recipe_result": null, 180 "recipe_result": null,
222 "status_code": 0 181 "status_code": 0
223 } 182 }
224 ] 183 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698