Skip to content

Commit 347ed72

Browse files
derickrjmikola
authored andcommitted
Exclude Power8 before MongoDB 3.2, as it's not supported there yet
1 parent 095803b commit 347ed72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,13 +674,15 @@ buildvariants:
674674

675675
- matrix_name: "mongo-30-php5"
676676
matrix_spec: {"os-php5": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "5.6" }
677+
exclude_spec: {"os-php5": "rhel71-power8", "versions": "3.0", "php-versions": "5.6"}
677678
display_name: "${versions}/${php-versions} — ${os-php5}"
678679
tasks:
679680
- name: "test-standalone-old"
680681
- name: "test-replicaset-old"
681682

682683
- matrix_name: "mongo-30-php7"
683684
matrix_spec: {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.2" }
685+
exclude_spec: {"os-php7": "rhel71-power8", "versions": "3.0", "php-versions": "7.2"}
684686
display_name: "${versions}/${php-versions} — ${os-php7}"
685687
tasks:
686688
- name: "test-standalone-old"

0 commit comments

Comments
 (0)