Skip to content

Commit 4366ae8

Browse files
authored
CLOUDP-325349: fix atlas_clusters_iss_e2e (#3978)
1 parent 9bbe744 commit 4366ae8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build/ci/evergreen.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)