Skip to content

Commit a7c78f6

Browse files
authored
Remove haproxy workaround on Ubuntu 24.04 (#2161)
1 parent f5398e1 commit a7c78f6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.evergreen/generated_configs/legacy-config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -820,14 +820,6 @@ tasks:
820820
SSL: ssl
821821
TOPOLOGY: sharded_cluster
822822
- func: fetch-det
823-
- command: shell.exec
824-
type: test
825-
params:
826-
working_dir: mongoc
827-
shell: bash
828-
script: |-
829-
set -o errexit
830-
sudo apt install -y haproxy
831823
- func: start-load-balancer
832824
vars:
833825
MONGODB_URI: mongodb://localhost:27017,localhost:27018

.evergreen/legacy_config_generator/evergreen_config_lib/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ def post_commands(self) -> Iterable[Value]:
424424
if self.settings.loadbalanced:
425425
dns = 'loadbalanced'
426426
yield func('fetch-det')
427-
yield shell_mongoc('sudo apt install -y haproxy') # DEVPROD-22829
428427
yield func('start-load-balancer', MONGODB_URI='mongodb://localhost:27017,localhost:27018')
429428
elif self.settings.auth:
430429
dns = 'dns-auth'

0 commit comments

Comments
 (0)