Skip to content

Commit 776834d

Browse files
committed
Skip CSFLE tests for all topologies
1 parent 545964d commit 776834d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.evergreen/config/test-variants.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ buildvariants:
1616
- variant: "build-debian11"
1717
name: "build-php-8.2"
1818
tasks:
19-
- ".standalone .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
19+
- ".standalone .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2020
- ".replicaset .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
21-
- ".sharded .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
22-
- ".loadbalanced .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
21+
- ".sharded .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
22+
- ".loadbalanced .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2323
- ".serverless"
2424
- "test-atlas-data-lake"
2525
- name: test-debian92-php82-local
@@ -35,10 +35,10 @@ buildvariants:
3535
name: "build-php-8.2"
3636
tasks:
3737
# Remember to add new major versions here as they are released
38-
- ".standalone .local !.6.0 !.7.0 !.rapid !.latest"
38+
- ".standalone .local !.csfle !.6.0 !.7.0 !.rapid !.latest"
3939
- ".replicaset .local !.csfle !.6.0 !.7.0 !.rapid !.latest"
40-
- ".sharded .local !.6.0 !.7.0 !.rapid !.latest"
41-
- ".loadbalanced .local !.6.0 !.7.0 !.rapid !.latest"
40+
- ".sharded .local !.csfle !.6.0 !.7.0 !.rapid !.latest"
41+
- ".loadbalanced .local !.csfle !.6.0 !.7.0 !.rapid !.latest"
4242

4343
# Test remaining PHP versions with replica sets on Debian 11 with MongoDB 7.0
4444
- name: test-debian11-php81-local

0 commit comments

Comments
 (0)