@@ -48,10 +48,15 @@ cxx_driver_variables:
48
48
- name : " integration-test-3.0-with-WiredTiger"
49
49
- name : " integration-test-3.2"
50
50
- name : " integration-test-3.2-with-MMAPv1"
51
+ - name : " integration-test-3.4"
52
+ - name : " integration-test-3.4-with-MMAPv1"
51
53
- name : " client-test-3.0"
52
54
- name : " client-test-3.0-with-WiredTiger"
53
55
- name : " client-test-3.2"
54
56
- name : " client-test-3.2-with-MMAPv1"
57
+ - name : " client-test-3.4"
58
+ - name : " client-test-3.4-with-MMAPv1"
59
+
55
60
56
61
version_test_list : &version_tests
57
62
- name : " compile"
@@ -62,12 +67,14 @@ cxx_driver_variables:
62
67
- name : " integration-test-2.6"
63
68
- name : " integration-test-3.0"
64
69
- name : " integration-test-3.2"
70
+ - name : " integration-test-3.4"
65
71
- name : " integration-test-latest"
66
72
- name : " client-test-2.2"
67
73
- name : " client-test-2.4"
68
74
- name : " client-test-2.6"
69
75
- name : " client-test-3.0"
70
76
- name : " client-test-3.2"
77
+ - name : " client-test-3.4"
71
78
- name : " client-test-latest"
72
79
73
80
# # Common download urls (merge in as hashes)
@@ -482,6 +489,25 @@ tasks:
482
489
- func : " fetch mongodb"
483
490
- func : " run integration tests"
484
491
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
+
485
511
- name : " integration-test-latest"
486
512
depends_on :
487
513
- name : " compile"
@@ -572,7 +598,7 @@ tasks:
572
598
depends_on :
573
599
- name : " compile"
574
600
commands :
575
- - func : " set version 3.0 "
601
+ - func : " set version 3.2 "
576
602
- func : " fetch artifacts"
577
603
- func : " fetch mongodb"
578
604
- func : " run client tests"
@@ -581,7 +607,26 @@ tasks:
581
607
depends_on :
582
608
- name : " compile"
583
609
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"
585
630
- func : " use MMAPv1 storage"
586
631
- func : " fetch artifacts"
587
632
- func : " fetch mongodb"
@@ -630,7 +675,7 @@ buildvariants:
630
675
<< : *mongo_orchestration_linux
631
676
run_on :
632
677
- rhel55-test
633
- tasks : *version_tests
678
+ tasks : *latest_tests
634
679
635
680
# # RHEL 5.5 32-bit
636
681
@@ -674,7 +719,7 @@ buildvariants:
674
719
<< : *mongo_orchestration_linux
675
720
run_on :
676
721
- ubuntu1404-test
677
- tasks : *latest_tests
722
+ tasks : *version_tests
678
723
679
724
# # Ubuntu 1404 C++11
680
725
0 commit comments