From 35fc144e01cbff6a5d56cda53d09ca841d7334f2 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Thu, 2 Jun 2022 21:00:26 +0200 Subject: [PATCH] Rename 'iOS64 Sim Debug (iOS 14.0)' bot. Change-Id: I83bb0dfd0edcc199c2e44d2627bb6945514a6c84 Bug: b/228171822 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264941 Commit-Queue: Jeremy Leconte Reviewed-by: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#37104} --- infra/config/config.star | 2 +- infra/config/cr-buildbucket.cfg | 4 ++-- infra/config/luci-milo.cfg | 2 +- infra/config/luci-notify.cfg | 2 +- infra/config/luci-scheduler.cfg | 6 +++--- infra/specs/client.webrtc.json | 2 +- infra/specs/waterfalls.pyl | 2 +- tools_webrtc/mb/mb_config.pyl | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/infra/config/config.star b/infra/config/config.star index ab57d77444..78abf36289 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -702,7 +702,7 @@ ios_builder("iOS64 Debug", "iOS|arm64|dbg") ios_try_job("ios_compile_arm64_dbg") ios_builder("iOS64 Release", "iOS|arm64|rel") ios_try_job("ios_compile_arm64_rel") -ios_builder("iOS64 Sim Debug (iOS 14.0)", "iOS|x64|14") +ios_builder("iOS64 Sim Debug (iOS 14)", "iOS|x64|14") ios_try_job("ios_sim_x64_dbg_ios14") ios_builder("iOS64 Sim Debug (iOS 13)", "iOS|x64|13") ios_try_job("ios_sim_x64_dbg_ios13") diff --git a/infra/config/cr-buildbucket.cfg b/infra/config/cr-buildbucket.cfg index 5b76c44601..b60710b002 100644 --- a/infra/config/cr-buildbucket.cfg +++ b/infra/config/cr-buildbucket.cfg @@ -1868,7 +1868,7 @@ buckets { } } builders { - name: "iOS64 Sim Debug (iOS 14.0)" + name: "iOS64 Sim Debug (iOS 14)" swarming_host: "chromium-swarm.appspot.com" swarming_tags: "vpython:native-python-wrapper" dimensions: "cpu:x86-64" @@ -2059,7 +2059,7 @@ buckets { ' "iOS64 Release",' ' "iOS64 Sim Debug (iOS 12)",' ' "iOS64 Sim Debug (iOS 13)",' - ' "iOS64 Sim Debug (iOS 14.0)"' + ' "iOS64 Sim Debug (iOS 14)"' ' ]' ' }' ' },' diff --git a/infra/config/luci-milo.cfg b/infra/config/luci-milo.cfg index 3683845edb..1d3a53f263 100644 --- a/infra/config/luci-milo.cfg +++ b/infra/config/luci-milo.cfg @@ -67,7 +67,7 @@ consoles { short_name: "rel" } builders { - name: "buildbucket/luci.webrtc.ci/iOS64 Sim Debug (iOS 14.0)" + name: "buildbucket/luci.webrtc.ci/iOS64 Sim Debug (iOS 14)" category: "iOS|x64" short_name: "14" } diff --git a/infra/config/luci-notify.cfg b/infra/config/luci-notify.cfg index 6a0e70b962..3ed6d1be3e 100644 --- a/infra/config/luci-notify.cfg +++ b/infra/config/luci-notify.cfg @@ -1021,7 +1021,7 @@ notifiers { } builders { bucket: "ci" - name: "iOS64 Sim Debug (iOS 14.0)" + name: "iOS64 Sim Debug (iOS 14)" repository: "https://webrtc.googlesource.com/src" } tree_closers { diff --git a/infra/config/luci-scheduler.cfg b/infra/config/luci-scheduler.cfg index 4670f07e11..f25a399c83 100644 --- a/infra/config/luci-scheduler.cfg +++ b/infra/config/luci-scheduler.cfg @@ -632,13 +632,13 @@ job { } } job { - id: "iOS64 Sim Debug (iOS 14.0)" + id: "iOS64 Sim Debug (iOS 14)" realm: "ci" acl_sets: "ci" buildbucket { server: "cr-buildbucket.appspot.com" bucket: "ci" - builder: "iOS64 Sim Debug (iOS 14.0)" + builder: "iOS64 Sim Debug (iOS 14)" } } trigger { @@ -682,7 +682,7 @@ trigger { triggers: "iOS64 Release" triggers: "iOS64 Sim Debug (iOS 12)" triggers: "iOS64 Sim Debug (iOS 13)" - triggers: "iOS64 Sim Debug (iOS 14.0)" + triggers: "iOS64 Sim Debug (iOS 14)" triggers: "Android32 Builder arm" triggers: "Android64 Builder arm64" triggers: "Linux64 Builder" diff --git a/infra/specs/client.webrtc.json b/infra/specs/client.webrtc.json index 848fd164f9..9ddec29ab8 100644 --- a/infra/specs/client.webrtc.json +++ b/infra/specs/client.webrtc.json @@ -10741,7 +10741,7 @@ } ] }, - "iOS64 Sim Debug (iOS 14.0)": { + "iOS64 Sim Debug (iOS 14)": { "isolated_scripts": [ { "args": [ diff --git a/infra/specs/waterfalls.pyl b/infra/specs/waterfalls.pyl index 12afb57e42..6e3c6a20de 100644 --- a/infra/specs/waterfalls.pyl +++ b/infra/specs/waterfalls.pyl @@ -220,7 +220,7 @@ 'isolated_scripts': 'ios_simulator_tests', }, }, - 'iOS64 Sim Debug (iOS 14.0)': { + 'iOS64 Sim Debug (iOS 14)': { 'mixins': [ 'mac11', 'chromium-tester-service-account', 'ios-simulator-14.5', 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index d83aabf2a5..901bd4ab23 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -99,7 +99,7 @@ 'iOS64 Release': 'ios_release_bot_arm64', 'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64', 'iOS64 Sim Debug (iOS 13)': 'ios_debug_bot_x64', - 'iOS64 Sim Debug (iOS 14.0)': 'ios_debug_bot_x64', + 'iOS64 Sim Debug (iOS 14)': 'ios_debug_bot_x64', }, 'client.webrtc.fyi': { # Android