We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb4e8d commit d53e0bcCopy full SHA for d53e0bc
.evergreen/config.yml
@@ -1696,6 +1696,9 @@ tasks:
1696
LOAD_BALANCER: "true"
1697
- func: run-load-balancer
1698
- func: run-load-balancer-tests
1699
+ vars:
1700
+ AUTH: "noauth"
1701
+ SSL: "nossl"
1702
1703
- name: test-load-balancer-auth-ssl
1704
tags: ["load-balancer"]
@@ -1708,6 +1711,9 @@ tasks:
1708
1711
1709
1712
1710
1713
1714
1715
+ AUTH: "auth"
1716
+ SSL: "ssl"
1717
1718
- name: test-race
1719
tags: ["race"]
0 commit comments