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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.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 "linux-amd64", 73 "linux-amd64",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "libyuv_unittest" 219 "libyuv_unittest"
209 ], 220 ],
210 "name": "libyuv_unittest" 221 "name": "libyuv_unittest"
211 }, 222 },
212 { 223 {
213 "name": "$result", 224 "name": "$result",
214 "recipe_result": null, 225 "recipe_result": null,
215 "status_code": 0 226 "status_code": 0
216 } 227 }
217 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698