diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /third_party/libwebrtc/infra/specs/mixins.pyl | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/infra/specs/mixins.pyl')
-rw-r--r-- | third_party/libwebrtc/infra/specs/mixins.pyl | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/third_party/libwebrtc/infra/specs/mixins.pyl b/third_party/libwebrtc/infra/specs/mixins.pyl index 8520002df6..135621c3ea 100644 --- a/third_party/libwebrtc/infra/specs/mixins.pyl +++ b/third_party/libwebrtc/infra/specs/mixins.pyl @@ -58,10 +58,10 @@ 'has_native_resultdb_integration': True } }, - 'ios-device-16.6': { + 'ios-device-16.7': { 'swarming': { 'dimensions': { - 'os': 'iOS-16.6', + 'os': 'iOS-16.7.1', 'pool': 'chrome.tests', 'device_status': 'available' } @@ -94,11 +94,11 @@ }] } }, - 'ios_runtime_cache_17_0': { + 'ios_runtime_cache_17_4': { 'swarming': { 'named_caches': [{ - 'name': 'runtime_ios_17_0', - 'path': 'Runtime-ios-17.0' + 'name': 'runtime_ios_17_4', + 'path': 'Runtime-ios-17.4' }] } }, @@ -124,6 +124,13 @@ } } }, + 'linux-jammy': { + 'swarming': { + 'dimensions': { + 'os': 'Ubuntu-22.04' + } + } + }, 'mac-m1-cpu': { 'swarming': { 'dimensions': { @@ -320,10 +327,10 @@ } }, 'xcode_15_main': { - 'args': ['--xcode-build-version', '15a507'], + 'args': ['--xcode-build-version', '15c500b'], 'swarming': { 'named_caches': [{ - 'name': 'xcode_ios_15a507', + 'name': 'xcode_ios_15c500b', 'path': 'Xcode.app' }] } |