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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_debug.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_LINE@json.output@ }, @@@", 43 "@@@STEP_LOG_LINE@json.output@ }, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 46 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@", 47 "@@@STEP_LOG_END@json.output@@@",
48 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 48 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
50 ] 50 ]
51 }, 51 },
52 { 52 {
53 "cmd": [
54 "python",
55 "-u",
56 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
57 "--show-path",
58 "python",
59 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
60 ],
61 "name": "cleanup_temp"
62 },
63 {
53 "cmd": [], 64 "cmd": [],
54 "name": "ensure_goma" 65 "name": "ensure_goma"
55 }, 66 },
56 { 67 {
57 "cmd": [ 68 "cmd": [
58 "python", 69 "python",
59 "-u", 70 "-u",
60 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 71 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
61 "--platform", 72 "--platform",
62 "mac-amd64", 73 "mac-amd64",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "libyuv_unittest" 216 "libyuv_unittest"
206 ], 217 ],
207 "name": "libyuv_unittest" 218 "name": "libyuv_unittest"
208 }, 219 },
209 { 220 {
210 "name": "$result", 221 "name": "$result",
211 "recipe_result": null, 222 "recipe_result": null,
212 "status_code": 0 223 "status_code": 0
213 } 224 }
214 ] 225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698