Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ tasks:
working_dir: src
binary: bash
add_expansions_to_env: true
env:
env:
LAMBDA_STACK_NAME: dbx-node-lambda
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda
AWS_REGION: us-east-1
Expand Down
1 change: 0 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4854,7 +4854,6 @@ buildvariants:
batchtime: 20160
tasks:
- testtestoidc_task_group
- testazureoidc_task_group
- testgcpoidc_task_group
- testk8soidc_task_group_eks
- testk8soidc_task_group_gke
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ BUILD_VARIANTS.push({
batchtime: 20160,
tasks: [
'testtestoidc_task_group',
'testazureoidc_task_group',
// 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
'testgcpoidc_task_group',
'testk8soidc_task_group_eks',
'testk8soidc_task_group_gke',
Expand Down