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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_device.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 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 "cwd": "[SLAVE_BUILD]/skia", 27 "cwd": "[SLAVE_BUILD]/skia",
28 "name": "git clean" 28 "name": "git clean"
29 }, 29 },
30 { 30 {
31 "cmd": [ 31 "cmd": [
32 "python", 32 "python",
33 "-u", 33 "-u",
34 "RECIPE_PACKAGE[depot_tools]/gclient.py", 34 "RECIPE_PACKAGE[depot_tools]/gclient.py",
35 "config", 35 "config",
36 "--spec", 36 "--spec",
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 37 "cache_dir = None\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps_file': ' DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk ia.git'}]"
38 ], 38 ],
39 "cwd": "[SLAVE_BUILD]", 39 "cwd": "[SLAVE_BUILD]",
40 "env": { 40 "env": {
41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
42 }, 42 },
43 "name": "gclient setup" 43 "name": "gclient setup"
44 }, 44 },
45 { 45 {
46 "cmd": [ 46 "cmd": [
47 "python", 47 "python",
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug" 929 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm 7-Debug"
930 }, 930 },
931 "name": "wait for device (3)" 931 "name": "wait for device (3)"
932 }, 932 },
933 { 933 {
934 "name": "$result", 934 "name": "$result",
935 "recipe_result": null, 935 "recipe_result": null,
936 "status_code": 0 936 "status_code": 0
937 } 937 }
938 ] 938 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698