Skip to content

Commit fcba78c

Browse files
author
Divjot Arora
authored
GODRIVER-1467 Use batchtime for OCSP Evergreen tasks (#347)
The previous cron syntax was incorrect (see EVG-7622). This patch re-structures the OCSP tests as a matrix and uses batchtime instead of cron.
1 parent b62aea0 commit fcba78c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,16 +1602,6 @@ buildvariants:
16021602
tasks:
16031603
- name: "atlas-test"
16041604

1605-
- name: ocsp-test
1606-
display_name: "OCSP Tests"
1607-
run_on:
1608-
- ubuntu1604-build
1609-
expansions:
1610-
GO_DIST: "/opt/golang/go1.12"
1611-
tasks:
1612-
- name: ".ocsp"
1613-
cron: "@every 336h"
1614-
16151605
- matrix_name: "tests-legacy-auth-ssl"
16161606
matrix_spec: { version: ["2.6", "3.0"], os-ssl-legacy: "*" }
16171607
display_name: "${version} ${os-ssl-legacy}"
@@ -1659,3 +1649,10 @@ buildvariants:
16591649
display_name: "MONGODB-AWS Auth ${os-aws-auth}"
16601650
tasks:
16611651
- name: "aws-auth-test"
1652+
1653+
- matrix_name: "ocsp-test"
1654+
matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1655+
display_name: "OCSP - ${os-ssl-32}"
1656+
batchtime: 20160 # 14 days
1657+
tasks:
1658+
- name: ".ocsp"

0 commit comments

Comments
 (0)