aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorJeremy Leconte <jleconte@google.com>2022-10-13 12:26:37 +0200
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-13 11:32:40 +0000
commit56cf22227e1431279a971a08591ade04c607b532 (patch)
tree6aaea99ce0e047f16af91f0d87a2af8e45b6881f /infra
parent66f3fad0dd17da909e03ebc80c65c00e4da3cd4b (diff)
downloadwebrtc-56cf22227e1431279a971a08591ade04c607b532.tar.gz
Upgrade iOS internal bots to iOS 15.7
Change-Id: Ieb56aac56802ea621ed72823da5988562fcfcbc6 Bug: b/253400569 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/279101 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@google.com> Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38386}
Diffstat (limited to 'infra')
-rw-r--r--infra/specs/internal.client.webrtc.json44
-rw-r--r--infra/specs/mixins.pyl4
-rw-r--r--infra/specs/mixins_webrtc.pyl15
-rw-r--r--infra/specs/waterfalls.pyl4
4 files changed, 39 insertions, 28 deletions
diff --git a/infra/specs/internal.client.webrtc.json b/infra/specs/internal.client.webrtc.json
index e4286de4d3..c40ec54b3f 100644
--- a/infra/specs/internal.client.webrtc.json
+++ b/infra/specs/internal.client.webrtc.json
@@ -33,7 +33,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -77,7 +77,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -122,7 +122,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -169,7 +169,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -214,7 +214,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -258,7 +258,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -302,7 +302,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -346,7 +346,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -390,7 +390,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -434,7 +434,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -478,7 +478,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -582,7 +582,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -626,7 +626,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -671,7 +671,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -718,7 +718,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -763,7 +763,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -807,7 +807,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -851,7 +851,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -895,7 +895,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -939,7 +939,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -983,7 +983,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
@@ -1027,7 +1027,7 @@
],
"dimension_sets": [
{
- "os": "iOS-15.3",
+ "os": "iOS-15.7",
"pool": "chrome.tests"
}
],
diff --git a/infra/specs/mixins.pyl b/infra/specs/mixins.pyl
index 7f10358435..eb5a68adf6 100644
--- a/infra/specs/mixins.pyl
+++ b/infra/specs/mixins.pyl
@@ -73,10 +73,10 @@
'has_native_resultdb_integration': True
}
},
- 'ios-device-15.3': {
+ 'ios-device-15.7': {
'swarming': {
'dimensions': {
- 'os': 'iOS-15.3',
+ 'os': 'iOS-15.7',
'pool': 'chrome.tests'
}
}
diff --git a/infra/specs/mixins_webrtc.pyl b/infra/specs/mixins_webrtc.pyl
index de574ef893..cfbd5cebbf 100644
--- a/infra/specs/mixins_webrtc.pyl
+++ b/infra/specs/mixins_webrtc.pyl
@@ -35,10 +35,10 @@
}
}
},
- 'ios-device-15.3': {
+ 'ios-device-15.7': {
'swarming': {
'dimensions': {
- 'os': 'iOS-15.3',
+ 'os': 'iOS-15.7',
'pool': 'chrome.tests',
},
},
@@ -232,6 +232,17 @@
],
},
},
+ 'xcode_12d4e': {
+ '$mixin_append': {
+ 'args': ['--xcode-build-version', '12d4e'],
+ 'swarming': {
+ 'named_caches': [{
+ 'name': 'xcode_ios_12d4e',
+ 'path': 'Xcode.app'
+ }]
+ }
+ }
+ },
'xcode_13_main': {
'$mixin_append': {
'args': ['--xcode-build-version', '13c100']
diff --git a/infra/specs/waterfalls.pyl b/infra/specs/waterfalls.pyl
index b0168a0fdc..bad6afa01f 100644
--- a/infra/specs/waterfalls.pyl
+++ b/infra/specs/waterfalls.pyl
@@ -329,7 +329,7 @@
'machines': {
'iOS64 Debug': {
'mixins': [
- 'ios-device-15.3', 'webrtc-xctest', 'chrome-tester-service-account',
+ 'ios-device-15.7', 'webrtc-xctest', 'chrome-tester-service-account',
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
'out_dir_arg'
],
@@ -352,7 +352,7 @@
},
'iOS64 Release': {
'mixins': [
- 'ios-device-15.3', 'webrtc-xctest', 'chrome-tester-service-account',
+ 'ios-device-15.7', 'webrtc-xctest', 'chrome-tester-service-account',
'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration',
'out_dir_arg'
],