Skip to content

Commit

Permalink
ci(NODE-6780): use shared kms server tooling from drivers-evergreen-t…
Browse files Browse the repository at this point in the history
…ools (#4430)
  • Loading branch information
baileympearson authored Feb 25, 2025
1 parent 1a6dc9b commit d42ab6f
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 226 deletions.
11 changes: 0 additions & 11 deletions .evergreen/activate-kms-venv.sh

This file was deleted.

38 changes: 0 additions & 38 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,43 +92,6 @@ functions:
sleep 1
docker ps
"bootstrap kms servers":
- command: subprocess.exec
params:
binary: bash
working_dir: src
args:
- .evergreen/activate-kms-venv.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
args:
- .evergreen/run-kmip-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
args:
- .evergreen/run-kms-servers.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
working_dir: src
binary: bash
args:
- .evergreen/run-azure-kms-mock-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}

"run tests":
- command: ec2.assume_role
params:
Expand Down Expand Up @@ -761,7 +724,6 @@ tasks:
tags: ["serverless"]
commands:
- func: install dependencies
- func: bootstrap kms servers
- func: "run serverless tests"

- name: "test-gcpkms-task"
Expand Down
Loading

0 comments on commit d42ab6f

Please sign in to comment.