Skip to content

Commit 1a1b047

Browse files
author
Sam Kleinman
committed
GODRIVER-382: remove noauth/ssl and auth/nossl axes
Change-Id: Ia81492b677ed90ea00fa6845a94d9dde027ba90c
1 parent 2a25967 commit 1a1b047

File tree

1 file changed

+0
-84
lines changed

1 file changed

+0
-84
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -344,34 +344,6 @@ tasks:
344344
AUTH: "noauth"
345345
SSL: "nossl"
346346

347-
- name: test-standalone-noauth-ssl
348-
tags: ["test", "standalone"]
349-
commands:
350-
- func: bootstrap-mongo-orchestration
351-
vars:
352-
TOPOLOGY: "server"
353-
AUTH: "noauth"
354-
SSL: "ssl"
355-
- func: run-tests
356-
vars:
357-
TOPOLOGY: "server"
358-
AUTH: "noauth"
359-
SSL: "ssl"
360-
361-
- name: test-standalone-auth-nossl
362-
tags: ["test", "standalone"]
363-
commands:
364-
- func: bootstrap-mongo-orchestration
365-
vars:
366-
TOPOLOGY: "server"
367-
AUTH: "auth"
368-
SSL: "nossl"
369-
- func: run-tests
370-
vars:
371-
TOPOLOGY: "server"
372-
AUTH: "auth"
373-
SSL: "nossl"
374-
375347
- name: test-standalone-auth-ssl
376348
tags: ["test", "standalone"]
377349
commands:
@@ -400,34 +372,6 @@ tasks:
400372
AUTH: "noauth"
401373
SSL: "nossl"
402374

403-
- name: test-replicaset-noauth-ssl
404-
tags: ["test", "replicaset"]
405-
commands:
406-
- func: bootstrap-mongo-orchestration
407-
vars:
408-
TOPOLOGY: "replica_set"
409-
AUTH: "noauth"
410-
SSL: "ssl"
411-
- func: run-tests
412-
vars:
413-
TOPOLOGY: "replica_set"
414-
AUTH: "noauth"
415-
SSL: "ssl"
416-
417-
- name: test-replicaset-auth-nossl
418-
tags: ["test", "replicaset"]
419-
commands:
420-
- func: bootstrap-mongo-orchestration
421-
vars:
422-
TOPOLOGY: "replica_set"
423-
AUTH: "auth"
424-
SSL: "nossl"
425-
- func: run-tests
426-
vars:
427-
TOPOLOGY: "replica_set"
428-
AUTH: "auth"
429-
SSL: "nossl"
430-
431375
- name: test-replicaset-auth-ssl
432376
tags: ["test", "replicaset"]
433377
commands:
@@ -456,34 +400,6 @@ tasks:
456400
AUTH: "noauth"
457401
SSL: "nossl"
458402

459-
- name: test-sharded-noauth-ssl
460-
tags: ["test", "sharded"]
461-
commands:
462-
- func: bootstrap-mongo-orchestration
463-
vars:
464-
TOPOLOGY: "sharded_cluster"
465-
AUTH: "noauth"
466-
SSL: "ssl"
467-
- func: run-tests
468-
vars:
469-
TOPOLOGY: "sharded_cluster"
470-
AUTH: "noauth"
471-
SSL: "ssl"
472-
473-
- name: test-sharded-auth-nossl
474-
tags: ["test", "sharded"]
475-
commands:
476-
- func: bootstrap-mongo-orchestration
477-
vars:
478-
TOPOLOGY: "sharded_cluster"
479-
AUTH: "auth"
480-
SSL: "nossl"
481-
- func: run-tests
482-
vars:
483-
TOPOLOGY: "sharded_cluster"
484-
AUTH: "auth"
485-
SSL: "nossl"
486-
487403
- name: test-sharded-auth-ssl
488404
tags: ["test", "sharded"]
489405
commands:

0 commit comments

Comments
 (0)