Skip to content

Commit a85be3c

Browse files
committed
test: update task to group
1 parent 3cc4d3d commit a85be3c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.evergreen/config.in.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ task_groups:
11091109
binary: bash
11101110
args:
11111111
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1112-
teardown_task:
1112+
teardown_group:
11131113
- command: subprocess.exec
11141114
params:
11151115
binary: bash
@@ -1132,7 +1132,7 @@ task_groups:
11321132
binary: bash
11331133
args:
11341134
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1135-
teardown_task:
1135+
teardown_group:
11361136
- command: subprocess.exec
11371137
params:
11381138
binary: bash
@@ -1155,7 +1155,7 @@ task_groups:
11551155
binary: bash
11561156
args:
11571157
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1158-
teardown_task:
1158+
teardown_group:
11591159
- command: subprocess.exec
11601160
params:
11611161
binary: bash
@@ -1200,7 +1200,7 @@ task_groups:
12001200
${PREPARE_SHELL}
12011201
export AZUREOIDC_VMNAME_PREFIX="NODE_DRIVER"
12021202
$DRIVERS_TOOLS/.evergreen/auth_oidc/azure/setup.sh
1203-
teardown_task:
1203+
teardown_group:
12041204
- command: shell.exec
12051205
params:
12061206
shell: bash
@@ -1224,7 +1224,7 @@ task_groups:
12241224
${PREPARE_SHELL}
12251225
export GCPOIDC_VMNAME_PREFIX="NODE_DRIVER"
12261226
$DRIVERS_TOOLS/.evergreen/auth_oidc/gcp/setup.sh
1227-
teardown_task:
1227+
teardown_group:
12281228
- command: shell.exec
12291229
params:
12301230
shell: bash
@@ -1254,7 +1254,7 @@ task_groups:
12541254
- command: expansions.update
12551255
params:
12561256
file: src/atlas-expansion.yml
1257-
teardown_task:
1257+
teardown_group:
12581258
- command: subprocess.exec
12591259
params:
12601260
working_dir: src
@@ -1282,7 +1282,7 @@ task_groups:
12821282
- command: expansions.update
12831283
params:
12841284
file: src/atlas-expansion.yml
1285-
teardown_task:
1285+
teardown_group:
12861286
- command: subprocess.exec
12871287
params:
12881288
working_dir: src

.evergreen/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,7 +2965,7 @@ task_groups:
29652965
binary: bash
29662966
args:
29672967
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2968-
teardown_task:
2968+
teardown_group:
29692969
- command: subprocess.exec
29702970
params:
29712971
binary: bash
@@ -2987,7 +2987,7 @@ task_groups:
29872987
binary: bash
29882988
args:
29892989
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2990-
teardown_task:
2990+
teardown_group:
29912991
- command: subprocess.exec
29922992
params:
29932993
binary: bash
@@ -3009,7 +3009,7 @@ task_groups:
30093009
binary: bash
30103010
args:
30113011
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
3012-
teardown_task:
3012+
teardown_group:
30133013
- command: subprocess.exec
30143014
params:
30153015
binary: bash
@@ -3054,7 +3054,7 @@ task_groups:
30543054
${PREPARE_SHELL}
30553055
export AZUREOIDC_VMNAME_PREFIX="NODE_DRIVER"
30563056
$DRIVERS_TOOLS/.evergreen/auth_oidc/azure/setup.sh
3057-
teardown_task:
3057+
teardown_group:
30583058
- command: shell.exec
30593059
params:
30603060
shell: bash
@@ -3077,7 +3077,7 @@ task_groups:
30773077
${PREPARE_SHELL}
30783078
export GCPOIDC_VMNAME_PREFIX="NODE_DRIVER"
30793079
$DRIVERS_TOOLS/.evergreen/auth_oidc/gcp/setup.sh
3080-
teardown_task:
3080+
teardown_group:
30813081
- command: shell.exec
30823082
params:
30833083
shell: bash
@@ -3106,7 +3106,7 @@ task_groups:
31063106
- command: expansions.update
31073107
params:
31083108
file: src/atlas-expansion.yml
3109-
teardown_task:
3109+
teardown_group:
31103110
- command: subprocess.exec
31113111
params:
31123112
working_dir: src
@@ -3133,7 +3133,7 @@ task_groups:
31333133
- command: expansions.update
31343134
params:
31353135
file: src/atlas-expansion.yml
3136-
teardown_task:
3136+
teardown_group:
31373137
- command: subprocess.exec
31383138
params:
31393139
working_dir: src

0 commit comments

Comments
 (0)