Skip to content

Commit 7e821e7

Browse files
committed
test: reorder teardown
1 parent a85be3c commit 7e821e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.evergreen/config.in.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,12 +1110,12 @@ task_groups:
11101110
args:
11111111
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
11121112
teardown_group:
1113+
- func: "upload coverage report"
11131114
- command: subprocess.exec
11141115
params:
11151116
binary: bash
11161117
args:
11171118
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1118-
- func: "upload coverage report"
11191119
setup_group_can_fail_task: true
11201120
setup_group_timeout_secs: 1800
11211121
tasks:
@@ -1133,12 +1133,12 @@ task_groups:
11331133
args:
11341134
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
11351135
teardown_group:
1136+
- func: "upload coverage report"
11361137
- command: subprocess.exec
11371138
params:
11381139
binary: bash
11391140
args:
11401141
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1141-
- func: "upload coverage report"
11421142
setup_group_can_fail_task: true
11431143
setup_group_timeout_secs: 1800
11441144
tasks:
@@ -1156,12 +1156,12 @@ task_groups:
11561156
args:
11571157
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
11581158
teardown_group:
1159+
- func: "upload coverage report"
11591160
- command: subprocess.exec
11601161
params:
11611162
binary: bash
11621163
args:
11631164
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1164-
- func: "upload coverage report"
11651165
setup_group_can_fail_task: true
11661166
setup_group_timeout_secs: 1800
11671167
tasks:

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,12 +2966,12 @@ task_groups:
29662966
args:
29672967
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
29682968
teardown_group:
2969+
- func: upload coverage report
29692970
- command: subprocess.exec
29702971
params:
29712972
binary: bash
29722973
args:
29732974
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
2974-
- func: upload coverage report
29752975
setup_group_can_fail_task: true
29762976
setup_group_timeout_secs: 1800
29772977
tasks:
@@ -2988,12 +2988,12 @@ task_groups:
29882988
args:
29892989
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
29902990
teardown_group:
2991+
- func: upload coverage report
29912992
- command: subprocess.exec
29922993
params:
29932994
binary: bash
29942995
args:
29952996
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
2996-
- func: upload coverage report
29972997
setup_group_can_fail_task: true
29982998
setup_group_timeout_secs: 1800
29992999
tasks:
@@ -3010,12 +3010,12 @@ task_groups:
30103010
args:
30113011
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
30123012
teardown_group:
3013+
- func: upload coverage report
30133014
- command: subprocess.exec
30143015
params:
30153016
binary: bash
30163017
args:
30173018
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
3018-
- func: upload coverage report
30193019
setup_group_can_fail_task: true
30203020
setup_group_timeout_secs: 1800
30213021
tasks:

0 commit comments

Comments
 (0)