Commit 9298c78e authored by Sergey Berezin's avatar Sergey Berezin Committed by Commit Bot

Revert "ios-simulator*: specify dimensions directly"

This reverts commit a28ac453.

Reason for revert: The bug is fixed, the original config should work again.

Original change's description:
> ios-simulator*: specify dimensions directly
> 
> This is to mitigate the immediate fire (see the bug).
> 
> PLEASE REVERT once the bug is fixed.
> 
> BUG=825843
> R=​justincohen@chromium.org,maruel@chromium.org
> 
> Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
> Change-Id: I87f20f1eff838fa535970da1e2271c0dbffe939f
> Reviewed-on: https://chromium-review.googlesource.com/981448
> Reviewed-by: Stephen Martinis <martiniss@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#545883}

TBR=maruel@chromium.org,justincohen@chromium.org,sergeyberezin@chromium.org,martiniss@chromium.org

Change-Id: If51b71c56092c2685d7cce1e3cb12c633678f8d4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 825843
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Reviewed-on: https://chromium-review.googlesource.com/982105Reviewed-by: default avatarSergey Berezin <sergeyberezin@chromium.org>
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546131}
parent 089385b6
......@@ -23,43 +23,106 @@
"include": "eg_tests.json",
"device type": "iPhone 6s Plus",
"os": "10.0",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_tests.json",
"device type": "iPhone 7",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_tests.json",
"device type": "iPad Air 2",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_tests.json",
"device type": "iPad Air 2",
"os": "10.0",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_tests.json",
"device type": "iPhone X",
"os": "11.2",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_cq_tests.json",
"device type": "iPad Air 2",
"os": "10.0",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_cq_tests.json",
"device type": "iPhone X",
"os": "11.2",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
}
]
}
......@@ -24,43 +24,106 @@
"include": "screen_size_dependent_tests.json",
"device type": "iPhone 6s Plus",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "screen_size_dependent_tests.json",
"device type": "iPhone 6s",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "screen_size_dependent_tests.json",
"device type": "iPad Air 2",
"os": "11.2",
"host os": "Mac-10.12"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "screen_size_dependent_tests.json",
"device type": "iPad Air 2",
"os": "10.0",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "common_tests.json",
"device type": "iPad Air 2",
"os": "10.0",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
},
{
"include": "eg_cq_tests.json",
"device type": "iPhone 6s",
"os": "11.2",
"host os": "Mac-10.13"
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
}
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment