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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/x86_builder.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']"
10 ], 10 ],
11 "name": "gclient setup", 11 "name": "gclient setup",
12 "seed_steps": [ 12 "seed_steps": [
13 "gclient setup", 13 "gclient setup",
14 "gclient revert", 14 "gclient revert",
15 "gclient sync" 15 "gclient sync"
16 ] 16 ]
17 }, 17 },
18 { 18 {
19 "cmd": [ 19 "cmd": [
20 "python", 20 "python",
21 "-u", 21 "-u",
22 "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py", 22 "[BUILD]/scripts/slave/gclient_safe_revert.py",
23 ".", 23 ".",
24 "[DEPOT_TOOLS_ROOT]/gclient" 24 "[DEPOT_TOOLS]/gclient"
25 ], 25 ],
26 "name": "gclient revert" 26 "name": "gclient revert"
27 }, 27 },
28 { 28 {
29 "cmd": [ 29 "cmd": [
30 "python", 30 "python",
31 "-u", 31 "-u",
32 "[DEPOT_TOOLS_ROOT]/gclient.py", 32 "[DEPOT_TOOLS]/gclient.py",
33 "sync", 33 "sync",
34 "--nohooks", 34 "--nohooks",
35 "--revision", 35 "--revision",
36 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", 36 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
37 "--output-json", 37 "--output-json",
38 "/path/to/tmp/json" 38 "/path/to/tmp/json"
39 ], 39 ],
40 "name": "gclient sync", 40 "name": "gclient sync",
41 "~followup_annotations": [ 41 "~followup_annotations": [
42 "@@@STEP_LOG_LINE@json.output@{@@@", 42 "@@@STEP_LOG_LINE@json.output@{@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@", 44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@" 45 "@@@STEP_LOG_END@json.output@@@"
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "cmd": [ 49 "cmd": [
50 "[SLAVE_BUILD_ROOT]/src/repo/build/dump_app_manifest_vars.py", 50 "[SLAVE_BUILD]/src/repo/build/dump_app_manifest_vars.py",
51 "-b", 51 "-b",
52 "builder_name", 52 "builder_name",
53 "-v", 53 "-v",
54 "[SLAVE_BUILD_ROOT]/src/chrome/VERSION", 54 "[SLAVE_BUILD]/src/chrome/VERSION",
55 "--output-json", 55 "--output-json",
56 "/path/to/tmp/json" 56 "/path/to/tmp/json"
57 ], 57 ],
58 "name": "get app_manifest_vars", 58 "name": "get app_manifest_vars",
59 "~followup_annotations": [ 59 "~followup_annotations": [
60 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"date_string\": 6001, @@@", 62 "@@@STEP_LOG_LINE@json.output@ \"date_string\": 6001, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"version_code\": 10, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"version_code\": 10, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some_builder_1234\"@@@ ", 64 "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some_builder_1234\"@@@ ",
65 "@@@STEP_LOG_LINE@json.output@}@@@", 65 "@@@STEP_LOG_LINE@json.output@}@@@",
66 "@@@STEP_LOG_END@json.output@@@" 66 "@@@STEP_LOG_END@json.output@@@"
67 ] 67 ]
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "[SLAVE_BUILD_ROOT]/src/build/env_dump.py", 71 "[SLAVE_BUILD]/src/build/env_dump.py",
72 "--output-json", 72 "--output-json",
73 "/path/to/tmp/json", 73 "/path/to/tmp/json",
74 "[SLAVE_BUILD_ROOT]/src/build/android/envsetup.sh", 74 "[SLAVE_BUILD]/src/build/android/envsetup.sh",
75 "--target-arch=x86" 75 "--target-arch=x86"
76 ], 76 ],
77 "env": { 77 "env": {
78 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:%(PATH)s" 78 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s"
79 }, 79 },
80 "name": "envsetup", 80 "name": "envsetup",
81 "~followup_annotations": [ 81 "~followup_annotations": [
82 "@@@STEP_LOG_LINE@json.output@{@@@", 82 "@@@STEP_LOG_LINE@json.output@{@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@", 83 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@",
84 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@", 84 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@",
86 "@@@STEP_LOG_LINE@json.output@}@@@", 86 "@@@STEP_LOG_LINE@json.output@}@@@",
87 "@@@STEP_LOG_END@json.output@@@" 87 "@@@STEP_LOG_END@json.output@@@"
88 ] 88 ]
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\nfor base, _dirs, files in os.walk(sys.argv[3]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", 94 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\nfor base, _dirs, files in os.walk(sys.argv[3]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n",
95 "[SLAVE_BUILD_ROOT]/src/out/Debug/debug_info_dumps", 95 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
96 "[SLAVE_BUILD_ROOT]/src/out/Debug/test_logs", 96 "[SLAVE_BUILD]/src/out/Debug/test_logs",
97 "[SLAVE_BUILD_ROOT]/src" 97 "[SLAVE_BUILD]/src"
98 ], 98 ],
99 "name": "clean local files", 99 "name": "clean local files",
100 "~followup_annotations": [ 100 "~followup_annotations": [
101 "@@@STEP_LOG_LINE@python.inline@@@@", 101 "@@@STEP_LOG_LINE@python.inline@@@@",
102 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 102 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
103 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 103 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
104 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 104 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
105 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [3]):@@@", 105 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [3]):@@@",
106 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 106 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
107 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 107 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
108 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 108 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
109 "@@@STEP_LOG_END@python.inline@@@" 109 "@@@STEP_LOG_END@python.inline@@@"
110 ] 110 ]
111 }, 111 },
112 { 112 {
113 "allow_subannotations": true, 113 "allow_subannotations": true,
114 "cmd": [ 114 "cmd": [
115 "[SLAVE_BUILD_ROOT]/src/build/tree_truth.sh", 115 "[SLAVE_BUILD]/src/build/tree_truth.sh",
116 "[SLAVE_BUILD_ROOT]/src", 116 "[SLAVE_BUILD]/src",
117 "src", 117 "src",
118 "src-internal", 118 "src-internal",
119 "src/repo" 119 "src/repo"
120 ], 120 ],
121 "name": "tree truth steps" 121 "name": "tree truth steps"
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "[DEPOT_TOOLS_ROOT]/gclient.py", 127 "[DEPOT_TOOLS]/gclient.py",
128 "runhooks" 128 "runhooks"
129 ], 129 ],
130 "env": { 130 "env": {
131 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py", 131 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py",
132 "GYP_CROSSCOMPILE": "1", 132 "GYP_CROSSCOMPILE": "1",
133 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order files/orderfile.out target_arch=ia32", 133 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD]/src/orderfiles /orderfile.out target_arch=ia32",
134 "GYP_GENERATORS": "ninja", 134 "GYP_GENERATORS": "ninja",
135 "GYP_GENERATOR_FLAGS": "default_target=All", 135 "GYP_GENERATOR_FLAGS": "default_target=All",
136 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 136 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
137 }, 137 },
138 "name": "gclient runhooks" 138 "name": "gclient runhooks"
139 }, 139 },
140 { 140 {
141 "abort_on_failure": true, 141 "abort_on_failure": true,
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "[BUILD_ROOT]/scripts/slave/compile.py", 145 "[BUILD]/scripts/slave/compile.py",
146 "--target", 146 "--target",
147 "Debug", 147 "Debug",
148 "--build-dir", 148 "--build-dir",
149 "[SLAVE_BUILD_ROOT]/src/out", 149 "[SLAVE_BUILD]/src/out",
150 "--src-dir", 150 "--src-dir",
151 "[SLAVE_BUILD_ROOT]/src", 151 "[SLAVE_BUILD]/src",
152 "--build-tool", 152 "--build-tool",
153 "ninja", 153 "ninja",
154 "--compiler", 154 "--compiler",
155 "goma", 155 "goma",
156 "--", 156 "--",
157 "All" 157 "All"
158 ], 158 ],
159 "env": { 159 "env": {
160 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 160 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
161 }, 161 },
162 "name": "compile" 162 "name": "compile"
163 }, 163 },
164 { 164 {
165 "cmd": [ 165 "cmd": [
166 "[SLAVE_BUILD_ROOT]/src/repo/build/upload_build.py", 166 "[SLAVE_BUILD]/src/repo/build/upload_build.py",
167 "-b", 167 "-b",
168 "builder_name", 168 "builder_name",
169 "-t", 169 "-t",
170 "Debug", 170 "Debug",
171 "-d", 171 "-d",
172 "[SLAVE_BUILD_ROOT]/src/out", 172 "[SLAVE_BUILD]/src/out",
173 "-r", 173 "-r",
174 "4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", 174 "4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00",
175 "-g", 175 "-g",
176 "[BUILD_ROOT]/scripts/slave/gsutil" 176 "[BUILD]/scripts/slave/gsutil"
177 ], 177 ],
178 "name": "upload_build" 178 "name": "upload_build"
179 } 179 }
180 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698