Skip to content

Commit b955b2d

Browse files
derickrjmikola
authored andcommitted
Format the variants better, and hopefully order them more logically too
1 parent 53cbbd5 commit b955b2d

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.evergreen/config.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -580,131 +580,131 @@ axes:
580580
display_name: MongoDB Version
581581
values:
582582
- id: "latest"
583-
display_name: "latest"
583+
display_name: "MongoDB latest"
584584
variables:
585585
VERSION: "latest"
586586
- id: "4.0"
587-
display_name: "4.0"
587+
display_name: "MongoDB 4.0"
588588
variables:
589589
VERSION: "4.0"
590590
- id: "3.6"
591-
display_name: "3.6"
591+
display_name: "MongoDB 3.6"
592592
variables:
593593
VERSION: "3.6"
594594
- id: "3.4"
595-
display_name: "3.4"
595+
display_name: "MongoDB 3.4"
596596
variables:
597597
VERSION: "3.4"
598598
- id: "3.2"
599-
display_name: "3.2"
599+
display_name: "MongoDB 3.2"
600600
variables:
601601
VERSION: "3.2"
602602
- id: "3.0"
603-
display_name: "3.0"
603+
display_name: "MongoDB 3.0"
604604
variables:
605605
VERSION: "3.0"
606606

607607
- id: php-versions
608608
display_name: PHP Version
609609
values:
610610
- id: "7.2"
611-
display_name: "PHP 7.2"
611+
display_name: "PHP 7.2"
612612
variables:
613613
PHP_VERSION: "7.2.10"
614614
- id: "7.1"
615-
display_name: "PHP 7.1"
615+
display_name: "PHP 7.1"
616616
variables:
617617
PHP_VERSION: "7.1.22"
618618
- id: "7.0"
619-
display_name: "PHP 7.0"
619+
display_name: "PHP 7.0"
620620
variables:
621621
PHP_VERSION: "7.0.32"
622622
- id: "5.6"
623-
display_name: "PHP 5.6"
623+
display_name: "PHP 5.6"
624624
variables:
625625
PHP_VERSION: "5.6.38"
626626
- id: "5.5"
627-
display_name: "PHP 5.5"
627+
display_name: "PHP 5.5"
628628
variables:
629629
PHP_VERSION: "5.5.38"
630630

631631
- id: os-php5
632632
display_name: OS
633633
values:
634634
- id: ubuntu1604-test
635-
display_name: "Ubuntu 16.04"
635+
display_name: "Ubuntu 16.04"
636636
run_on: ubuntu1604-test
637637
- id: rhel70-test
638-
display_name: "RHEL 7.0"
638+
display_name: "RHEL 7.0"
639639
run_on: rhel70
640640
- id: rhel72-zseries
641-
display_name: "RHEL 7.2 zSeries"
641+
display_name: "RHEL 7.2 zSeries"
642642
run_on: rhel72-zseries-test
643643
- id: os-php7
644644
display_name: OS
645645
values:
646646
- id: debian92-test
647-
display_name: "Debian 9.2"
647+
display_name: "Debian 9.2"
648648
run_on: debian92-test
649649
- id: rhel70-test
650-
display_name: "RHEL 7.0"
650+
display_name: "RHEL 7.0"
651651
run_on: rhel70
652652
- id: rhel72-zseries
653-
display_name: "RHEL 7.2 zSeries"
653+
display_name: "RHEL 7.2 zSeries"
654654
run_on: rhel72-zseries-test
655655

656656
buildvariants:
657657

658658
- matrix_name: "tests-php5"
659659
matrix_spec: {"os-php5": "*", "versions": "4.0", "php-versions": ["5.5", "5.6"] }
660-
display_name: "All: ${os-php5}: MongoDB ${versions}/${php-versions}"
660+
display_name: "All: ${versions}/${php-versions} (${os-php5}"
661661
tasks:
662662
- name: "test-standalone-ssl"
663663
- name: "test-replicaset-auth"
664664

665665
- matrix_name: "tests-php7"
666666
matrix_spec: {"os-php7": "*", "versions": "4.0", "php-versions": ["7.0","7.1","7.2"] }
667-
display_name: "All: ${os-php7}: MongoDB ${versions}/${php-versions}"
667+
display_name: "All: ${versions}/${php-versions} (${os-php7}"
668668
tasks:
669669
- name: "test-standalone-ssl"
670670
- name: "test-replicaset-auth"
671671

672672

673-
- matrix_name: "mongo-old-php5"
673+
- matrix_name: "mongo-30-php5"
674674
matrix_spec: {"os-php5": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "5.6" }
675-
display_name: "${os-php5}: MongoDB ${versions}/${php-versions}"
675+
display_name: "${versions}/${php-versions} (${os-php5}"
676676
tasks:
677677
- name: "test-standalone-old"
678678
- name: "test-replicaset-old"
679679

680-
- matrix_name: "mongo-old-php7"
680+
- matrix_name: "mongo-30-php7"
681681
matrix_spec: {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.2" }
682-
display_name: "${os-php7}: MongoDB ${versions}/PHP ${php-versions}"
682+
display_name: "${versions}/${php-versions} (${os-php7}"
683683
tasks:
684684
- name: "test-standalone-old"
685685
- name: "test-replicaset-old"
686686

687687

688-
- matrix_name: "mongo-legacy-php5"
688+
- matrix_name: "mongo-36-php5"
689689
matrix_spec: {"os-php5": "*", "versions": ["3.6"], "php-versions": "5.6" }
690-
display_name: "${os-php5}: MongoDB ${versions}/${php-versions}"
690+
display_name: "${versions}/${php-versions} (${os-php5}"
691691
tasks:
692692
- name: "test-standalone"
693693
- name: "test-replicaset"
694694
- name: "test-replicaset-auth"
695695

696-
- matrix_name: "mongo-legacy-php7"
696+
- matrix_name: "mongo-36-php7"
697697
matrix_spec: {"os-php7": "*", "versions": ["3.6"], "php-versions": "7.2" }
698-
display_name: "${os-php7}: MongoDB ${versions}/${php-versions}"
698+
display_name: "${versions}/${php-versions} (${os-php7}"
699699
tasks:
700700
- name: "test-standalone"
701701
- name: "test-replicaset"
702702
- name: "test-replicaset-auth"
703703

704704

705-
- matrix_name: "mongo-new-php5"
705+
- matrix_name: "mongo-40-php5"
706706
matrix_spec: {"os-php5": "*", "versions": ["4.0", "latest"], "php-versions": "5.6" }
707-
display_name: "${os-php5}: MongoDB ${versions}/${php-versions}"
707+
display_name: "${versions}/${php-versions} (${os-php5}"
708708
tasks:
709709
- name: "test-standalone"
710710
- name: "test-standalone-auth"
@@ -715,9 +715,9 @@ buildvariants:
715715
- name: "test-sharded"
716716
- name: "test-sharded-rs"
717717

718-
- matrix_name: "mongo-new-php7"
718+
- matrix_name: "mongo-40-php7"
719719
matrix_spec: {"os-php7": "*", "versions": ["4.0", "latest"], "php-versions": "7.2" }
720-
display_name: "${os-php7}: MongoDB ${versions}/${php-versions}"
720+
display_name: "${versions}/${php-versions} (${os-php7}"
721721
tasks:
722722
- name: "test-standalone"
723723
- name: "test-standalone-auth"

0 commit comments

Comments
 (0)