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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 1777303002: Skia bots: use deps_os = 'all' (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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.bat", 4 "git.bat",
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 27 matching lines...) Expand all
38 "cwd": "[SLAVE_BUILD]\\skia", 38 "cwd": "[SLAVE_BUILD]\\skia",
39 "name": "git clean" 39 "name": "git clean"
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'}]" 48 "cache_dir = '[GIT_CACHE]'\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps _file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesou rce.com/skia.git'}]"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]", 50 "cwd": "[SLAVE_BUILD]",
51 "env": { 51 "env": {
52 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 53 },
54 "name": "gclient setup" 54 "name": "gclient setup"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python", 58 "python",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 412 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot"
413 }, 413 },
414 "name": "Upload nanobench Results" 414 "name": "Upload nanobench Results"
415 }, 415 },
416 { 416 {
417 "name": "$result", 417 "name": "$result",
418 "recipe_result": null, 418 "recipe_result": null,
419 "status_code": 0 419 "status_code": 0
420 } 420 }
421 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698