OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "host and tools info", | 8 "name": "host and tools info", |
10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
19 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
21 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
22 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
23 ] | 22 ] |
24 }, | 23 }, |
25 { | 24 { |
26 "cmd": [ | 25 "cmd": [ |
27 "python", | 26 "python", |
28 "-u", | 27 "-u", |
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
30 "--master", | 29 "--master", |
31 "chromium.fake", | 30 "chromium.fake", |
32 "--builder", | 31 "--builder", |
33 "ios", | 32 "ios", |
34 "--slave", | 33 "--slave", |
35 "fake-vm", | 34 "fake-vm", |
36 "--spec", | 35 "--spec", |
37 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [
'ios', 'mac']", | 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]\ntarget_os = ['ios', 'mac']", |
38 "--root", | 37 "--root", |
39 "src", | 38 "src", |
40 "--revision_mapping_file", | 39 "--revision_mapping_file", |
41 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
42 "--git-cache-dir", | 41 "--git-cache-dir", |
43 "[GIT_CACHE]", | 42 "[ROOT]/b/build/slave/cache_dir", |
44 "--output_json", | 43 "--output_json", |
45 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
46 "--revision", | 45 "--revision", |
47 "src@HEAD", | 46 "src@HEAD", |
48 "--output_manifest" | 47 "--output_manifest" |
49 ], | 48 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 49 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 51 }, |
54 "name": "bot_update", | 52 "name": "bot_update", |
55 "~followup_annotations": [ | 53 "~followup_annotations": [ |
56 "@@@STEP_LOG_LINE@json.output@{@@@", | 54 "@@@STEP_LOG_LINE@json.output@{@@@", |
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
59 "@@@STEP_LOG_LINE@json.output@}@@@", | 57 "@@@STEP_LOG_LINE@json.output@}@@@", |
60 "@@@STEP_LOG_END@json.output@@@" | 58 "@@@STEP_LOG_END@json.output@@@" |
61 ] | 59 ] |
62 }, | 60 }, |
63 { | 61 { |
64 "cmd": [ | 62 "cmd": [ |
65 "python", | 63 "python", |
66 "-u", | 64 "-u", |
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", | 66 "[CWD]/src/webrtc/build/ios/chromium.fake/ios.json", |
69 "/path/to/tmp/json" | 67 "/path/to/tmp/json" |
70 ], | 68 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "name": "read build config", | 69 "name": "read build config", |
73 "~followup_annotations": [ | 70 "~followup_annotations": [ |
74 "@@@STEP_LOG_LINE@json.output@{@@@", | 71 "@@@STEP_LOG_LINE@json.output@{@@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\",
@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\",
@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", |
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 76 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", |
81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
82 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", |
83 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
84 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
85 "@@@STEP_LOG_LINE@json.output@}@@@", | 82 "@@@STEP_LOG_LINE@json.output@}@@@", |
86 "@@@STEP_LOG_END@json.output@@@" | 83 "@@@STEP_LOG_END@json.output@@@" |
87 ] | 84 ] |
88 }, | 85 }, |
89 { | 86 { |
90 "cmd": [ | 87 "cmd": [ |
91 "echo", | 88 "echo", |
92 "-e", | 89 "-e", |
93 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" | 90 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" |
94 ], | 91 ], |
95 "cwd": "[SLAVE_BUILD]", | |
96 "name": "finalize build config" | 92 "name": "finalize build config" |
97 }, | 93 }, |
98 { | 94 { |
99 "cmd": [ | 95 "cmd": [ |
100 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
101 "--json-file", | 97 "--json-file", |
102 "/path/to/tmp/json", | 98 "/path/to/tmp/json", |
103 "--version", | 99 "--version", |
104 "fake xcode version" | 100 "fake xcode version" |
105 ], | 101 ], |
106 "cwd": "[SLAVE_BUILD]", | |
107 "name": "find xcode", | 102 "name": "find xcode", |
108 "~followup_annotations": [ | 103 "~followup_annotations": [ |
109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 104 "@@@STEP_LOG_LINE@json.output@{}@@@", |
110 "@@@STEP_LOG_END@json.output@@@" | 105 "@@@STEP_LOG_END@json.output@@@" |
111 ] | 106 ] |
112 }, | 107 }, |
113 { | 108 { |
114 "cmd": [ | 109 "cmd": [ |
115 "python", | 110 "python", |
116 "-u", | 111 "-u", |
117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 112 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
118 "runhooks" | 113 "runhooks" |
119 ], | 114 ], |
120 "cwd": "[SLAVE_BUILD]", | |
121 "env": { | 115 "env": { |
122 "GYP_CROSSCOMPILE": "1", | 116 "GYP_CROSSCOMPILE": "1", |
123 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define
2=fake value 2 component=static_library OS=ios", | 117 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define
2=fake value 2 component=static_library OS=ios", |
124 "GYP_GENERATORS": "ninja", | 118 "GYP_GENERATORS": "ninja", |
125 "LANDMINES_VERBOSE": "1", | 119 "LANDMINES_VERBOSE": "1", |
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
127 }, | 121 }, |
128 "name": "gclient runhooks", | 122 "name": "gclient runhooks", |
129 "~followup_annotations": [ | 123 "~followup_annotations": [ |
130 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa
ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br
/>OS=ios@@@" | 124 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa
ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br
/>OS=ios@@@" |
131 ] | 125 ] |
132 }, | 126 }, |
133 { | 127 { |
134 "allow_subannotations": true, | 128 "allow_subannotations": true, |
135 "cmd": [ | 129 "cmd": [ |
136 "python", | 130 "python", |
137 "-u", | 131 "-u", |
138 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
139 "--src-dir", | 133 "--src-dir", |
140 "[SLAVE_BUILD]/src", | 134 "[CWD]/src", |
141 "--output-json", | 135 "--output-json", |
142 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
143 ], | 137 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "env": { | 138 "env": { |
146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 139 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
147 }, | 140 }, |
148 "name": "clang_revision", | 141 "name": "clang_revision", |
149 "~followup_annotations": [ | 142 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 145 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 146 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 147 ] |
155 }, | 148 }, |
156 { | 149 { |
157 "cmd": [ | 150 "cmd": [ |
158 "python", | 151 "python", |
159 "-u", | 152 "-u", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
161 "--show-path", | 154 "--show-path", |
162 "python", | 155 "python", |
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
164 "--gsutil-py-path", | 157 "--gsutil-py-path", |
165 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
166 "--ninja-path", | 159 "--ninja-path", |
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
168 "--target", | 161 "--target", |
169 "Release-iphoneos", | 162 "Release-iphoneos", |
170 "--src-dir", | 163 "--src-dir", |
171 "[SLAVE_BUILD]/src", | 164 "[CWD]/src", |
172 "--goma-cache-dir", | 165 "--goma-cache-dir", |
173 "[GOMA_CACHE]", | 166 "[ROOT]/b/build/slave/goma_cache", |
174 "--build-tool", | 167 "--build-tool", |
175 "ninja", | 168 "ninja", |
176 "--compiler", | 169 "--compiler", |
177 "goma-clang", | 170 "goma-clang", |
178 "--goma-jsonstatus", | 171 "--goma-jsonstatus", |
179 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
180 "--goma-service-account-json-file", | 173 "--goma-service-account-json-file", |
181 "/creds/service_accounts/service-account-goma-client.json", | 174 "/creds/service_accounts/service-account-goma-client.json", |
182 "--goma-dir", | 175 "--goma-dir", |
183 "[BUILD]/goma", | 176 "[ROOT]/b/build/goma", |
184 "--", | 177 "--", |
185 "All" | 178 "All" |
186 ], | 179 ], |
187 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 180 "cwd": "[CWD]/src/out/Release-iphoneos", |
188 "env": { | 181 "env": { |
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
190 }, | 183 }, |
191 "name": "compile", | 184 "name": "compile", |
192 "~followup_annotations": [ | 185 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
194 "@@@STEP_LOG_END@json.output (invalid)@@@" | 187 "@@@STEP_LOG_END@json.output (invalid)@@@" |
195 ] | 188 ] |
196 }, | 189 }, |
197 { | 190 { |
198 "name": "$result", | 191 "name": "$result", |
199 "recipe_result": null, | 192 "recipe_result": null, |
200 "status_code": 0 | 193 "status_code": 0 |
201 } | 194 } |
202 ] | 195 ] |
OLD | NEW |