Skip to content

Commit

Permalink
test: add_expansions to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 29, 2023
1 parent aef1982 commit c88c09e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,37 +89,33 @@ functions:
params:
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/activate-kms-venv.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/run-kmip-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/run-kms-servers.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
working_dir: src
binary: bash
add_expansions_to_env: true
args:
- .evergreen/run-azure-kms-mock-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}

"bootstrap oidc":
- command: ec2.assume_role
Expand Down Expand Up @@ -199,6 +195,7 @@ functions:
params:
working_dir: "src"
timeout_secs: 300
add_expansions_to_env: true
shell: bash
script: |
${PREPARE_SHELL}
Expand Down
13 changes: 5 additions & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,37 +63,33 @@ functions:
params:
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/activate-kms-venv.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/run-kmip-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
binary: bash
working_dir: src
add_expansions_to_env: true
args:
- .evergreen/run-kms-servers.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
- command: subprocess.exec
params:
background: true
working_dir: src
binary: bash
add_expansions_to_env: true
args:
- .evergreen/run-azure-kms-mock-server.sh
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
bootstrap oidc:
- command: ec2.assume_role
params:
Expand Down Expand Up @@ -169,6 +165,7 @@ functions:
params:
working_dir: src
timeout_secs: 300
add_expansions_to_env: true
shell: bash
script: |
${PREPARE_SHELL}
Expand Down

0 comments on commit c88c09e

Please sign in to comment.