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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 29 matching lines...) Expand all
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 50 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 52 },
54 "name": "gclient setup" 53 "name": "gclient setup"
55 }, 54 },
56 { 55 {
57 "cmd": [ 56 "cmd": [
58 "python", 57 "python",
59 "-u", 58 "-u",
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
61 "sync", 60 "sync",
62 "--nohooks", 61 "--nohooks",
63 "--force", 62 "--force",
64 "--verbose", 63 "--verbose",
65 "--delete_unversioned_trees", 64 "--delete_unversioned_trees",
66 "--revision", 65 "--revision",
67 "skia@abc123", 66 "skia@abc123",
68 "--output-json", 67 "--output-json",
69 "/path/to/tmp/json" 68 "/path/to/tmp/json"
70 ], 69 ],
71 "cwd": "[SLAVE_BUILD]",
72 "env": { 70 "env": {
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
74 }, 72 },
75 "name": "gclient sync", 73 "name": "gclient sync",
76 "~followup_annotations": [ 74 "~followup_annotations": [
77 "@@@STEP_LOG_LINE@json.output@{@@@", 75 "@@@STEP_LOG_LINE@json.output@{@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
81 "@@@STEP_LOG_LINE@json.output@ }@@@", 79 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "name": "build dm" 143 "name": "build dm"
146 }, 144 },
147 { 145 {
148 "cmd": [ 146 "cmd": [
149 "python", 147 "python",
150 "-u", 148 "-u",
151 "\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", 149 "\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",
152 "[SLAVE_BUILD]/tmp", 150 "[SLAVE_BUILD]/tmp",
153 "511" 151 "511"
154 ], 152 ],
155 "cwd": "[SLAVE_BUILD]",
156 "name": "makedirs tmp_dir", 153 "name": "makedirs tmp_dir",
157 "~followup_annotations": [ 154 "~followup_annotations": [
158 "@@@STEP_LOG_LINE@python.inline@@@@", 155 "@@@STEP_LOG_LINE@python.inline@@@@",
159 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 156 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
160 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 157 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
161 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 158 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
162 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 159 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
163 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 160 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
164 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 161 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
165 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 162 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
166 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 163 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
167 "@@@STEP_LOG_END@python.inline@@@" 164 "@@@STEP_LOG_END@python.inline@@@"
168 ] 165 ]
169 }, 166 },
170 { 167 {
171 "cmd": [ 168 "cmd": [
172 "python", 169 "python",
173 "-u", 170 "-u",
174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 171 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
175 "[SLAVE_BUILD]/tmp/SKP_VERSION", 172 "[SLAVE_BUILD]/tmp/SKP_VERSION",
176 "/path/to/tmp/" 173 "/path/to/tmp/"
177 ], 174 ],
178 "cwd": "[SLAVE_BUILD]",
179 "name": "Get downloaded SKP_VERSION" 175 "name": "Get downloaded SKP_VERSION"
180 }, 176 },
181 { 177 {
182 "cmd": [ 178 "cmd": [
183 "python", 179 "python",
184 "-u", 180 "-u",
185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 181 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
186 "[SLAVE_BUILD]/skia/SKP_VERSION", 182 "[SLAVE_BUILD]/skia/SKP_VERSION",
187 "/path/to/tmp/" 183 "/path/to/tmp/"
188 ], 184 ],
189 "cwd": "[SLAVE_BUILD]",
190 "name": "Get expected SKP_VERSION" 185 "name": "Get expected SKP_VERSION"
191 }, 186 },
192 { 187 {
193 "cmd": [ 188 "cmd": [
194 "python", 189 "python",
195 "-u", 190 "-u",
196 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
197 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 192 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
198 "/path/to/tmp/" 193 "/path/to/tmp/"
199 ], 194 ],
200 "cwd": "[SLAVE_BUILD]",
201 "name": "Get downloaded SK_IMAGE_VERSION" 195 "name": "Get downloaded SK_IMAGE_VERSION"
202 }, 196 },
203 { 197 {
204 "cmd": [ 198 "cmd": [
205 "python", 199 "python",
206 "-u", 200 "-u",
207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
208 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", 202 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
209 "/path/to/tmp/" 203 "/path/to/tmp/"
210 ], 204 ],
211 "cwd": "[SLAVE_BUILD]",
212 "name": "Get expected SK_IMAGE_VERSION" 205 "name": "Get expected SK_IMAGE_VERSION"
213 }, 206 },
214 { 207 {
215 "cmd": [ 208 "cmd": [
216 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R elease/dm", 209 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R elease/dm",
217 "--undefok", 210 "--undefok",
218 "--resourcePath", 211 "--resourcePath",
219 "[SLAVE_BUILD]/skia/resources", 212 "[SLAVE_BUILD]/skia/resources",
220 "--skps", 213 "--skps",
221 "[SLAVE_BUILD]/playback/skps", 214 "[SLAVE_BUILD]/playback/skps",
(...skipping 22 matching lines...) Expand all
244 "AVX2", 237 "AVX2",
245 "extra_config", 238 "extra_config",
246 "TSAN", 239 "TSAN",
247 "model", 240 "model",
248 "GCE", 241 "GCE",
249 "os", 242 "os",
250 "Ubuntu", 243 "Ubuntu",
251 "--nogpu", 244 "--nogpu",
252 "--dummy-flags" 245 "--dummy-flags"
253 ], 246 ],
254 "cwd": "[SLAVE_BUILD]",
255 "env": { 247 "env": {
256 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 248 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
257 "BUILDTYPE": "Release", 249 "BUILDTYPE": "Release",
258 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 250 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
259 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 251 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
260 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re lease-TSAN", 252 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re lease-TSAN",
261 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 253 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
262 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 254 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
263 }, 255 },
264 "name": "dm" 256 "name": "dm"
265 }, 257 },
266 { 258 {
267 "name": "$result", 259 "name": "$result",
268 "recipe_result": null, 260 "recipe_result": null,
269 "status_code": 0 261 "status_code": 0
270 } 262 }
271 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698