Skip to content

Commit 046a18f

Browse files
committed
minor: don't use RHEL55 for latest tests
1 parent 84315a2 commit 046a18f

File tree

1 file changed

+49
-4
lines changed

1 file changed

+49
-4
lines changed

.mci.yml

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@ cxx_driver_variables:
4848
- name: "integration-test-3.0-with-WiredTiger"
4949
- name: "integration-test-3.2"
5050
- name: "integration-test-3.2-with-MMAPv1"
51+
- name: "integration-test-3.4"
52+
- name: "integration-test-3.4-with-MMAPv1"
5153
- name: "client-test-3.0"
5254
- name: "client-test-3.0-with-WiredTiger"
5355
- name: "client-test-3.2"
5456
- name: "client-test-3.2-with-MMAPv1"
57+
- name: "client-test-3.4"
58+
- name: "client-test-3.4-with-MMAPv1"
59+
5560

5661
version_test_list: &version_tests
5762
- name: "compile"
@@ -62,12 +67,14 @@ cxx_driver_variables:
6267
- name: "integration-test-2.6"
6368
- name: "integration-test-3.0"
6469
- name: "integration-test-3.2"
70+
- name: "integration-test-3.4"
6571
- name: "integration-test-latest"
6672
- name: "client-test-2.2"
6773
- name: "client-test-2.4"
6874
- name: "client-test-2.6"
6975
- name: "client-test-3.0"
7076
- name: "client-test-3.2"
77+
- name: "client-test-3.4"
7178
- name: "client-test-latest"
7279

7380
## Common download urls (merge in as hashes)
@@ -482,6 +489,25 @@ tasks:
482489
- func: "fetch mongodb"
483490
- func: "run integration tests"
484491

492+
- name: "integration-test-3.4"
493+
depends_on:
494+
- name: "compile"
495+
commands:
496+
- func: "set version 3.4"
497+
- func: "fetch artifacts"
498+
- func: "fetch mongodb"
499+
- func: "run integration tests"
500+
501+
- name: "integration-test-3.4-with-MMAPv1"
502+
depends_on:
503+
- name: "compile"
504+
commands:
505+
- func: "set version 3.4"
506+
- func: "use MMAPv1 storage"
507+
- func: "fetch artifacts"
508+
- func: "fetch mongodb"
509+
- func: "run integration tests"
510+
485511
- name: "integration-test-latest"
486512
depends_on:
487513
- name: "compile"
@@ -572,7 +598,7 @@ tasks:
572598
depends_on:
573599
- name: "compile"
574600
commands:
575-
- func: "set version 3.0"
601+
- func: "set version 3.2"
576602
- func: "fetch artifacts"
577603
- func: "fetch mongodb"
578604
- func: "run client tests"
@@ -581,7 +607,26 @@ tasks:
581607
depends_on:
582608
- name: "compile"
583609
commands:
584-
- func: "set version 3.0"
610+
- func: "set version 3.2"
611+
- func: "use MMAPv1 storage"
612+
- func: "fetch artifacts"
613+
- func: "fetch mongodb"
614+
- func: "run client tests"
615+
616+
- name: "client-test-3.4"
617+
depends_on:
618+
- name: "compile"
619+
commands:
620+
- func: "set version 3.4"
621+
- func: "fetch artifacts"
622+
- func: "fetch mongodb"
623+
- func: "run client tests"
624+
625+
- name: "client-test-3.4-with-MMAPv1"
626+
depends_on:
627+
- name: "compile"
628+
commands:
629+
- func: "set version 3.4"
585630
- func: "use MMAPv1 storage"
586631
- func: "fetch artifacts"
587632
- func: "fetch mongodb"
@@ -630,7 +675,7 @@ buildvariants:
630675
<<: *mongo_orchestration_linux
631676
run_on:
632677
- rhel55-test
633-
tasks: *version_tests
678+
tasks: *latest_tests
634679

635680
## RHEL 5.5 32-bit
636681

@@ -674,7 +719,7 @@ buildvariants:
674719
<<: *mongo_orchestration_linux
675720
run_on:
676721
- ubuntu1404-test
677-
tasks: *latest_tests
722+
tasks: *version_tests
678723

679724
## Ubuntu 1404 C++11
680725

0 commit comments

Comments
 (0)