From b190186d46af13f20221bd1dcde7aef757613f20 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 23 Jul 2024 11:27:47 +0200 Subject: [PATCH 1/2] Don't run serverless tests on Debian 11 --- .evergreen/config/generated/test-variant/legacy-php-full.yml | 4 ---- .evergreen/config/templates/test-variant/legacy-php-full.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.evergreen/config/generated/test-variant/legacy-php-full.yml b/.evergreen/config/generated/test-variant/legacy-php-full.yml index 40ae3b75c..3e45f08c0 100644 --- a/.evergreen/config/generated/test-variant/legacy-php-full.yml +++ b/.evergreen/config/generated/test-variant/legacy-php-full.yml @@ -20,8 +20,6 @@ buildvariants: - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - "test_serverless_task_group" - - "test_serverless_proxy_task_group" - "test-atlas-data-lake" # Test versions < 5.0 @@ -78,8 +76,6 @@ buildvariants: - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - "test_serverless_task_group" - - "test_serverless_proxy_task_group" - "test-atlas-data-lake" # Test versions < 5.0 diff --git a/.evergreen/config/templates/test-variant/legacy-php-full.yml b/.evergreen/config/templates/test-variant/legacy-php-full.yml index 64f97720f..398099255 100644 --- a/.evergreen/config/templates/test-variant/legacy-php-full.yml +++ b/.evergreen/config/templates/test-variant/legacy-php-full.yml @@ -18,8 +18,6 @@ - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - "test_serverless_task_group" - - "test_serverless_proxy_task_group" - "test-atlas-data-lake" # Test versions < 5.0 From a5f73a5734da687eaa1baeca13bb0ca3c861cf13 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 23 Jul 2024 14:07:40 +0200 Subject: [PATCH 2/2] Don't run mongodb-latest tests on Debian 11 --- .../generated/test-variant/legacy-php-full.yml | 16 ++++++++-------- .../templates/test-variant/legacy-php-full.yml | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.evergreen/config/generated/test-variant/legacy-php-full.yml b/.evergreen/config/generated/test-variant/legacy-php-full.yml index 3e45f08c0..b63271633 100644 --- a/.evergreen/config/generated/test-variant/legacy-php-full.yml +++ b/.evergreen/config/generated/test-variant/legacy-php-full.yml @@ -16,10 +16,10 @@ buildvariants: name: "build-php-8.0" tasks: # Remember to add new major versions here as they are released - - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" + - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" - "test-atlas-data-lake" # Test versions < 5.0 @@ -72,10 +72,10 @@ buildvariants: name: "build-php-7.4" tasks: # Remember to add new major versions here as they are released - - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" + - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" - "test-atlas-data-lake" # Test versions < 5.0 diff --git a/.evergreen/config/templates/test-variant/legacy-php-full.yml b/.evergreen/config/templates/test-variant/legacy-php-full.yml index 398099255..82bef9b4b 100644 --- a/.evergreen/config/templates/test-variant/legacy-php-full.yml +++ b/.evergreen/config/templates/test-variant/legacy-php-full.yml @@ -14,10 +14,10 @@ name: "build-php-%phpVersion%" tasks: # Remember to add new major versions here as they are released - - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" - - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0" + - ".standalone .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".replicaset .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".sharded .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" + - ".loadbalanced .local !.csfle !.4.0 !.4.2 !.4.4 !.8.0 !.rapid !.latest" - "test-atlas-data-lake" # Test versions < 5.0