Skip to content

Commit e5dceeb

Browse files
CLOUDP-343166: feat: atlas local (#4430)
1 parent 03792af commit e5dceeb

30 files changed

Lines changed: 178 additions & 1398 deletions

build/ci/evergreen.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,14 @@ tasks:
651651
- func: "e2e test"
652652
vars:
653653
E2E_TEST_PACKAGES: ./test/e2e/kubernetes/...
654+
- name: atlas_local_plugin
655+
tags: ["e2e","atlas","plugin","local","foliage_check_task_only"]
656+
must_have_test_results: true
657+
commands:
658+
- func: "install gotestsum"
659+
- func: "e2e test"
660+
vars:
661+
E2E_TEST_PACKAGES: ./test/e2e/local/...
654662
- name: atlas_clusters_upgrade_e2e
655663
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
656664
must_have_test_results: true
@@ -1466,6 +1474,14 @@ buildvariants:
14661474
<<: *go_linux_version
14671475
tasks:
14681476
- name: ".e2e .atlas .plugin .kubernetes"
1477+
- name: e2e_atlas_local_plugin
1478+
display_name: "E2E Atlas Local Plugin Tests"
1479+
run_on:
1480+
- ubuntu2204-small
1481+
expansions:
1482+
<<: *go_linux_version
1483+
tasks:
1484+
- name: ".e2e .atlas .plugin .local"
14691485
- name: e2e_decryption
14701486
display_name: "E2E Decryption Tests"
14711487
run_on:

docs/command/atlas-deployments-connect.txt

Lines changed: 0 additions & 98 deletions
This file was deleted.

docs/command/atlas-deployments-delete.txt

Lines changed: 0 additions & 134 deletions
This file was deleted.

docs/command/atlas-deployments-list.txt

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)