Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .evergreen/generated_configs/legacy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,6 @@ tasks:
SSL: ssl
TOPOLOGY: sharded_cluster
- func: fetch-det
- command: shell.exec
type: test
params:
working_dir: mongoc
shell: bash
script: |-
set -o errexit
sudo apt install -y haproxy
- func: start-load-balancer
vars:
MONGODB_URI: mongodb://localhost:27017,localhost:27018
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def post_commands(self) -> Iterable[Value]:
if self.settings.loadbalanced:
dns = 'loadbalanced'
yield func('fetch-det')
yield shell_mongoc('sudo apt install -y haproxy') # DEVPROD-22829
yield func('start-load-balancer', MONGODB_URI='mongodb://localhost:27017,localhost:27018')
elif self.settings.auth:
dns = 'dns-auth'
Expand Down