Skip to content

Commit 0924772

Browse files
committed
Remove old mongo-orchestration configs and Evergreen tasks
1 parent c96f411 commit 0924772

File tree

5 files changed

+1
-181
lines changed

5 files changed

+1
-181
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ functions:
8686
fi
8787
8888
export MONGO_ORCHESTRATION_HOME="$DRIVERS_TOOLS/.evergreen/orchestration"
89+
# Note: PHPC no longer has any custom MO configs, but they can be stored here if needed
8990
export PROJECT_ORCHESTRATION_HOME="$PROJECT_DIRECTORY/.evergreen/orchestration"
9091
export MONGODB_BINARIES="$DRIVERS_TOOLS/mongodb/bin"
9192
export UPLOAD_BUCKET="${project}"
@@ -547,16 +548,6 @@ tasks:
547548
vars:
548549
SSL: "yes"
549550

550-
- name: "test-standalone-old"
551-
tags: ["standalone"]
552-
commands:
553-
- func: "compile driver"
554-
- func: "bootstrap mongo-orchestration"
555-
vars:
556-
TOPOLOGY: "server"
557-
ORCHESTRATION_FILE: "standalone-old.json"
558-
- func: "run tests"
559-
560551
- name: "test-replicaset"
561552
tags: ["replicaset"]
562553
commands:
@@ -576,16 +567,6 @@ tasks:
576567
AUTH: "auth"
577568
- func: "run tests"
578569

579-
- name: "test-replicaset-old"
580-
tags: ["replicaset"]
581-
commands:
582-
- func: "compile driver"
583-
- func: "bootstrap mongo-orchestration"
584-
vars:
585-
TOPOLOGY: "replica_set"
586-
ORCHESTRATION_FILE: "replicaset-old.json"
587-
- func: "run tests"
588-
589570
- name: "test-sharded"
590571
tags: ["sharded"]
591572
commands:

.evergreen/orchestration/configs/replica_sets/basic-ssl.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

.evergreen/orchestration/configs/replica_sets/basic.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

.evergreen/orchestration/configs/replica_sets/replicaset-old.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

.evergreen/orchestration/configs/servers/standalone-old.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)