aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Jansson <jansson@google.com>2023-12-13 17:28:02 +0000
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-12-13 19:00:35 +0000
commit2c0379084273cf818eeff766297514daf21811f8 (patch)
tree86f17c854be42616fe158877030e1e489559388b
parent042e57deea9d4c7ad857d7cebabd087b1725efb9 (diff)
downloadwebrtc-2c0379084273cf818eeff766297514daf21811f8.tar.gz
Fix typo
Bug: b/316080018 Change-Id: I5003b0596727875444eaeea50cb46dc76e555120 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331401 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Jeremy Leconte <jleconte@webrtc.org> Auto-Submit: Christoffer Dewerin <jansson@google.com> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41380}
-rw-r--r--tools_webrtc/mb/mb_config.pyl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index 44275d5381..42d73506af 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -202,6 +202,8 @@
'mac_rel_m1': 'release_bot_arm64',
# Windows
+ 'win11_debug': 'win_clang_debug_bot_x64',
+ 'win11_release': 'win_clang_release_bot_x64',
'win_asan': 'win_asan_clang_release_bot_x64',
'win_compile_x64_clang_dbg': 'win_clang_debug_bot_x64',
'win_compile_x64_clang_rel': 'win_clang_release_bot_x64',
@@ -216,8 +218,6 @@
'dummy_audio_file_devices_no_protobuf':
'dummy_audio_file_devices_no_protobuf_x86',
'rtti_no_sctp': 'rtti_no_sctp_no_unicode_win_x86',
- 'win11_release': 'win_clang_release_bot_x64',
- 'win11_debug': 'win_clang_debug_bot_x64',
},
}
},