File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
legacy_config_generator/evergreen_config_lib Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments