781b2bde69
Restore "device type" for iOS internal.client.webrtc
...
This partially reverts a94ad2920c7aa645e6d81bc17f7a1be17fef4be7
because of failures in iOS Perf trybots.
Bug: webrtc:7156
Change-Id: Icaf10ffc2941419bd89481f1d5c8e377801b24eb
Reviewed-on: https://webrtc-review.googlesource.com/c/105626
Reviewed-by: Artem Titarenko <artit@webrtc.org >
Reviewed-by: Oleh Prypin <oprypin@webrtc.org >
Commit-Queue: Artem Titarenko <artit@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#25142}
2018-10-12 12:55:03 +00:00
f2582da04e
Revert "Partial revert of: 'Bump xcode versions for WebRTC bots.'"
...
This reverts commit 47c48b803202ec0132df06f20c7f16267524ab1a.
Reason for revert: Machines have been upgraded.
Original change's description:
> Partial revert of: 'Bump xcode versions for WebRTC bots.'
>
> Partial revert of https://webrtc-review.googlesource.com/c/src/+/97060 .
> These machines need to be updated to a newer OS version.
>
> Bug: None
> Change-Id: Ice30ff9125eb366a6d6f93080ae7d0bceba1fe8b
> Reviewed-on: https://webrtc-review.googlesource.com/98400
> Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org >
> Cr-Commit-Position: refs/heads/master@{#24603}
TBR=phoglund@webrtc.org ,mbonadei@webrtc.org ,oprypin@webrtc.org
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: None
Change-Id: I7de961d6b6d3b472b0e6bbae545c1902e9a4d0c3
Reviewed-on: https://webrtc-review.googlesource.com/99223
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org >
Reviewed-by: Oleh Prypin <oprypin@webrtc.org >
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#24663}
2018-09-10 19:25:56 +00:00
a94ad2920c
Bump iOS bots to iOS 11.
...
This should also solve the trigger problem on the iOS perf bot.
Remove device_type which appears to be ignored anyway. For instance,
device_type said iphone 6s but we got iPhone 8 when I actually looked
in the swarming dimension.
Bug: webrtc:7156
Change-Id: I1aa22e7f217deebf9eeee18363622e37ecc2a40e
Reviewed-on: https://webrtc-review.googlesource.com/99060
Commit-Queue: Patrik Höglund <phoglund@webrtc.org >
Reviewed-by: Oleh Prypin <oprypin@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#24648}
2018-09-10 12:00:26 +00:00
47c48b8032
Partial revert of: 'Bump xcode versions for WebRTC bots.'
...
Partial revert of https://webrtc-review.googlesource.com/c/src/+/97060 .
These machines need to be updated to a newer OS version.
Bug: None
Change-Id: Ice30ff9125eb366a6d6f93080ae7d0bceba1fe8b
Reviewed-on: https://webrtc-review.googlesource.com/98400
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#24603}
2018-09-06 11:40:28 +00:00
d05916dccf
Bump xcode versions for WebRTC bots.
...
The build toolchain now requires xcode 10, so we have to roll.
Bug: None
Change-Id: Iafec62e7927ca8a81117710d09e2c42bcf18c0d1
Reviewed-on: https://webrtc-review.googlesource.com/97060
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org >
Commit-Queue: Patrik Höglund <phoglund@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#24510}
2018-08-31 15:32:10 +00:00
418408e0a4
Don't specify Mac version for iOS real device tests
...
Currently all iOS tests can't find a device because Mac versions were updated.
It shouldn't matter what Mac version is used to launch a test on a phone.
TBR: phoglund@webrtc.org
No-Try: True
Bug: None
Change-Id: I1ec3317db4707fb62541302737eed812c5b516a2
Reviewed-on: https://webrtc-review.googlesource.com/90865
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org >
Commit-Queue: Oleh Prypin <oprypin@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#24126}
2018-07-27 11:56:35 +00:00
e64c0e5f2c
Skip Mac-10.13.4 for iOS 10 tests, because the machines don't have the SDK
...
Bug: None
Change-Id: I2067bf7d99e658e1f4d60bff6ba3d2b709261306
Reviewed-on: https://webrtc-review.googlesource.com/79940
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org >
Commit-Queue: Oleh Prypin <oprypin@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#23448}
2018-05-30 13:40:39 +00:00
2e28edaa8a
Specify Xcode 9.2 and macOS versions that support it
...
"xcode version" key is deprecated.
Bug: chromium:838854, webrtc:9201
Change-Id: I55770a1a9c8301106b2d194e2e3f727ef0e63626
Reviewed-on: https://webrtc-review.googlesource.com/74000
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Oleh Prypin <oprypin@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#23086}
2018-05-03 08:37:51 +00:00
1b20a3fe9d
Do not build 'all' on iOS bots (part 2).
...
This is a follow-up CL to stop building 'all' on iOS bots since they
will end up building invalid Abseil build targets.
Original CL: https://webrtc-review.googlesource.com/70140 .
Bug: webrtc:8821
Change-Id: I58e4dbc10377f670ce80552a9b695607b81da284
Reviewed-on: https://webrtc-review.googlesource.com/71280
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#22960}
2018-04-20 13:48:03 +00:00
92120972ea
Match the device config of iOS Debug and Release bots
...
iPhone 7 device pool is unhealthy
Bug: None
Change-Id: I375375a152622d542eabc90baa26842731fe6d1a
Reviewed-on: https://webrtc-review.googlesource.com/63900
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Oleh Prypin <oprypin@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#22552}
2018-03-22 08:25:53 +00:00
04766e733e
Fix iOS64 Release internal bot.
...
iOS version was changed to 11.2.1.
TBR=phoglund@webrtc.org
Bug: None
No-Try: true
Change-Id: I7c4d77d7727afa4b59a2010fbfbed70b80c5cc60
Reviewed-on: https://webrtc-review.googlesource.com/36720
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org >
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#21458}
2017-12-29 13:16:44 +00:00
7fe73b1aef
[iOS] Add expiration time to tests running on iPhone7 device
...
Based on limited iPhone7 device swarming pool capacity, we need to
increase tasks expiration time to 1 hour.
Bug: chromium:774381
No-Try: true
Change-Id: I66da6c2d5b03ba8c52eead5260b3c244f1df7894
Reviewed-on: https://webrtc-review.googlesource.com/23003
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#20692}
2017-11-15 22:30:00 +00:00
15586d29f6
iOS: Add Release configurations for real devices.
...
Also, copy ios_arm64 to ios_arm64_dbg, so we can rename the bot.
Bug: chromium:774381
No-Try: true
Change-Id: I38a447e229ded6874a661bb6f39ae8ebfdcb194d
Reviewed-on: https://webrtc-review.googlesource.com/22580
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#20665}
2017-11-13 23:14:25 +00:00
904c96c694
Fix typo in iOS64 Perf configuration.
...
TBR=phoglund@webrtc.org
Bug: webrtc:7156
No-Try: true
Change-Id: I34fb403a4462af07f76d64db64f85207060163ab
Reviewed-on: https://webrtc-review.googlesource.com/20503
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org >
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#20575}
2017-11-06 21:29:20 +00:00
08a9c372df
Add configuration for iOS perf bot.
...
Depends on https://chromium-review.googlesource.com/c/chromium/tools/build/+/753625
No-Try: true
Bug: webrtc:7156
Change-Id: I3bf46ad8185a8f0c13bd8d6cd3217b4d6310e30d
Reviewed-on: https://webrtc-review.googlesource.com/18480
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org >
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#20568}
2017-11-06 17:44:46 +00:00
bee50d90fc
Fix device iOS bots.
...
NOTRY=True
Bug: None
Change-Id: If989d78a277170f2dcbcef15fd8184acd616c5c7
Reviewed-on: https://webrtc-review.googlesource.com/1578
Reviewed-by: Patrik Höglund <phoglund@webrtc.org >
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#20084}
2017-10-02 15:08:59 +00:00
afd52d3777
iOS: Run more tests on real devices
...
Tests that still need to be enabled:
* apprtcmobile_tests
* audio_decoder_unittests
* rtc_media_unittests
* rtc_unittests
* webrtc_nonparallel_tests
Bug: webrtc:7155
Change-Id: Ic3bc91224dff8b32dc71e356a4ba04b386c92a0f
Reviewed-on: https://chromium-review.googlesource.com/541368
Commit-Queue: Oleh Prypin <oprypin@chromium.org >
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#18775}
2017-06-27 07:30:21 +00:00
3e35a3cfd9
iOS: Update storage bucket for iOS64_Debug bot.
...
This corrects a mistake made in
https://codereview.webrtc.org/2919783002/
BUG=chromium:704912
NOTRY=True
TBR=smut@google.com
Change-Id: I4c105d8b8e0e373388e5787c5fde70683f056b49
Reviewed-on: https://chromium-review.googlesource.com/526635
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org >
Commit-Queue: Henrik Kjellander <kjellander@webrtc.org >
Cr-Commit-Position: refs/heads/master@{#18468}
2017-06-07 11:08:54 +00:00
cbd3ee3e77
Remove additional_target_cpus = [ "arm" ] from iOS device build configs
...
The configs committed in https://codereview.webrtc.org/2919783002/
was not passing GN and we're still unable to use trybots to test them
due to crbug.com/725910.
BUG=chromium:704912
NOTRY=True
TBR=smut@google.com
Review-Url: https://codereview.webrtc.org/2919693004
Cr-Commit-Position: refs/heads/master@{#18398}
2017-06-02 07:23:17 +00:00
62cbb23aee
iOS: Update device testing configuration
...
The previous configuration committed in
https://codereview.webrtc.org/2903843002/
accidentally was tailored for running on simulator
swarming testers rather than device testers.
BUG=chromium:704912
NOTRY=True
TBR=smut@google.com
Review-Url: https://codereview.webrtc.org/2919783002
Cr-Commit-Position: refs/heads/master@{#18397}
2017-06-02 06:15:53 +00:00
c5108786eb
Add JSON and MB configs for the internal iOS bots.
...
BUG=chromium:704912
NOTRY=True
Review-Url: https://codereview.webrtc.org/2903843002
Cr-Commit-Position: refs/heads/master@{#18258}
2017-05-24 15:44:45 +00:00