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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.json

Issue 1750853005: Skia bots: use deps_os = 'all' (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Use "all" Created 4 years, 9 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 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps_file': ' DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk ia.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]", 11 "cwd": "[SLAVE_BUILD]",
12 "env": { 12 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
14 }, 14 },
15 "name": "gclient setup" 15 "name": "gclient setup"
16 }, 16 },
17 { 17 {
18 "cmd": [ 18 "cmd": [
19 "python", 19 "python",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 389 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
390 }, 390 },
391 "name": "nanobench" 391 "name": "nanobench"
392 }, 392 },
393 { 393 {
394 "name": "$result", 394 "name": "$result",
395 "reason": "Failed build steps: dm", 395 "reason": "Failed build steps: dm",
396 "status_code": 1 396 "status_code": 1
397 } 397 }
398 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698