Skip to content

Commit d3efcfb

Browse files
ci: skip broken k8s tests (#4836)
1 parent b35cbcf commit d3efcfb

File tree

2 files changed

+22
-42
lines changed

2 files changed

+22
-42
lines changed

.evergreen/config.in.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,27 +1054,28 @@ task_groups:
10541054
tasks:
10551055
- oidc-auth-test-k8s-latest-gke
10561056

1057-
- name: testk8soidc_task_group_aks
1058-
setup_group:
1059-
- func: fetch source
1060-
- func: assume secrets manager role
1061-
- command: subprocess.exec
1062-
params:
1063-
binary: bash
1064-
add_expansions_to_env: true
1065-
args:
1066-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1067-
teardown_group:
1068-
- func: "upload coverage report"
1069-
- command: subprocess.exec
1070-
params:
1071-
binary: bash
1072-
args:
1073-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1074-
setup_group_can_fail_task: true
1075-
setup_group_timeout_secs: 1800
1076-
tasks:
1077-
- oidc-auth-test-k8s-latest-aks
1057+
# TODO(NODE-7358): unskip broken k8s tests
1058+
# - name: testk8soidc_task_group_aks
1059+
# setup_group:
1060+
# - func: fetch source
1061+
# - func: assume secrets manager role
1062+
# - command: subprocess.exec
1063+
# params:
1064+
# binary: bash
1065+
# add_expansions_to_env: true
1066+
# args:
1067+
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1068+
# teardown_group:
1069+
# - func: "upload coverage report"
1070+
# - command: subprocess.exec
1071+
# params:
1072+
# binary: bash
1073+
# args:
1074+
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1075+
# setup_group_can_fail_task: true
1076+
# setup_group_timeout_secs: 1800
1077+
# tasks:
1078+
# - oidc-auth-test-k8s-latest-aks
10781079

10791080
- name: testtestoidc_task_group
10801081
setup_group:

.evergreen/config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2682,27 +2682,6 @@ task_groups:
26822682
setup_group_timeout_secs: 1800
26832683
tasks:
26842684
- oidc-auth-test-k8s-latest-gke
2685-
- name: testk8soidc_task_group_aks
2686-
setup_group:
2687-
- func: fetch source
2688-
- func: assume secrets manager role
2689-
- command: subprocess.exec
2690-
params:
2691-
binary: bash
2692-
add_expansions_to_env: true
2693-
args:
2694-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2695-
teardown_group:
2696-
- func: upload coverage report
2697-
- command: subprocess.exec
2698-
params:
2699-
binary: bash
2700-
args:
2701-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
2702-
setup_group_can_fail_task: true
2703-
setup_group_timeout_secs: 1800
2704-
tasks:
2705-
- oidc-auth-test-k8s-latest-aks
27062685
- name: testtestoidc_task_group
27072686
setup_group:
27082687
- func: fetch source

0 commit comments

Comments
 (0)