@@ -1348,6 +1348,33 @@ tasks:
1348
1348
TOPOLOGY : " sharded_cluster"
1349
1349
- func : " run tests"
1350
1350
1351
+ - name : " test-8.0-standalone"
1352
+ tags : ["8.0", "standalone"]
1353
+ commands :
1354
+ - func : " bootstrap mongo-orchestration"
1355
+ vars :
1356
+ VERSION : " 8.0"
1357
+ TOPOLOGY : " server"
1358
+ - func : " run tests"
1359
+
1360
+ - name : " test-8.0-replica_set"
1361
+ tags : ["8.0", "replica_set"]
1362
+ commands :
1363
+ - func : " bootstrap mongo-orchestration"
1364
+ vars :
1365
+ VERSION : " 8.0"
1366
+ TOPOLOGY : " replica_set"
1367
+ - func : " run tests"
1368
+
1369
+ - name : " test-8.0-sharded_cluster"
1370
+ tags : ["8.0", "sharded_cluster"]
1371
+ commands :
1372
+ - func : " bootstrap mongo-orchestration"
1373
+ vars :
1374
+ VERSION : " 8.0"
1375
+ TOPOLOGY : " sharded_cluster"
1376
+ - func : " run tests"
1377
+
1351
1378
- name : " test-7.0-standalone"
1352
1379
tags : ["7.0", "standalone"]
1353
1380
commands :
@@ -1925,6 +1952,24 @@ tasks:
1925
1952
- func : " run aws auth test with aws web identity credentials"
1926
1953
- func : " run aws ECS auth test"
1927
1954
1955
+ - name : " aws-auth-test-8.0"
1956
+ commands :
1957
+ - func : " bootstrap mongo-orchestration"
1958
+ vars :
1959
+ AUTH : " auth"
1960
+ ORCHESTRATION_FILE : " auth-aws.json"
1961
+ TOPOLOGY : " server"
1962
+ VERSION : " 8.0"
1963
+ - func : " assume ec2 role"
1964
+ - func : " get aws auth secrets"
1965
+ - func : " run aws auth test with regular aws credentials"
1966
+ - func : " run aws auth test with assume role credentials"
1967
+ - func : " run aws auth test with aws credentials as environment variables"
1968
+ - func : " run aws auth test with aws credentials and session token as environment variables"
1969
+ - func : " run aws auth test with aws EC2 credentials"
1970
+ - func : " run aws auth test with aws web identity credentials"
1971
+ - func : " run aws ECS auth test"
1972
+
1928
1973
- name : " aws-auth-test-rapid"
1929
1974
commands :
1930
1975
- func : " bootstrap mongo-orchestration"
@@ -2311,6 +2356,10 @@ axes:
2311
2356
display_name : " MongoDB 7.0"
2312
2357
variables :
2313
2358
VERSION : " 7.0"
2359
+ - id : " 8.0"
2360
+ display_name : " MongoDB 8.0"
2361
+ variables :
2362
+ VERSION : " 8.0"
2314
2363
- id : " latest"
2315
2364
display_name : " MongoDB latest"
2316
2365
variables :
@@ -2593,6 +2642,7 @@ buildvariants:
2593
2642
display_name : " ${platform} ${auth} ${ssl}"
2594
2643
tasks :
2595
2644
- " .latest"
2645
+ - " .8.0"
2596
2646
- " .7.0"
2597
2647
- " .6.0"
2598
2648
- " .5.0"
@@ -2609,6 +2659,7 @@ buildvariants:
2609
2659
display_name : " ${platform} ${auth-ssl}"
2610
2660
tasks :
2611
2661
- " .latest"
2662
+ - " .8.0"
2612
2663
- " .7.0"
2613
2664
- " .6.0"
2614
2665
- " .5.0"
@@ -2633,6 +2684,7 @@ buildvariants:
2633
2684
add_tasks : &encryption-server-versions
2634
2685
- " .rapid"
2635
2686
- " .latest"
2687
+ - " .8.0"
2636
2688
- " .7.0"
2637
2689
- " .6.0"
2638
2690
- " .5.0"
@@ -2662,6 +2714,7 @@ buildvariants:
2662
2714
tasks : &all-server-versions
2663
2715
- " .rapid"
2664
2716
- " .latest"
2717
+ - " .8.0"
2665
2718
- " .7.0"
2666
2719
- " .6.0"
2667
2720
- " .5.0"
@@ -2850,6 +2903,7 @@ buildvariants:
2850
2903
then :
2851
2904
add_tasks :
2852
2905
- " test-latest-standalone"
2906
+ - " test-8.0-standalone"
2853
2907
- " test-7.0-standalone"
2854
2908
- " test-6.0-standalone"
2855
2909
- " test-5.0-standalone"
@@ -3002,7 +3056,7 @@ buildvariants:
3002
3056
matrix_spec :
3003
3057
platform : rhel8
3004
3058
python-version : ["3.7", "3.10", "pypy3.8", "pypy3.10"]
3005
- mongodb-version : ["4.4", "5.0", "6.0", "7.0", "latest"]
3059
+ mongodb-version : ["4.4", "5.0", "6.0", "7.0", "8.0", " latest"]
3006
3060
auth : " noauth"
3007
3061
ssl : " ssl"
3008
3062
display_name : " OCSP test ${platform} ${python-version} ${mongodb-version}"
@@ -3014,7 +3068,7 @@ buildvariants:
3014
3068
matrix_spec :
3015
3069
platform : windows-64-vsMulti-small
3016
3070
python-version-windows : ["3.7", "3.10"]
3017
- mongodb-version : ["4.4", "5.0", "6.0", "7.0", "latest"]
3071
+ mongodb-version : ["4.4", "5.0", "6.0", "7.0", "8.0", " latest"]
3018
3072
auth : " noauth"
3019
3073
ssl : " ssl"
3020
3074
display_name : " OCSP test ${platform} ${python-version-windows} ${mongodb-version}"
@@ -3026,7 +3080,7 @@ buildvariants:
3026
3080
- matrix_name : " ocsp-test-macos"
3027
3081
matrix_spec :
3028
3082
platform : macos-1014
3029
- mongodb-version : ["4.4", "5.0", "6.0", "7.0", "latest"]
3083
+ mongodb-version : ["4.4", "5.0", "6.0", "7.0", "8.0", " latest"]
3030
3084
auth : " noauth"
3031
3085
ssl : " ssl"
3032
3086
display_name : " OCSP test ${platform} ${mongodb-version}"
@@ -3067,6 +3121,7 @@ buildvariants:
3067
3121
- name : " aws-auth-test-5.0"
3068
3122
- name : " aws-auth-test-6.0"
3069
3123
- name : " aws-auth-test-7.0"
3124
+ - name : " aws-auth-test-8.0"
3070
3125
- name : " aws-auth-test-rapid"
3071
3126
- name : " aws-auth-test-latest"
3072
3127
@@ -3079,6 +3134,7 @@ buildvariants:
3079
3134
- name : " aws-auth-test-5.0"
3080
3135
- name : " aws-auth-test-6.0"
3081
3136
- name : " aws-auth-test-7.0"
3137
+ - name : " aws-auth-test-8.0"
3082
3138
- name : " aws-auth-test-rapid"
3083
3139
- name : " aws-auth-test-latest"
3084
3140
@@ -3092,13 +3148,14 @@ buildvariants:
3092
3148
- name : " aws-auth-test-5.0"
3093
3149
- name : " aws-auth-test-6.0"
3094
3150
- name : " aws-auth-test-7.0"
3151
+ - name : " aws-auth-test-8.0"
3095
3152
- name : " aws-auth-test-rapid"
3096
3153
- name : " aws-auth-test-latest"
3097
3154
3098
3155
- matrix_name : " load-balancer"
3099
3156
matrix_spec :
3100
3157
platform : rhel8
3101
- mongodb-version : ["6.0", "7.0", "rapid", "latest"]
3158
+ mongodb-version : ["6.0", "7.0", "8.0", " rapid", "latest"]
3102
3159
auth-ssl : " *"
3103
3160
python-version : " *"
3104
3161
loadbalancer : " *"
0 commit comments