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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 1920283002: Modify Skia recipes to allow running XSAN on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Changes based on code review. 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 90 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
91 ] 91 ]
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
98 "runhooks" 98 "runhooks"
99 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
100 "env": { 101 "env": {
101 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
102 }, 103 },
103 "name": "gclient runhooks" 104 "name": "gclient runhooks"
104 }, 105 },
105 { 106 {
106 "cmd": [ 107 "cmd": [
107 "python", 108 "python",
108 "-u", 109 "-u",
109 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 110 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 458 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
458 }, 459 },
459 "name": "nanobench" 460 "name": "nanobench"
460 }, 461 },
461 { 462 {
462 "name": "$result", 463 "name": "$result",
463 "recipe_result": null, 464 "recipe_result": null,
464 "status_code": 0 465 "status_code": 0
465 } 466 }
466 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698