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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_rel.json

Issue 2339433003: LibYUV: Add cleanup steps. (Closed)
Patch Set: Included android. Created 4 years, 3 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src '}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu m.googlesource.com/libyuv/libyuv'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", 49 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
52 "@@@STEP_LOG_LINE@json.output@}@@@", 52 "@@@STEP_LOG_LINE@json.output@}@@@",
53 "@@@STEP_LOG_END@json.output@@@", 53 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "cmd": [
60 "python",
61 "-u",
62 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
63 "--show-path",
64 "python",
65 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
66 ],
67 "name": "cleanup_temp"
68 },
69 {
59 "cmd": [], 70 "cmd": [],
60 "name": "ensure_goma" 71 "name": "ensure_goma"
61 }, 72 },
62 { 73 {
63 "cmd": [ 74 "cmd": [
64 "python", 75 "python",
65 "-u", 76 "-u",
66 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 77 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
67 "--platform", 78 "--platform",
68 "linux-amd64", 79 "linux-amd64",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "libyuv_unittest" 203 "libyuv_unittest"
193 ], 204 ],
194 "name": "libyuv_unittest" 205 "name": "libyuv_unittest"
195 }, 206 },
196 { 207 {
197 "name": "$result", 208 "name": "$result",
198 "recipe_result": null, 209 "recipe_result": null,
199 "status_code": 0 210 "status_code": 0
200 } 211 }
201 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698