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