Skip to content

Commit b98d4f9

Browse files
author
Divjot Arora
authored
GODRIVER-1635 Run AWS auth and OCSP tests on 4.4 and latest (#419)
1 parent e4a8a15 commit b98d4f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,13 +1634,14 @@ buildvariants:
16341634

16351635
- matrix_name: "aws-auth-test"
16361636
matrix_spec: { os-aws-auth: "*" }
1637-
display_name: "MONGODB-AWS Auth ${os-aws-auth}"
1637+
matrix_spec: { version: ["4.4", "latest"], os-aws-auth: "*" }
1638+
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
16381639
tasks:
16391640
- name: "aws-auth-test"
16401641

16411642
- matrix_name: "ocsp-test"
1642-
matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-13"] }
1643-
display_name: "OCSP - ${os-ssl-32}"
1643+
matrix_spec: { version: ["4.4", "latest"], os-ssl-32: ["ubuntu1604-64-go-1-13"] }
1644+
display_name: "OCSP ${version} ${os-ssl-32}"
16441645
batchtime: 20160 # 14 days
16451646
tasks:
16461647
- name: ".ocsp"

0 commit comments

Comments
 (0)