From dfdf26b831b4ce45bd4529fb792dc9b6d177fc0f Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Fri, 11 Aug 2023 10:20:24 +0100 Subject: [PATCH] CLOUDP-194833: Drop support for ops manager 5 (#2153) --- build/ci/evergreen.yml | 113 ----------------------------------------- 1 file changed, 113 deletions(-) diff --git a/build/ci/evergreen.yml b/build/ci/evergreen.yml index 8d4b2f7abf..b833b17557 100644 --- a/build/ci/evergreen.yml +++ b/build/ci/evergreen.yml @@ -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 @@ -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: