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
43 changes: 21 additions & 22 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,28 +1054,27 @@ task_groups:
tasks:
- oidc-auth-test-k8s-latest-gke

# TODO(NODE-7358): unskip broken k8s tests
# - name: testk8soidc_task_group_aks
# setup_group:
# - func: fetch source
# - func: assume secrets manager role
# - command: subprocess.exec
# params:
# binary: bash
# add_expansions_to_env: true
# args:
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
# teardown_group:
# - func: "upload coverage report"
# - command: subprocess.exec
# params:
# binary: bash
# args:
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
# setup_group_can_fail_task: true
# setup_group_timeout_secs: 1800
# tasks:
# - oidc-auth-test-k8s-latest-aks
- name: testk8soidc_task_group_aks
setup_group:
- func: fetch source
- func: assume secrets manager role
- command: subprocess.exec
params:
binary: bash
add_expansions_to_env: true
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
teardown_group:
- func: "upload coverage report"
- command: subprocess.exec
params:
binary: bash
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-k8s-latest-aks

- name: testtestoidc_task_group
setup_group:
Expand Down
21 changes: 21 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2682,6 +2682,27 @@ task_groups:
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-k8s-latest-gke
- name: testk8soidc_task_group_aks
setup_group:
- func: fetch source
- func: assume secrets manager role
- command: subprocess.exec
params:
binary: bash
add_expansions_to_env: true
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
teardown_group:
- func: upload coverage report
- command: subprocess.exec
params:
binary: bash
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-k8s-latest-aks
- name: testtestoidc_task_group
setup_group:
- func: fetch source
Expand Down