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

Side by Side Diff: infra/bots/recipes/swarm_RecreateSKPs.expected/Housekeeper-Nightly-RecreateSKPs_Canary.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "env": { 86 "env": {
87 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1", 87 "CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
89 }, 89 },
90 "name": "gclient runhooks" 90 "name": "gclient runhooks"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
97 "/path/to/tmp/json",
98 "Housekeeper-Nightly-RecreateSKPs_Canary"
99 ],
100 "cwd": "[CUSTOM_/_B_WORK]/skia",
101 "name": "exec buildbot_spec.py",
102 "~followup_annotations": [
103 "@@@STEP_LOG_LINE@json.output@{@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
106 "@@@STEP_LOG_LINE@json.output@ ], @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
108 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"RecreateSKPs_Canary\ ", @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"frequency\": \"Nightly\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Housekeeper\"@@@",
112 "@@@STEP_LOG_LINE@json.output@ }, @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
114 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
116 "@@@STEP_LOG_LINE@json.output@ ], @@@",
117 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
118 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
120 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_shared_lib=1 ski a_warnings_as_errors=0\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ }, @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
124 "@@@STEP_LOG_LINE@json.output@ ], @@@",
125 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
126 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
127 "@@@STEP_LOG_LINE@json.output@}@@@",
128 "@@@STEP_LOG_END@json.output@@@"
129 ]
130 },
131 {
132 "cmd": [
133 "python",
134 "-u",
135 "\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", 96 "\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",
136 "[SLAVE_BUILD]/tmp", 97 "[SLAVE_BUILD]/tmp",
137 "511" 98 "511"
138 ], 99 ],
139 "name": "makedirs tmp_dir", 100 "name": "makedirs tmp_dir",
140 "~followup_annotations": [ 101 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@python.inline@@@@", 102 "@@@STEP_LOG_LINE@python.inline@@@@",
142 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 103 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
143 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 104 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
144 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 105 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "PATH": "[DEPOT_TOOLS]:%(PATH)s" 221 "PATH": "[DEPOT_TOOLS]:%(PATH)s"
261 }, 222 },
262 "name": "Recreate SKPs" 223 "name": "Recreate SKPs"
263 }, 224 },
264 { 225 {
265 "name": "$result", 226 "name": "$result",
266 "recipe_result": null, 227 "recipe_result": null,
267 "status_code": 0 228 "status_code": 0
268 } 229 }
269 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698