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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
71 "@@@STEP_LOG_LINE@json.output@ }@@@", 71 "@@@STEP_LOG_LINE@json.output@ }@@@",
72 "@@@STEP_LOG_LINE@json.output@ }@@@", 72 "@@@STEP_LOG_LINE@json.output@ }@@@",
73 "@@@STEP_LOG_LINE@json.output@}@@@", 73 "@@@STEP_LOG_LINE@json.output@}@@@",
74 "@@@STEP_LOG_END@json.output@@@", 74 "@@@STEP_LOG_END@json.output@@@",
75 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 75 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
76 ] 76 ]
77 }, 77 },
78 { 78 {
79 "cmd": [ 79 "cmd": [
80 "python",
81 "-u",
82 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
83 "/path/to/tmp/json",
84 "Build-Ubuntu-GCC-x86_64-Release-PDFium"
85 ],
86 "cwd": "[CUSTOM_/_B_WORK]/skia",
87 "name": "exec buildbot_spec.py",
88 "~followup_annotations": [
89 "@@@STEP_LOG_LINE@json.output@{@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
92 "@@@STEP_LOG_LINE@json.output@ ], @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"PDFium\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@",
101 "@@@STEP_LOG_LINE@json.output@ }, @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
105 "@@@STEP_LOG_LINE@json.output@ ], @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_warnings_as_errors=1\"@@@",
110 "@@@STEP_LOG_LINE@json.output@ }, @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
112 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
113 "@@@STEP_LOG_LINE@json.output@ ], @@@",
114 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
116 "@@@STEP_LOG_LINE@json.output@}@@@",
117 "@@@STEP_LOG_END@json.output@@@"
118 ]
119 },
120 {
121 "cmd": [
122 "gclient", 80 "gclient",
123 "runhook", 81 "runhook",
124 "gn_linux64" 82 "gn_linux64"
125 ], 83 ],
126 "cwd": "[CUSTOM_/_B_WORK]/pdfium", 84 "cwd": "[CUSTOM_/_B_WORK]/pdfium",
127 "env": { 85 "env": {
128 "BUILDTYPE": "Release", 86 "BUILDTYPE": "Release",
129 "CHROME_HEADLESS": "1", 87 "CHROME_HEADLESS": "1",
130 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", 88 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 197 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
240 "@@@STEP_LOG_END@python.inline@@@" 198 "@@@STEP_LOG_END@python.inline@@@"
241 ] 199 ]
242 }, 200 },
243 { 201 {
244 "name": "$result", 202 "name": "$result",
245 "recipe_result": null, 203 "recipe_result": null,
246 "status_code": 0 204 "status_code": 0
247 } 205 }
248 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698