Skip to content

Commit 1623219

Browse files
MDBF-1176: Add C/ODBC Windows host
Related to GitLab MR: https://gitlab.com/mariadb/sysadmin/-/merge_requests/112 from hz-dev-bbm ``` 2026-04-07 07:44:49+0000 [Broker,7,100.64.101.43] worker 'bbw5-windows' attaching from IPv4Address(type='TCP', host='100.64.101.43', port=60371) 2026-04-07 07:44:49+0000 [Broker,7,100.64.101.43] Got workerinfo from 'bbw5-windows' 2026-04-07 07:44:49+0000 [-] bot attached ```
1 parent d9dbd64 commit 1623219

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

master-migration/workers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@
3939
arch: aarch64
4040
total_jobs: 10
4141
os_type: macos
42+
43+
- name: bbw5-windows
44+
arch: amd64
45+
total_jobs: 12
46+
os_type: windows

master-private.cfg-sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private["worker_pass"]= {
5252
"bbw2-mac": "1234",
5353
"bbw3-windows":"1234",
5454
"bbw4-windows":"1234",
55+
"bbw5-windows":"1234",
5556
"bb-rhel8-docker":"1234",
5657
"bb-rhel9-docker":"1234",
5758
"monty-bbw1-x64": "1234",

0 commit comments

Comments
 (0)