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

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

Issue 2313723008: Make ios/try recipe expectations more accurate (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | scripts/slave/recipes/ios/try.expected/basic.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 b5a0838d1a388b1d1179b2eae6ce10a201c70bac..b2d6d0b47def838a3cd1abe3c25c58802dcd3c7c 100644
--- a/scripts/slave/recipes/ios/try.py
+++ b/scripts/slave/recipes/ios/try.py
@@ -51,7 +51,6 @@ def GenTests(api):
yield (
api.test('basic')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator',
buildnumber='0',
@@ -88,7 +87,6 @@ def GenTests(api):
yield (
api.test('no_tests')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator',
buildnumber='0',
@@ -120,7 +118,6 @@ def GenTests(api):
yield (
api.test('swarming')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator-swarming',
buildnumber='0',
@@ -157,7 +154,6 @@ def GenTests(api):
yield (
api.test('swarming_tests_skipped')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator-swarming',
buildnumber='0',
@@ -194,7 +190,6 @@ def GenTests(api):
yield (
api.test('icu_patch')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator',
buildnumber='0',
@@ -232,7 +227,6 @@ def GenTests(api):
yield (
api.test('parent')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios',
buildnumber='0',
@@ -272,7 +266,6 @@ def GenTests(api):
yield (
api.test('without_patch_success')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios',
buildnumber='0',
@@ -306,7 +299,6 @@ def GenTests(api):
yield (
api.test('without_patch_failure')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios',
buildnumber='0',
@@ -341,7 +333,6 @@ def GenTests(api):
yield (
api.test('gn')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator-gn',
buildnumber='0',
@@ -382,7 +373,6 @@ def GenTests(api):
yield (
api.test('gyp_goma')
+ api.platform('mac', 64)
- + api.properties(patch_url='patch url')
+ api.properties(
buildername='ios-simulator',
buildnumber='0',
« no previous file with comments | « no previous file | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698