Skip to content

Commit abf4154

Browse files
committed
test: rename task group
1 parent 7a4c3cb commit abf4154

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.evergreen/config.in.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ task_groups:
14041404
tasks:
14051405
- oidc-auth-test-azure-latest
14061406

1407-
- name: test_aws_lambda_task_group
1407+
- name: test_atlas_task_group
14081408
setup_group:
14091409
- func: fetch source
14101410
- command: subprocess.exec
@@ -1413,7 +1413,7 @@ task_groups:
14131413
binary: bash
14141414
add_expansions_to_env: true
14151415
args:
1416-
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/setup-atlas-cluster.sh
1416+
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
14171417
- command: expansions.update
14181418
params:
14191419
file: src/atlas-expansion.yml
@@ -1424,7 +1424,7 @@ task_groups:
14241424
binary: bash
14251425
add_expansions_to_env: true
14261426
args:
1427-
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/teardown-atlas-cluster.sh
1427+
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
14281428
setup_group_can_fail_task: true
14291429
setup_group_timeout_secs: 1800
14301430
tasks:

.evergreen/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@ task_groups:
34573457
setup_group_timeout_secs: 1800
34583458
tasks:
34593459
- oidc-auth-test-azure-latest
3460-
- name: test_aws_lambda_task_group
3460+
- name: test_atlas_task_group
34613461
setup_group:
34623462
- func: fetch source
34633463
- command: subprocess.exec
@@ -3466,7 +3466,7 @@ task_groups:
34663466
binary: bash
34673467
add_expansions_to_env: true
34683468
args:
3469-
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/setup-atlas-cluster.sh
3469+
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
34703470
- command: expansions.update
34713471
params:
34723472
file: src/atlas-expansion.yml
@@ -3477,7 +3477,7 @@ task_groups:
34773477
binary: bash
34783478
add_expansions_to_env: true
34793479
args:
3480-
- ${DRIVERS_TOOLS}/.evergreen/aws_lambda/teardown-atlas-cluster.sh
3480+
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
34813481
setup_group_can_fail_task: true
34823482
setup_group_timeout_secs: 1800
34833483
tasks:
@@ -4066,12 +4066,12 @@ buildvariants:
40664066
batchtime: 20160
40674067
tasks:
40684068
- testazureoidc_task_group
4069-
- name: rhel8-test-aws-lambda
4070-
display_name: AWS Lambda Deployed Tests
4069+
- name: rhel8-test-atlas
4070+
display_name: Atlas Cluster Tests
40714071
run_on: rhel80-large
40724072
batchtime: 20160
40734073
tasks:
4074-
- test_aws_lambda_task_group
4074+
- test_atlas_task_group
40754075
- name: rhel8-no-auth-tests
40764076
display_name: No Auth Tests
40774077
run_on: rhel80-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,11 +754,11 @@ BUILD_VARIANTS.push({
754754
});
755755

756756
BUILD_VARIANTS.push({
757-
name: 'rhel8-test-aws-lambda',
758-
display_name: 'AWS Lambda Deployed Tests',
757+
name: 'rhel8-test-atlas',
758+
display_name: 'Atlas Cluster Tests',
759759
run_on: DEFAULT_OS,
760760
batchtime: 20160,
761-
tasks: ['test_aws_lambda_task_group']
761+
tasks: ['test_atlas_task_group']
762762
});
763763

764764
BUILD_VARIANTS.push({

0 commit comments

Comments
 (0)