Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUDP-272416: Remove datalake tests #3252

Merged
merged 4 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions build/ci/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,27 +1103,6 @@ tasks:
E2E_TAGS: atlas,datafederation,querylimits
E2E_TEST_BUCKET: ${e2e_test_bucket}
E2E_CLOUD_ROLE_ID: ${e2e_cloud_role_id}
# datalakepipeline requires cloud provider role authentication and an s3 bucket created
- name: atlas_datalakepipeline_e2e
tags: ["e2e","datalakepipeline","atlas"]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "e2e test"
vars:
MCLI_ORG_ID: ${atlas_org_id}
MCLI_PROJECT_ID: ${atlas_project_id}
MCLI_PRIVATE_API_KEY: ${atlas_private_api_key}
MCLI_PUBLIC_API_KEY: ${atlas_public_api_key}
MCLI_OPS_MANAGER_URL: ${mcli_ops_manager_url}
MCLI_SERVICE: cloud
E2E_TAGS: atlas,datalakepipeline
E2E_TEST_BUCKET: ${e2e_test_bucket}
E2E_CLOUD_ROLE_ID: ${e2e_cloud_role_id}
# IAM commands tests with an Atlas profile
- name: atlas_iam_e2e
tags: ["e2e","generic","atlas"]
Expand Down Expand Up @@ -1713,14 +1692,6 @@ buildvariants:
<<: *go_linux_version
tasks:
- name: ".e2e .datafederation .atlas"
- name: e2e_atlas_datalakepipeline
display_name: "E2E Atlas Datalake Pipeline Tests"
run_on:
- rhel80-small
expansions:
<<: *go_linux_version
tasks:
- name: ".e2e .datalakepipeline .atlas"
- name: e2e_atlas_backups
display_name: "E2E Atlas Backup Tests"
run_on:
Expand Down
Loading