Skip to content

Commit 7e13e18

Browse files
committed
Merge pull request #999
2 parents 6154821 + f276595 commit 7e13e18

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.evergreen/config.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@ axes:
566566
display_name: "MongoDB latest"
567567
variables:
568568
VERSION: "latest"
569+
- id: "4.2"
570+
display_name: "MongoDB 4.2"
571+
variables:
572+
VERSION: "4.2"
569573
- id: "4.0"
570574
display_name: "MongoDB 4.0"
571575
variables:
@@ -663,14 +667,14 @@ axes:
663667
buildvariants:
664668

665669
- matrix_name: "tests-php5"
666-
matrix_spec: {"os-php5": "*", "versions": "4.0", "php-versions": "5.6" }
670+
matrix_spec: {"os-php5": "*", "versions": "4.2", "php-versions": ["5.6"] }
667671
display_name: "All: ${versions}/${php-versions} — ${os-php5}"
668672
tasks:
669673
- name: "test-standalone-ssl"
670674
- name: "test-replicaset-auth"
671675

672676
- matrix_name: "tests-php7"
673-
matrix_spec: {"os-php7": "*", "versions": "4.0", "php-versions": ["7.0","7.1","7.2"] }
677+
matrix_spec: {"os-php7": "*", "versions": "4.2", "php-versions": ["7.0","7.1","7.2"] }
674678
display_name: "All: ${versions}/${php-versions} — ${os-php7}"
675679
tasks:
676680
- name: "test-standalone-ssl"
@@ -713,7 +717,7 @@ buildvariants:
713717

714718

715719
- matrix_name: "mongo-40-php5"
716-
matrix_spec: {"os-php5": "*", "versions": ["4.0", "latest"], "php-versions": "5.6" }
720+
matrix_spec: {"os-php5": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "5.6" }
717721
display_name: "${versions}/${php-versions} — ${os-php5}"
718722
tasks:
719723
- name: "test-standalone"
@@ -726,9 +730,9 @@ buildvariants:
726730
- name: "test-sharded-rs"
727731

728732
- matrix_name: "mongo-40-php7"
729-
matrix_spec: {"os-php7": "*", "versions": ["4.0", "latest"], "php-versions": "7.2" }
733+
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.2" }
730734
exclude_spec:
731-
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "latest"], "php-versions": "7.2"}
735+
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.2"}
732736
display_name: "${versions}/${php-versions} — ${os-php7}"
733737
tasks:
734738
- name: "test-standalone"
@@ -741,7 +745,7 @@ buildvariants:
741745
- name: "test-sharded-rs"
742746

743747
- matrix_name: "mongo-40-php7-nossl"
744-
matrix_spec: {"os-php7": "rhel74-zseries", "versions": ["4.0", "latest"], "php-versions": "7.2"}
748+
matrix_spec: {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.2"}
745749
display_name: "${versions}/${php-versions} — ${os-php7}"
746750
tasks:
747751
- name: "test-standalone"
@@ -752,8 +756,14 @@ buildvariants:
752756
- name: "test-sharded"
753757
- name: "test-sharded-rs"
754758

759+
- matrix_name: "mongo-42-storage-engines"
760+
matrix_spec: {"os-php7": "debian92-test", "versions": "4.2", "php-versions": "7.2", "storage-engine": ["wiredtiger", "inmemory"]}
761+
display_name: "${versions}/${php-versions}/${os-php7} — ${storage-engine}"
762+
tasks:
763+
- name: "test-standalone"
764+
755765
- matrix_name: "mongo-40-storage-engines"
756-
matrix_spec: {"os-php7": "debian92-test", "versions": "4.0", "php-versions": "7.2", "storage-engine": "*"}
766+
matrix_spec: {"os-php7": "debian92-test", "versions": "4.0", "php-versions": "7.2", "storage-engine": "mmapv1"}
757767
display_name: "${versions}/${php-versions}/${os-php7} — ${storage-engine}"
758768
tasks:
759769
- name: "test-standalone"

0 commit comments

Comments
 (0)