Skip to content

Commit e3d17bf

Browse files
committed
windows debug
1 parent 36e63e9 commit e3d17bf

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -295,100 +295,6 @@ functions:
295295
- .evergreen/scripts/run-with-env.sh
296296
- .evergreen/scripts/run-atlas-tests.sh
297297

298-
"get aws auth secrets":
299-
- command: subprocess.exec
300-
type: test
301-
params:
302-
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
303-
binary: bash
304-
args:
305-
- ${DRIVERS_TOOLS}/.evergreen/auth_aws/setup-secrets.sh
306-
307-
"run aws auth test with regular aws credentials":
308-
- command: subprocess.exec
309-
type: test
310-
params:
311-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
312-
binary: bash
313-
working_dir: "src"
314-
args:
315-
- .evergreen/scripts/run-with-env.sh
316-
- .evergreen/scripts/run-mongodb-aws-test.sh
317-
- regular
318-
319-
"run aws auth test with assume role credentials":
320-
- command: subprocess.exec
321-
type: test
322-
params:
323-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
324-
binary: bash
325-
working_dir: "src"
326-
args:
327-
- .evergreen/scripts/run-with-env.sh
328-
- .evergreen/scripts/run-mongodb-aws-test.sh
329-
- assume-role
330-
331-
"run aws auth test with aws EC2 credentials":
332-
- command: subprocess.exec
333-
type: test
334-
params:
335-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
336-
binary: bash
337-
working_dir: "src"
338-
args:
339-
- .evergreen/scripts/run-with-env.sh
340-
- .evergreen/scripts/run-mongodb-aws-test.sh
341-
- ec2
342-
343-
"run aws auth test with aws web identity credentials":
344-
- # Test with and without AWS_ROLE_SESSION_NAME set.
345-
- command: subprocess.exec
346-
type: test
347-
params:
348-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
349-
binary: bash
350-
working_dir: "src"
351-
args:
352-
- .evergreen/scripts/run-with-env.sh
353-
- .evergreen/scripts/run-mongodb-aws-test.sh
354-
- web-identity
355-
- command: subprocess.exec
356-
type: test
357-
params:
358-
include_expansions_in_env: [ "DRIVERS_TOOLS", "skip_EC2_auth_test" ]
359-
binary: bash
360-
working_dir: "src"
361-
env:
362-
AWS_ROLE_SESSION_NAME: test
363-
args:
364-
- .evergreen/scripts/run-with-env.sh
365-
- .evergreen/scripts/run-mongodb-aws-test.sh
366-
- web-identity
367-
368-
"run aws auth test with aws credentials as environment variables":
369-
- command: subprocess.exec
370-
type: test
371-
params:
372-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
373-
binary: bash
374-
working_dir: "src"
375-
args:
376-
- .evergreen/scripts/run-with-env.sh
377-
- .evergreen/scripts/run-mongodb-aws-test.sh
378-
- env-creds
379-
380-
"run aws auth test with aws credentials and session token as environment variables":
381-
- command: subprocess.exec
382-
type: test
383-
params:
384-
include_expansions_in_env: ["DRIVERS_TOOLS", "skip_EC2_auth_test"]
385-
binary: bash
386-
working_dir: "src"
387-
args:
388-
- .evergreen/scripts/run-with-env.sh
389-
- .evergreen/scripts/run-mongodb-aws-test.sh
390-
- session-creds
391-
392298
"run oidc auth test with test credentials":
393299
- command: subprocess.exec
394300
type: test

.evergreen/scripts/teardown-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -eu
2+
set -eux
33

44
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
55
SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"

0 commit comments

Comments
 (0)