File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -686,12 +686,23 @@ tasks:
686686 MONGODB_ATLAS_SERVICE : cloud
687687 E2E_TAGS : atlas,clusters,flex
688688 - name : atlas_clusters_iss_e2e
689- tags : ["e2e","clusters","atlas"]
689+ tags : ["e2e","clusters","atlas", "iss" ]
690690 must_have_test_results : true
691691 depends_on :
692692 - name : atlas_clusters_flags_e2e
693693 variant : " e2e_atlas_clusters"
694694 patch_optional : true
695+ commands :
696+ - func : " install gotestsum"
697+ - func : " e2e test"
698+ vars :
699+ MONGODB_ATLAS_ORG_ID : ${atlas_org_id}
700+ MONGODB_ATLAS_PROJECT_ID : ${atlas_project_id}
701+ MONGODB_ATLAS_PRIVATE_API_KEY : ${atlas_private_api_key}
702+ MONGODB_ATLAS_PUBLIC_API_KEY : ${atlas_public_api_key}
703+ MONGODB_ATLAS_OPS_MANAGER_URL : ${mcli_ops_manager_url}
704+ MONGODB_ATLAS_SERVICE : cloud
705+ E2E_TAGS : atlas,clusters,iss
695706 - name : atlas_plugin_install
696707 tags : ["e2e","atlas","plugin","install"]
697708 must_have_test_results : true
You can’t perform that action at this time.
0 commit comments