Skip to content

Commit d42ab6f

Browse files
ci(NODE-6780): use shared kms server tooling from drivers-evergreen-tools (#4430)
1 parent 1a6dc9b commit d42ab6f

10 files changed

+22
-226
lines changed

.evergreen/activate-kms-venv.sh

-11
This file was deleted.

.evergreen/config.in.yml

-38
Original file line numberDiff line numberDiff line change
@@ -92,43 +92,6 @@ functions:
9292
sleep 1
9393
docker ps
9494
95-
"bootstrap kms servers":
96-
- command: subprocess.exec
97-
params:
98-
binary: bash
99-
working_dir: src
100-
args:
101-
- .evergreen/activate-kms-venv.sh
102-
env:
103-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
104-
- command: subprocess.exec
105-
params:
106-
background: true
107-
binary: bash
108-
working_dir: src
109-
args:
110-
- .evergreen/run-kmip-server.sh
111-
env:
112-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
113-
- command: subprocess.exec
114-
params:
115-
background: true
116-
binary: bash
117-
working_dir: src
118-
args:
119-
- .evergreen/run-kms-servers.sh
120-
env:
121-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
122-
- command: subprocess.exec
123-
params:
124-
background: true
125-
working_dir: src
126-
binary: bash
127-
args:
128-
- .evergreen/run-azure-kms-mock-server.sh
129-
env:
130-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
131-
13295
"run tests":
13396
- command: ec2.assume_role
13497
params:
@@ -761,7 +724,6 @@ tasks:
761724
tags: ["serverless"]
762725
commands:
763726
- func: install dependencies
764-
- func: bootstrap kms servers
765727
- func: "run serverless tests"
766728

767729
- name: "test-gcpkms-task"

0 commit comments

Comments
 (0)