From 1879e37aa5638e6a88d89642385c5f66958d1f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Mon, 14 Apr 2025 14:46:30 +0200 Subject: [PATCH] Update evergreen config to remove old EOL servers --- .evergreen/buildvariants-and-tasks.in.yml | 4 - .evergreen/buildvariants-and-tasks.yml | 288 ---------------------- 2 files changed, 292 deletions(-) diff --git a/.evergreen/buildvariants-and-tasks.in.yml b/.evergreen/buildvariants-and-tasks.in.yml index e320f5b8f1a..aa164649dd6 100644 --- a/.evergreen/buildvariants-and-tasks.in.yml +++ b/.evergreen/buildvariants-and-tasks.in.yml @@ -108,10 +108,6 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [ ]; const EOL_SERVER_VERSIONS = [ - { name: '40x-community', version: '4.0.x' }, - { name: '40x-enterprise', version: '4.0.x-enterprise' }, - { name: '42x-community', version: '4.2.x' }, - { name: '42x-enterprise', version: '4.2.x-enterprise' }, { name: '44x-community', version: '4.4.x' }, { name: '44x-enterprise', version: '4.4.x-enterprise' }, { name: '5x-community', version: '5.x.x' }, diff --git a/.evergreen/buildvariants-and-tasks.yml b/.evergreen/buildvariants-and-tasks.yml index 342b082b6e1..2a2714342e9 100644 --- a/.evergreen/buildvariants-and-tasks.yml +++ b/.evergreen/buildvariants-and-tasks.yml @@ -120,18 +120,6 @@ buildvariants: - name: package-compass variant: package-ubuntu tasks: - - name: test-server-40x-community-1 - - name: test-server-40x-community-2 - - name: test-server-40x-community-3 - - name: test-server-40x-enterprise-1 - - name: test-server-40x-enterprise-2 - - name: test-server-40x-enterprise-3 - - name: test-server-42x-community-1 - - name: test-server-42x-community-2 - - name: test-server-42x-community-3 - - name: test-server-42x-enterprise-1 - - name: test-server-42x-enterprise-2 - - name: test-server-42x-enterprise-3 - name: test-server-44x-community-1 - name: test-server-44x-community-2 - name: test-server-44x-community-3 @@ -517,282 +505,6 @@ tasks: - func: smoketest-on-github-actions vars: debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-community-1 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 1 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-community-2 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 2 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-community-3 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 3 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-enterprise-1 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 1 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-enterprise-2 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 2 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-40x-enterprise-3 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.0.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 3 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-community-1 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 1 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-community-2 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 2 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-community-3 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 3 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-enterprise-1 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 1 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-enterprise-2 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 2 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - - name: test-server-42x-enterprise-3 - tags: - - required-for-publish - - run-on-pr - commands: - - func: prepare - - func: install - - func: bootstrap - vars: - scope: compass-e2e-tests - - func: apply-compass-target-expansion - vars: - compass_distribution: compass - - func: get-packaged-app - vars: - compass_distribution: compass - - func: test-packaged-app - vars: - mongodb_version: 4.2.x-enterprise - compass_distribution: compass - e2e_test_groups: 3 - e2e_test_group: 3 - debug: compass-e2e-tests*,electron*,hadron*,mongo* - name: test-server-44x-community-1 tags: - required-for-publish