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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-CMake.json

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address more comments 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
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",
7 "[CUSTOM_/_B_WORK]",
8 "511"
9 ],
10 "name": "makedirs checkout_path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config",
30 "--spec",
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ ntarget_os = ['llvm']"
32 ],
33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": {
35 "CHROME_HEADLESS": "1",
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 },
38 "name": "gclient setup"
39 },
40 {
41 "cmd": [
42 "python",
43 "-u",
44 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
45 "sync",
46 "--nohooks",
47 "--force",
48 "--verbose",
49 "--delete_unversioned_trees",
50 "--revision",
51 "skia@abc123",
52 "--output-json",
53 "/path/to/tmp/json"
54 ],
55 "cwd": "[CUSTOM_/_B_WORK]",
56 "env": {
57 "CHROME_HEADLESS": "1",
58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
59 },
60 "name": "gclient sync",
61 "~followup_annotations": [
62 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
64 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
66 "@@@STEP_LOG_LINE@json.output@ }@@@",
67 "@@@STEP_LOG_LINE@json.output@ }@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@",
69 "@@@STEP_LOG_END@json.output@@@",
70 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
71 ]
72 },
73 {
74 "cmd": [
75 "python",
76 "-u",
77 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
78 "/path/to/tmp/json",
79 "Build-Ubuntu-GCC-x86_64-Release-CMake"
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\": \"GCC\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"CMake\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@",
96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
100 "@@@STEP_LOG_LINE@json.output@ ], @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_warnings_as_errors=1\"@@@",
105 "@@@STEP_LOG_LINE@json.output@ }, @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
107 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
108 "@@@STEP_LOG_LINE@json.output@ ], @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
111 "@@@STEP_LOG_LINE@json.output@}@@@",
112 "@@@STEP_LOG_END@json.output@@@"
113 ]
114 },
115 {
116 "cmd": [
117 "[CUSTOM_/_B_WORK]/skia/cmake/cmake_build"
118 ],
119 "cwd": "[CUSTOM_/_B_WORK]/skia",
120 "env": {
121 "BUILDTYPE": "Release",
122 "CHROME_HEADLESS": "1",
123 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
125 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-CM ake"
126 },
127 "name": "cmake_build"
128 },
129 {
130 "cmd": [
131 "python",
132 "-u",
133 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so ', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise \n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern )\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath (f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
134 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-CMake/Release" ,
135 "[CUSTOM_[SWARM_OUT_DIR]]/out/Release"
136 ],
137 "name": "copy build products",
138 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@python.inline@import errno@@@",
140 "@@@STEP_LOG_LINE@python.inline@import glob@@@",
141 "@@@STEP_LOG_LINE@python.inline@import os@@@",
142 "@@@STEP_LOG_LINE@python.inline@import shutil@@@",
143 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
144 "@@@STEP_LOG_LINE@python.inline@@@@",
145 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@",
146 "@@@STEP_LOG_LINE@python.inline@dst = sys.argv[2]@@@",
147 "@@@STEP_LOG_LINE@python.inline@build_products_whitelist = ['dm', 'dm.exe' , 'nanobench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'li b/*.so', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']@@@",
148 "@@@STEP_LOG_LINE@python.inline@@@@",
149 "@@@STEP_LOG_LINE@python.inline@try:@@@",
150 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(dst)@@@",
151 "@@@STEP_LOG_LINE@python.inline@except OSError as e:@@@",
152 "@@@STEP_LOG_LINE@python.inline@ if e.errno != errno.EEXIST:@@@",
153 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
154 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@for pattern in build_products_whitelist:@@ @",
156 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@",
157 "@@@STEP_LOG_LINE@python.inline@ for f in glob.glob(path):@@@",
158 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.r elpath(f, src))@@@",
159 "@@@STEP_LOG_LINE@python.inline@ if not os.path.isdir(os.path.dirname(d st_path)):@@@",
160 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(os.path.dirname(dst_path ))@@@",
161 "@@@STEP_LOG_LINE@python.inline@ print 'Copying build product %s to %s' % (f, dst_path)@@@",
162 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
163 "@@@STEP_LOG_END@python.inline@@@"
164 ]
165 },
166 {
167 "name": "$result",
168 "recipe_result": null,
169 "status_code": 0
170 }
171 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698