From e6376de1e1d6a3a37dd4d58c6326a8d8c4f3addb Mon Sep 17 00:00:00 2001 From: Daria Pardue Date: Tue, 13 Jan 2026 12:14:53 -0500 Subject: [PATCH 1/2] ci(NODE-7358): unskip oidc k8s tests --- .evergreen/config.in.yml | 43 ++++++++++++++++++++-------------------- .evergreen/config.yml | 21 ++++++++++++++++++++ 2 files changed, 42 insertions(+), 22 deletions(-) diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index a5c06fd79d8..448581f3f56 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -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: diff --git a/.evergreen/config.yml b/.evergreen/config.yml index cef597ad055..e5f5c0962e5 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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 From cb1b3983f28a044ce8d22de9fc0ff9d7a934e178 Mon Sep 17 00:00:00 2001 From: Daria Pardue Date: Tue, 13 Jan 2026 14:20:05 -0500 Subject: [PATCH 2/2] lint: fix quotes --- .evergreen/config.in.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index 448581f3f56..2b5fa1eada1 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -1065,7 +1065,7 @@ task_groups: args: - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh teardown_group: - - func: 'upload coverage report' + - func: "upload coverage report" - command: subprocess.exec params: binary: bash