Skip to content

Commit 66e5cd6

Browse files
chore(NODE-7480): fix ci issues on release branch (#4899)
1 parent 639e17c commit 66e5cd6

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,11 +3968,6 @@ buildvariants:
39683968
- testk8soidc_task_group_eks
39693969
- testk8soidc_task_group_gke
39703970
- testk8soidc_task_group_aks
3971-
- name: rhel8-test-atlas
3972-
display_name: Atlas Cluster Tests
3973-
run_on: rhel80-large
3974-
tasks:
3975-
- test_atlas_task_group
39763971
- name: rhel8-no-auth-tests
39773972
display_name: No Auth Tests
39783973
run_on: rhel80-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -766,12 +766,13 @@ BUILD_VARIANTS.push({
766766
]
767767
});
768768

769-
BUILD_VARIANTS.push({
770-
name: 'rhel8-test-atlas',
771-
display_name: 'Atlas Cluster Tests',
772-
run_on: DEFAULT_OS,
773-
tasks: ['test_atlas_task_group']
774-
});
769+
// TODO(NODE-7425): fix aws lambda test setup
770+
// BUILD_VARIANTS.push({
771+
// name: 'rhel8-test-atlas',
772+
// display_name: 'Atlas Cluster Tests',
773+
// run_on: DEFAULT_OS,
774+
// tasks: ['test_atlas_task_group']
775+
// });
775776

776777
BUILD_VARIANTS.push({
777778
name: 'rhel8-no-auth-tests',

drivers-evergreen-tools

0 commit comments

Comments
 (0)