@@ -95,6 +95,9 @@ functions:
95
95
cat <<EOT > prepare_client_encryption.sh
96
96
export CLIENT_ENCRYPTION=${CLIENT_ENCRYPTION}
97
97
export CSFLE_KMS_PROVIDERS='${CSFLE_KMS_PROVIDERS}'
98
+ export AWS_ACCESS_KEY_ID='${AWS_ACCESS_KEY_ID}'
99
+ export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
100
+ export AWS_DEFAULT_REGION='us-east-1'
98
101
EOT
99
102
fi
100
103
- command : shell.exec
@@ -549,39 +552,6 @@ tasks:
549
552
- func : run tests
550
553
vars :
551
554
UNIFIED : 1
552
- - name : test-5.0-server
553
- tags :
554
- - ' 5.0'
555
- - server
556
- commands :
557
- - func : install dependencies
558
- - func : bootstrap mongo-orchestration
559
- vars :
560
- VERSION : ' 5.0'
561
- TOPOLOGY : server
562
- - func : run tests
563
- - name : test-5.0-replica_set
564
- tags :
565
- - ' 5.0'
566
- - replica_set
567
- commands :
568
- - func : install dependencies
569
- - func : bootstrap mongo-orchestration
570
- vars :
571
- VERSION : ' 5.0'
572
- TOPOLOGY : replica_set
573
- - func : run tests
574
- - name : test-5.0-sharded_cluster
575
- tags :
576
- - ' 5.0'
577
- - sharded_cluster
578
- commands :
579
- - func : install dependencies
580
- - func : bootstrap mongo-orchestration
581
- vars :
582
- VERSION : ' 5.0'
583
- TOPOLOGY : sharded_cluster
584
- - func : run tests
585
555
- name : test-5.0-server-unified
586
556
tags :
587
557
- ' 5.0'
@@ -1843,9 +1813,6 @@ buildvariants:
1843
1813
- test-latest-server-unified
1844
1814
- test-latest-replica_set-unified
1845
1815
- test-latest-sharded_cluster-unified
1846
- - test-5.0-server
1847
- - test-5.0-replica_set
1848
- - test-5.0-sharded_cluster
1849
1816
- test-5.0-server-unified
1850
1817
- test-5.0-replica_set-unified
1851
1818
- test-5.0-sharded_cluster-unified
@@ -1966,9 +1933,6 @@ buildvariants:
1966
1933
- test-latest-server-unified
1967
1934
- test-latest-replica_set-unified
1968
1935
- test-latest-sharded_cluster-unified
1969
- - test-5.0-server
1970
- - test-5.0-replica_set
1971
- - test-5.0-sharded_cluster
1972
1936
- test-5.0-server-unified
1973
1937
- test-5.0-replica_set-unified
1974
1938
- test-5.0-sharded_cluster-unified
@@ -2166,9 +2130,6 @@ buildvariants:
2166
2130
- test-latest-server-unified
2167
2131
- test-latest-replica_set-unified
2168
2132
- test-latest-sharded_cluster-unified
2169
- - test-5.0-server
2170
- - test-5.0-replica_set
2171
- - test-5.0-sharded_cluster
2172
2133
- test-5.0-server-unified
2173
2134
- test-5.0-replica_set-unified
2174
2135
- test-5.0-sharded_cluster-unified
0 commit comments