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 9320b59 commit 2474750Copy full SHA for 2474750
.evergreen/config.yml
@@ -2391,7 +2391,7 @@ buildvariants:
2391
NODE_LTS_NAME: gallium
2392
CLIENT_ENCRYPTION: true
2393
tasks:
2394
- - test-rapid-replica_set
+ - test-rapid-server
2395
- name: lint
2396
display_name: lint
2397
run_on: ubuntu1804-large
.evergreen/generate_evergreen_tasks.js
@@ -379,7 +379,7 @@ BUILD_VARIANTS.push({
379
NODE_LTS_NAME: LATEST_LTS,
380
381
},
382
- tasks: ['test-rapid-replica_set']
+ tasks: ['test-rapid-server']
383
});
384
385
// singleton build variant for linting
0 commit comments