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

Unified Diff: scripts/slave/recipes/ios/try.py

Issue 2455433002: Convert chromium.mac, chromium.fyi iOS bots to run tests on Swarming (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/ios/api.py ('k') | scripts/slave/recipes/ios/try.expected/swarming.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/ios/try.py
diff --git a/scripts/slave/recipes/ios/try.py b/scripts/slave/recipes/ios/try.py
index b90336ba4fd87b521599ed2a3f8c92b821f14db9..373cd67d1e192270e2e098206e090ea3c63e1a80 100644
--- a/scripts/slave/recipes/ios/try.py
+++ b/scripts/slave/recipes/ios/try.py
@@ -117,42 +117,6 @@ def GenTests(api):
)
yield (
- api.test('swarming')
- + api.platform('mac', 64)
- + api.properties(
- buildername='ios-simulator-swarming',
- buildnumber='0',
- issue=123456,
- mastername='tryserver.fake',
- patchset=1,
- rietveld='fake://rietveld.url',
- slavename='fake-vm',
- path_config='kitchen',
- )
- + api.ios.make_test_build_config({
- 'xcode version': 'fake xcode version',
- 'GYP_DEFINES': {
- 'fake gyp define 1': 'fake value 1',
- 'fake gyp define 2': 'fake value 2',
- },
- 'configuration': 'Debug',
- 'sdk': 'iphonesimulator8.0',
- 'tests': [
- {
- 'app': 'fake test',
- 'device type': 'fake device',
- 'os': '8.1',
- },
- ],
- })
- + api.step_data(
- 'bootstrap swarming.swarming.py --version',
- stdout=api.raw_io.output('1.2.3'),
- )
- + suppress_analyze()
- )
-
- yield (
api.test('swarming_tests_skipped')
+ api.platform('mac', 64)
+ api.properties(
« no previous file with comments | « scripts/slave/recipe_modules/ios/api.py ('k') | scripts/slave/recipes/ios/try.expected/swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698