Skip to content

Commit

Permalink
CLOUDP-194833: Drop support for ops manager 5 (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored Aug 11, 2023
1 parent 74714d3 commit dfdf26b
Showing 1 changed file with 0 additions and 113 deletions.
113 changes: 0 additions & 113 deletions build/ci/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1093,111 +1093,6 @@ tasks:
- func: "e2e test"
vars:
E2E_TAGS: om60,remote,sharded
# Deploy ops manager 5.0 and test against it
- name: ops_manager_5_0_generic_e2e
tags: [ "e2e","ops-manager-50" ]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "build mongocli"
- func: "deploy spawn host"
- func: ssh-ready
- func: "install ops manager"
vars:
ARCHIVE: ${ops_manager_5_0_archive}
- func: "set-up ops manager"
- func: "e2e test"
vars:
E2E_TAGS: om50,generic
OM_VERSION: 5.0
- name: ops_manager_5_0_iam_e2e
tags: [ "e2e","ops-manager-50" ]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "build mongocli"
- func: "deploy spawn host"
- func: ssh-ready
- func: "install ops manager"
vars:
ARCHIVE: ${ops_manager_5_0_archive}
- func: "set-up ops manager"
- func: "e2e test"
vars:
E2E_TAGS: iam,om50
OM_VERSION: 5.0
- name: ops_manager_5_0_deploy_replica_set_e2e
tags: [ "e2e","ops-manager-50" ]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "build mongocli"
- func: "deploy spawn host"
- func: ssh-ready
- func: "install ops manager"
vars:
ARCHIVE: ${ops_manager_5_0_archive}
- func: "set-up ops manager"
- func: "install automation agent"
- func: "e2e test"
vars:
E2E_TAGS: om50,remote,replica
# Deploy ops manager and test against it
- name: ops_manager_5_0_deploy_sharded_cluster_e2e
tags: [ "e2e","ops-manager-50" ]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "build mongocli"
- func: "deploy spawn host"
- func: ssh-ready
- func: "install ops manager"
vars:
ARCHIVE: ${ops_manager_5_0_archive}
- func: "set-up ops manager"
- func: "install automation agent"
- func: "e2e test"
vars:
E2E_TAGS: om50,remote,sharded
- name: cloud_manager_decrypt_e2e
tags: [ "e2e","decrypt" ]
must_have_test_results: true
depends_on:
- name: compile
variant: "code_health"
patch_optional: true
commands:
- func: "install gotestsum"
- func: "build mongocli"
- func: "install pykmip"
- func: "e2e test"
vars:
MCLI_ORG_ID: ${cloud_manager_org_id}
MCLI_PROJECT_ID: ${cloud_manager_project_id}
MCLI_PRIVATE_API_KEY: ${cloud_manager_private_api_key}
MCLI_PUBLIC_API_KEY: ${cloud_manager_public_api_key}
MCLI_OPS_MANAGER_URL: ${mcli_ops_manager_url}
LOCAL_KEY: ${logs_decrypt_local_key}
KMIP_CA: ${logs_decrypt_kmip_ca}
KMIP_CERT: ${logs_decrypt_kmip_cert}
MCLI_SERVICE: cloud-manager
E2E_TAGS: cloudmanager,decrypt
- name: atlas_decrypt_e2e
tags: [ "e2e","decrypt" ]
must_have_test_results: true
Expand Down Expand Up @@ -1540,14 +1435,6 @@ buildvariants:
<<: *go_linux_version
tasks:
- name: ".ops-manager-60"
- name: e2e_ops_manager_50
display_name: "E2E Ops Manager 5.0 Tests"
run_on:
- rhel80-small
expansions:
<<: *go_linux_version
tasks:
- name: ".ops-manager-50"
- name: snyk
display_name: "Snyk"
run_on:
Expand Down

0 comments on commit dfdf26b

Please sign in to comment.