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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_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
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_gn_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "windows-amd64", 79 "windows-amd64",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "libyuv_unittest.exe" 202 "libyuv_unittest.exe"
192 ], 203 ],
193 "name": "libyuv_unittest" 204 "name": "libyuv_unittest"
194 }, 205 },
195 { 206 {
196 "name": "$result", 207 "name": "$result",
197 "recipe_result": null, 208 "recipe_result": null,
198 "status_code": 0 209 "status_code": 0
199 } 210 }
200 ] 211 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_gn_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698