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

Side by Side Diff: scripts/slave/recipes/ios/try.py

Issue 2226683002: ios: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DEPS = [ 5 DEPS = [
6 'depot_tools/gclient', 6 'depot_tools/gclient',
7 'ios', 7 'ios',
8 'recipe_engine/json', 8 'recipe_engine/json',
9 'recipe_engine/platform', 9 'recipe_engine/platform',
10 'recipe_engine/properties', 10 'recipe_engine/properties',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 + api.platform('mac', 64) 56 + api.platform('mac', 64)
57 + api.properties(patch_url='patch url') 57 + api.properties(patch_url='patch url')
58 + api.properties( 58 + api.properties(
59 buildername='ios-simulator', 59 buildername='ios-simulator',
60 buildnumber='0', 60 buildnumber='0',
61 issue=123456, 61 issue=123456,
62 mastername='tryserver.fake', 62 mastername='tryserver.fake',
63 patchset=1, 63 patchset=1,
64 rietveld='fake://rietveld.url', 64 rietveld='fake://rietveld.url',
65 slavename='fake-vm', 65 slavename='fake-vm',
66 path_config='kitchen',
66 ) 67 )
67 + api.ios.make_test_build_config({ 68 + api.ios.make_test_build_config({
68 'xcode version': 'fake xcode version', 69 'xcode version': 'fake xcode version',
69 'GYP_DEFINES': { 70 'GYP_DEFINES': {
70 'fake gyp define 1': 'fake value 1', 71 'fake gyp define 1': 'fake value 1',
71 'fake gyp define 2': 'fake value 2', 72 'fake gyp define 2': 'fake value 2',
72 }, 73 },
73 'compiler': 'ninja', 74 'compiler': 'ninja',
74 'configuration': 'Debug', 75 'configuration': 'Debug',
75 'sdk': 'iphonesimulator8.0', 76 'sdk': 'iphonesimulator8.0',
(...skipping 12 matching lines...) Expand all
88 + api.platform('mac', 64) 89 + api.platform('mac', 64)
89 + api.properties(patch_url='patch url') 90 + api.properties(patch_url='patch url')
90 + api.properties( 91 + api.properties(
91 buildername='ios-simulator-swarming', 92 buildername='ios-simulator-swarming',
92 buildnumber='0', 93 buildnumber='0',
93 issue=123456, 94 issue=123456,
94 mastername='tryserver.fake', 95 mastername='tryserver.fake',
95 patchset=1, 96 patchset=1,
96 rietveld='fake://rietveld.url', 97 rietveld='fake://rietveld.url',
97 slavename='fake-vm', 98 slavename='fake-vm',
99 path_config='kitchen',
98 ) 100 )
99 + api.ios.make_test_build_config({ 101 + api.ios.make_test_build_config({
100 'xcode version': 'fake xcode version', 102 'xcode version': 'fake xcode version',
101 'GYP_DEFINES': { 103 'GYP_DEFINES': {
102 'fake gyp define 1': 'fake value 1', 104 'fake gyp define 1': 'fake value 1',
103 'fake gyp define 2': 'fake value 2', 105 'fake gyp define 2': 'fake value 2',
104 }, 106 },
105 'compiler': 'ninja', 107 'compiler': 'ninja',
106 'configuration': 'Debug', 108 'configuration': 'Debug',
107 'sdk': 'iphonesimulator8.0', 109 'sdk': 'iphonesimulator8.0',
(...skipping 17 matching lines...) Expand all
125 + api.platform('mac', 64) 127 + api.platform('mac', 64)
126 + api.properties(patch_url='patch url') 128 + api.properties(patch_url='patch url')
127 + api.properties( 129 + api.properties(
128 buildername='ios-simulator-swarming', 130 buildername='ios-simulator-swarming',
129 buildnumber='0', 131 buildnumber='0',
130 issue=123456, 132 issue=123456,
131 mastername='tryserver.fake', 133 mastername='tryserver.fake',
132 patchset=1, 134 patchset=1,
133 rietveld='fake://rietveld.url', 135 rietveld='fake://rietveld.url',
134 slavename='fake-vm', 136 slavename='fake-vm',
137 path_config='kitchen',
135 ) 138 )
136 + api.ios.make_test_build_config({ 139 + api.ios.make_test_build_config({
137 'xcode version': 'fake xcode version', 140 'xcode version': 'fake xcode version',
138 'GYP_DEFINES': { 141 'GYP_DEFINES': {
139 'fake gyp define 1': 'fake value 1', 142 'fake gyp define 1': 'fake value 1',
140 'fake gyp define 2': 'fake value 2', 143 'fake gyp define 2': 'fake value 2',
141 }, 144 },
142 'compiler': 'ninja', 145 'compiler': 'ninja',
143 'configuration': 'Debug', 146 'configuration': 'Debug',
144 'sdk': 'iphonesimulator8.0', 147 'sdk': 'iphonesimulator8.0',
(...skipping 18 matching lines...) Expand all
163 + api.properties(patch_url='patch url') 166 + api.properties(patch_url='patch url')
164 + api.properties( 167 + api.properties(
165 buildername='ios-simulator', 168 buildername='ios-simulator',
166 buildnumber='0', 169 buildnumber='0',
167 issue=123456, 170 issue=123456,
168 mastername='tryserver.fake', 171 mastername='tryserver.fake',
169 patchset=1, 172 patchset=1,
170 patch_project='icu', 173 patch_project='icu',
171 rietveld='fake://rietveld.url', 174 rietveld='fake://rietveld.url',
172 slavename='fake-vm', 175 slavename='fake-vm',
176 path_config='kitchen',
173 ) 177 )
174 + api.ios.make_test_build_config({ 178 + api.ios.make_test_build_config({
175 'xcode version': 'fake xcode version', 179 'xcode version': 'fake xcode version',
176 'GYP_DEFINES': { 180 'GYP_DEFINES': {
177 'fake gyp define 1': 'fake value 1', 181 'fake gyp define 1': 'fake value 1',
178 'fake gyp define 2': 'fake value 2', 182 'fake gyp define 2': 'fake value 2',
179 }, 183 },
180 'compiler': 'ninja', 184 'compiler': 'ninja',
181 'configuration': 'Debug', 185 'configuration': 'Debug',
182 'sdk': 'iphonesimulator8.0', 186 'sdk': 'iphonesimulator8.0',
(...skipping 12 matching lines...) Expand all
195 + api.platform('mac', 64) 199 + api.platform('mac', 64)
196 + api.properties(patch_url='patch url') 200 + api.properties(patch_url='patch url')
197 + api.properties( 201 + api.properties(
198 buildername='ios', 202 buildername='ios',
199 buildnumber='0', 203 buildnumber='0',
200 issue=123456, 204 issue=123456,
201 mastername='tryserver.fake', 205 mastername='tryserver.fake',
202 patchset=1, 206 patchset=1,
203 rietveld='fake://rietveld.url', 207 rietveld='fake://rietveld.url',
204 slavename='fake-vm', 208 slavename='fake-vm',
209 path_config='kitchen',
205 ) 210 )
206 + api.ios.make_test_build_config({ 211 + api.ios.make_test_build_config({
207 'triggered by': 'parent', 212 'triggered by': 'parent',
208 'tests': [ 213 'tests': [
209 { 214 {
210 'app': 'fake tests', 215 'app': 'fake tests',
211 'device type': 'fake device', 216 'device type': 'fake device',
212 'os': '8.1', 217 'os': '8.1',
213 }, 218 },
214 ], 219 ],
(...skipping 16 matching lines...) Expand all
231 + api.platform('mac', 64) 236 + api.platform('mac', 64)
232 + api.properties(patch_url='patch url') 237 + api.properties(patch_url='patch url')
233 + api.properties( 238 + api.properties(
234 buildername='ios', 239 buildername='ios',
235 buildnumber='0', 240 buildnumber='0',
236 issue=123456, 241 issue=123456,
237 mastername='tryserver.fake', 242 mastername='tryserver.fake',
238 patchset=1, 243 patchset=1,
239 rietveld='fake://rietveld.url', 244 rietveld='fake://rietveld.url',
240 slavename='fake-vm', 245 slavename='fake-vm',
246 path_config='kitchen',
241 ) 247 )
242 + api.ios.make_test_build_config({ 248 + api.ios.make_test_build_config({
243 'xcode version': 'fake xcode version', 249 'xcode version': 'fake xcode version',
244 'GYP_DEFINES': { 250 'GYP_DEFINES': {
245 'fake gyp define 1': 'fake value 1', 251 'fake gyp define 1': 'fake value 1',
246 'fake gyp define 2': 'fake value 2', 252 'fake gyp define 2': 'fake value 2',
247 }, 253 },
248 'compiler': 'ninja', 254 'compiler': 'ninja',
249 'configuration': 'Debug', 255 'configuration': 'Debug',
250 'sdk': 'iphonesimulator8.0', 256 'sdk': 'iphonesimulator8.0',
(...skipping 14 matching lines...) Expand all
265 + api.platform('mac', 64) 271 + api.platform('mac', 64)
266 + api.properties(patch_url='patch url') 272 + api.properties(patch_url='patch url')
267 + api.properties( 273 + api.properties(
268 buildername='ios', 274 buildername='ios',
269 buildnumber='0', 275 buildnumber='0',
270 issue=123456, 276 issue=123456,
271 mastername='tryserver.fake', 277 mastername='tryserver.fake',
272 patchset=1, 278 patchset=1,
273 rietveld='fake://rietveld.url', 279 rietveld='fake://rietveld.url',
274 slavename='fake-vm', 280 slavename='fake-vm',
281 path_config='kitchen',
275 ) 282 )
276 + api.ios.make_test_build_config({ 283 + api.ios.make_test_build_config({
277 'xcode version': 'fake xcode version', 284 'xcode version': 'fake xcode version',
278 'GYP_DEFINES': { 285 'GYP_DEFINES': {
279 'fake gyp define 1': 'fake value 1', 286 'fake gyp define 1': 'fake value 1',
280 'fake gyp define 2': 'fake value 2', 287 'fake gyp define 2': 'fake value 2',
281 }, 288 },
282 'compiler': 'ninja', 289 'compiler': 'ninja',
283 'configuration': 'Debug', 290 'configuration': 'Debug',
284 'sdk': 'iphonesimulator8.0', 291 'sdk': 'iphonesimulator8.0',
(...skipping 15 matching lines...) Expand all
300 + api.platform('mac', 64) 307 + api.platform('mac', 64)
301 + api.properties(patch_url='patch url') 308 + api.properties(patch_url='patch url')
302 + api.properties( 309 + api.properties(
303 buildername='ios-simulator-gn', 310 buildername='ios-simulator-gn',
304 buildnumber='0', 311 buildnumber='0',
305 issue=123456, 312 issue=123456,
306 mastername='tryserver.fake', 313 mastername='tryserver.fake',
307 patchset=1, 314 patchset=1,
308 rietveld='fake://rietveld.url', 315 rietveld='fake://rietveld.url',
309 slavename='fake-vm', 316 slavename='fake-vm',
317 path_config='kitchen',
310 ) 318 )
311 + api.ios.make_test_build_config({ 319 + api.ios.make_test_build_config({
312 'xcode version': 'fake xcode version', 320 'xcode version': 'fake xcode version',
313 'GYP_DEFINES': [], 321 'GYP_DEFINES': [],
314 'gn_args': [ 322 'gn_args': [
315 'target_os="ios"', 323 'target_os="ios"',
316 'ios_enable_code_signing=false', 324 'ios_enable_code_signing=false',
317 'use_goma=true', 325 'use_goma=true',
318 ], 326 ],
319 'use_analyze': True, 327 'use_analyze': True,
(...skipping 16 matching lines...) Expand all
336 + api.platform('mac', 64) 344 + api.platform('mac', 64)
337 + api.properties(patch_url='patch url') 345 + api.properties(patch_url='patch url')
338 + api.properties( 346 + api.properties(
339 buildername='ios-simulator', 347 buildername='ios-simulator',
340 buildnumber='0', 348 buildnumber='0',
341 issue=123456, 349 issue=123456,
342 mastername='tryserver.fake', 350 mastername='tryserver.fake',
343 patchset=1, 351 patchset=1,
344 rietveld='fake://rietveld.url', 352 rietveld='fake://rietveld.url',
345 slavename='fake-vm', 353 slavename='fake-vm',
354 path_config='kitchen',
346 ) 355 )
347 + api.ios.make_test_build_config({ 356 + api.ios.make_test_build_config({
348 'xcode version': 'fake xcode version', 357 'xcode version': 'fake xcode version',
349 'GYP_DEFINES': [ 358 'GYP_DEFINES': [
350 'OS=ios', 359 'OS=ios',
351 'gomadir=$(goma_dir)', 360 'gomadir=$(goma_dir)',
352 'target_subarch=both', 361 'target_subarch=both',
353 'use_goma=1', 362 'use_goma=1',
354 ], 363 ],
355 'gn_args': [ 364 'gn_args': [
356 ], 365 ],
357 'use_analyze': True, 366 'use_analyze': True,
358 'mb_type': 'gyp', 367 'mb_type': 'gyp',
359 'compiler': 'ninja', 368 'compiler': 'ninja',
360 'configuration': 'Debug', 369 'configuration': 'Debug',
361 'sdk': 'iphonesimulator8.0', 370 'sdk': 'iphonesimulator8.0',
362 'tests': [ 371 'tests': [
363 { 372 {
364 'app': 'fake tests', 373 'app': 'fake tests',
365 'device type': 'fake device', 374 'device type': 'fake device',
366 'os': '8.1', 375 'os': '8.1',
367 }, 376 },
368 ], 377 ],
369 }) 378 })
370 ) 379 )
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/ios/api.py ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698