@@ -428,8 +428,6 @@ functions:
428428 export AWS_CMK_ID='${AWS_CMK_ID}'
429429 export AWS_ACCESS_KEY_ID='${AWS_ACCESS_KEY_ID}'
430430 export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
431- export CSFLE_GIT_REF='${CSFLE_GIT_REF}'
432- export CDRIVER_GIT_REF='${CDRIVER_GIT_REF}'
433431 EOT
434432 - command : shell.exec
435433 type : test
@@ -886,8 +884,6 @@ functions:
886884 export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
887885 export AWS_REGION='${AWS_REGION}'
888886 export AWS_CMK_ID='${AWS_CMK_ID}'
889- export CSFLE_GIT_REF='${CSFLE_GIT_REF}'
890- export CDRIVER_GIT_REF='${CDRIVER_GIT_REF}'
891887 EOT
892888 - command : shell.exec
893889 type : test
@@ -3516,7 +3512,7 @@ tasks:
35163512 variant : ' *'
35173513 status : ' *'
35183514 patch_optional : true
3519- - name : run-custom-csfle-tests-5.0-pinned-commit
3515+ - name : run-custom-csfle-tests-5.0
35203516 tags :
35213517 - run-custom-dependency-tests
35223518 commands :
@@ -3528,29 +3524,11 @@ tasks:
35283524 - {key: NPM_VERSION, value: '9'}
35293525 - {key: VERSION, value: '5.0'}
35303526 - {key: TOPOLOGY, value: replica_set}
3531- - {key: CSFLE_GIT_REF, value: 974a4614f8c1c3786e5e39fa63568d83f4f69ebd}
35323527 - func : install dependencies
35333528 - func : bootstrap mongo-orchestration
35343529 - func : bootstrap kms servers
35353530 - func : run custom csfle tests
3536- - name : run-custom-csfle-tests-5.0-master
3537- tags :
3538- - run-custom-dependency-tests
3539- commands :
3540- - command : expansions.update
3541- type : setup
3542- params :
3543- updates :
3544- - {key: NODE_LTS_VERSION, value: '16'}
3545- - {key: NPM_VERSION, value: '9'}
3546- - {key: VERSION, value: '5.0'}
3547- - {key: TOPOLOGY, value: replica_set}
3548- - {key: CSFLE_GIT_REF, value: master}
3549- - func : install dependencies
3550- - func : bootstrap mongo-orchestration
3551- - func : bootstrap kms servers
3552- - func : run custom csfle tests
3553- - name : run-custom-csfle-tests-rapid-pinned-commit
3531+ - name : run-custom-csfle-tests-rapid
35543532 tags :
35553533 - run-custom-dependency-tests
35563534 commands :
@@ -3562,46 +3540,11 @@ tasks:
35623540 - {key: NPM_VERSION, value: '9'}
35633541 - {key: VERSION, value: rapid}
35643542 - {key: TOPOLOGY, value: replica_set}
3565- - {key: CSFLE_GIT_REF, value: 974a4614f8c1c3786e5e39fa63568d83f4f69ebd}
3566- - func : install dependencies
3567- - func : bootstrap mongo-orchestration
3568- - func : bootstrap kms servers
3569- - func : run custom csfle tests
3570- - name : run-custom-csfle-tests-rapid-master
3571- tags :
3572- - run-custom-dependency-tests
3573- commands :
3574- - command : expansions.update
3575- type : setup
3576- params :
3577- updates :
3578- - {key: NODE_LTS_VERSION, value: '16'}
3579- - {key: NPM_VERSION, value: '9'}
3580- - {key: VERSION, value: rapid}
3581- - {key: TOPOLOGY, value: replica_set}
3582- - {key: CSFLE_GIT_REF, value: master}
3583- - func : install dependencies
3584- - func : bootstrap mongo-orchestration
3585- - func : bootstrap kms servers
3586- - func : run custom csfle tests
3587- - name : run-custom-csfle-tests-latest-pinned-commit
3588- tags :
3589- - run-custom-dependency-tests
3590- commands :
3591- - command : expansions.update
3592- type : setup
3593- params :
3594- updates :
3595- - {key: NODE_LTS_VERSION, value: '16'}
3596- - {key: NPM_VERSION, value: '9'}
3597- - {key: VERSION, value: latest}
3598- - {key: TOPOLOGY, value: replica_set}
3599- - {key: CSFLE_GIT_REF, value: 974a4614f8c1c3786e5e39fa63568d83f4f69ebd}
36003543 - func : install dependencies
36013544 - func : bootstrap mongo-orchestration
36023545 - func : bootstrap kms servers
36033546 - func : run custom csfle tests
3604- - name : run-custom-csfle-tests-latest-master
3547+ - name : run-custom-csfle-tests-latest
36053548 tags :
36063549 - run-custom-dependency-tests
36073550 commands :
@@ -3613,7 +3556,6 @@ tasks:
36133556 - {key: NPM_VERSION, value: '9'}
36143557 - {key: VERSION, value: latest}
36153558 - {key: TOPOLOGY, value: replica_set}
3616- - {key: CSFLE_GIT_REF, value: master}
36173559 - func : install dependencies
36183560 - func : bootstrap mongo-orchestration
36193561 - func : bootstrap kms servers
@@ -5118,12 +5060,9 @@ buildvariants:
51185060 display_name : Custom Dependency Version Test
51195061 run_on : rhel80-large
51205062 tasks :
5121- - run-custom-csfle-tests-5.0-pinned-commit
5122- - run-custom-csfle-tests-5.0-master
5123- - run-custom-csfle-tests-rapid-pinned-commit
5124- - run-custom-csfle-tests-rapid-master
5125- - run-custom-csfle-tests-latest-pinned-commit
5126- - run-custom-csfle-tests-latest-master
5063+ - run-custom-csfle-tests-5.0
5064+ - run-custom-csfle-tests-rapid
5065+ - run-custom-csfle-tests-latest
51275066 - test-latest-driver-mongodb-client-encryption-6.0.0
51285067 - name : rhel8-test-serverless
51295068 display_name : Serverless Test
0 commit comments