Skip to content

Commit bed43da

Browse files
committed
fix: re-add k8s install e2e
1 parent 2f744f6 commit bed43da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build/ci/evergreen.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,24 @@ tasks:
803803
MCLI_OPS_MANAGER_URL: ${mcli_ops_manager_url}
804804
MCLI_SERVICE: cloud
805805
E2E_TAGS: atlas,cluster,kubernetes,apply
806+
- name: atlas_kubernetes_install_e2e
807+
tags: [ "e2e","atlas","kubernetes", "assigned_to_jira_team_cloudp_kubernetes_atlas" ]
808+
must_have_test_results: true
809+
depends_on:
810+
- name: atlas_clusters_flags_e2e
811+
variant: "e2e_atlas_clusters"
812+
patch_optional: true
813+
commands:
814+
- func: "install gotestsum"
815+
- func: "e2e test"
816+
vars:
817+
MCLI_ORG_ID: ${atlas_org_id}
818+
MCLI_PROJECT_ID: ${atlas_project_id}
819+
MCLI_PRIVATE_API_KEY: ${atlas_private_api_key}
820+
MCLI_PUBLIC_API_KEY: ${atlas_public_api_key}
821+
MCLI_OPS_MANAGER_URL: ${mcli_ops_manager_url}
822+
MCLI_SERVICE: cloud
823+
E2E_TAGS: atlas,cluster,kubernetes,install
806824
- name: atlas_clusters_upgrade_e2e
807825
tags: ["e2e","clusters","atlas"]
808826
must_have_test_results: true

0 commit comments

Comments
 (0)