@@ -95,6 +95,9 @@ functions:
9595 cat <<EOT > prepare_client_encryption.sh
9696 export CLIENT_ENCRYPTION=${CLIENT_ENCRYPTION}
9797 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'
98101 EOT
99102 fi
100103 - command : shell.exec
@@ -549,39 +552,6 @@ tasks:
549552 - func : run tests
550553 vars :
551554 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
585555 - name : test-5.0-server-unified
586556 tags :
587557 - ' 5.0'
@@ -1843,9 +1813,6 @@ buildvariants:
18431813 - test-latest-server-unified
18441814 - test-latest-replica_set-unified
18451815 - test-latest-sharded_cluster-unified
1846- - test-5.0-server
1847- - test-5.0-replica_set
1848- - test-5.0-sharded_cluster
18491816 - test-5.0-server-unified
18501817 - test-5.0-replica_set-unified
18511818 - test-5.0-sharded_cluster-unified
@@ -1966,9 +1933,6 @@ buildvariants:
19661933 - test-latest-server-unified
19671934 - test-latest-replica_set-unified
19681935 - test-latest-sharded_cluster-unified
1969- - test-5.0-server
1970- - test-5.0-replica_set
1971- - test-5.0-sharded_cluster
19721936 - test-5.0-server-unified
19731937 - test-5.0-replica_set-unified
19741938 - test-5.0-sharded_cluster-unified
@@ -2166,9 +2130,6 @@ buildvariants:
21662130 - test-latest-server-unified
21672131 - test-latest-replica_set-unified
21682132 - test-latest-sharded_cluster-unified
2169- - test-5.0-server
2170- - test-5.0-replica_set
2171- - test-5.0-sharded_cluster
21722133 - test-5.0-server-unified
21732134 - test-5.0-replica_set-unified
21742135 - test-5.0-sharded_cluster-unified
0 commit comments