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

Side by Side Diff: scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path. isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre e(path)\n", 6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path. isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre e(path)\n",
7 "[SLAVE_BUILD]", 7 "[SLAVE_BUILD]",
8 "libs", 8 "libs",
9 "obj", 9 "obj",
10 "vp8", 10 "vp8",
11 "vp9", 11 "vp9",
12 "vpx", 12 "vpx",
13 "vpx_mem", 13 "vpx_mem",
14 "vpx_ports", 14 "vpx_ports",
15 "vpx_scale", 15 "vpx_scale",
16 "third_party" 16 "third_party"
17 ], 17 ],
18 "cwd": "[SLAVE_BUILD]",
19 "name": "clean_build", 18 "name": "clean_build",
20 "~followup_annotations": [ 19 "~followup_annotations": [
21 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
22 "@@@STEP_LOG_LINE@python.inline@import os, sys, shutil@@@", 21 "@@@STEP_LOG_LINE@python.inline@import os, sys, shutil@@@",
23 "@@@STEP_LOG_LINE@python.inline@root = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@root = sys.argv[1]@@@",
24 "@@@STEP_LOG_LINE@python.inline@nuke_dirs = sys.argv[2:]@@@", 23 "@@@STEP_LOG_LINE@python.inline@nuke_dirs = sys.argv[2:]@@@",
25 "@@@STEP_LOG_LINE@python.inline@for fname in os.listdir(root):@@@", 24 "@@@STEP_LOG_LINE@python.inline@for fname in os.listdir(root):@@@",
26 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(root, fname)@@@", 25 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(root, fname)@@@",
27 "@@@STEP_LOG_LINE@python.inline@ if os.path.isfile(path):@@@", 26 "@@@STEP_LOG_LINE@python.inline@ if os.path.isfile(path):@@@",
28 "@@@STEP_LOG_LINE@python.inline@ os.unlink(path)@@@", 27 "@@@STEP_LOG_LINE@python.inline@ os.unlink(path)@@@",
29 "@@@STEP_LOG_LINE@python.inline@ elif fname in nuke_dirs:@@@", 28 "@@@STEP_LOG_LINE@python.inline@ elif fname in nuke_dirs:@@@",
30 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(path)@@@", 29 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(path)@@@",
31 "@@@STEP_LOG_END@python.inline@@@" 30 "@@@STEP_LOG_END@python.inline@@@"
32 ] 31 ]
33 }, 32 },
34 { 33 {
35 "cmd": [ 34 "cmd": [
36 "python", 35 "python",
37 "-u", 36 "-u",
38 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 37 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
39 "--path", 38 "--path",
40 "[SLAVE_BUILD]/libvpx", 39 "[SLAVE_BUILD]/libvpx",
41 "--url", 40 "--url",
42 "https://chromium.googlesource.com/webm/libvpx" 41 "https://chromium.googlesource.com/webm/libvpx"
43 ], 42 ],
44 "cwd": "[SLAVE_BUILD]",
45 "name": "git setup" 43 "name": "git setup"
46 }, 44 },
47 { 45 {
48 "cmd": [ 46 "cmd": [
49 "git", 47 "git",
50 "retry", 48 "retry",
51 "fetch", 49 "fetch",
52 "origin", 50 "origin",
53 "master", 51 "master",
54 "--recurse-submodules" 52 "--recurse-submodules"
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "--init", 105 "--init",
108 "--recursive" 106 "--recursive"
109 ], 107 ],
110 "cwd": "[SLAVE_BUILD]/libvpx", 108 "cwd": "[SLAVE_BUILD]/libvpx",
111 "name": "submodule update" 109 "name": "submodule update"
112 }, 110 },
113 { 111 {
114 "cmd": [ 112 "cmd": [
115 "./libvpx/configure" 113 "./libvpx/configure"
116 ], 114 ],
117 "cwd": "[SLAVE_BUILD]",
118 "name": "configure" 115 "name": "configure"
119 }, 116 },
120 { 117 {
121 "cmd": [ 118 "cmd": [
122 "make", 119 "make",
123 "test", 120 "test",
124 "-j8" 121 "-j8"
125 ], 122 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "run tests" 123 "name": "run tests"
128 }, 124 },
129 { 125 {
130 "name": "$result", 126 "name": "$result",
131 "recipe_result": null, 127 "recipe_result": null,
132 "status_code": 0 128 "status_code": 0
133 } 129 }
134 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698