From 2326fee596fe1bda8ed05a970dc3e4273d5c9076 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 28 May 2026 14:10:49 -0400 Subject: [PATCH] Bump CI from MongoDB 8.2 to 8.3 --- .evergreen/config.yml | 8 ++++---- .github/workflows/test-python-encryption.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 2b311269f..7c44eafd2 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -224,20 +224,20 @@ buildvariants: - name: run-tests - name: tests-8-qe-local - display_name: Run Tests 8.2 QE local KMS + display_name: Run Tests 8.3 QE local KMS run_on: rhel87-small expansions: - MONGODB_VERSION: "8.2" + MONGODB_VERSION: "8.3" TOPOLOGY: replica_set DJANGO_SETTINGS_MODULE: "encrypted_settings" tasks: - name: run-encryption-tests - name: tests-8-qe-aws - display_name: Run Tests 8.2 QE AWS KMS + display_name: Run Tests 8.3 QE AWS KMS run_on: rhel87-small expansions: - MONGODB_VERSION: "8.2" + MONGODB_VERSION: "8.3" TOPOLOGY: replica_set DJANGO_SETTINGS_MODULE: "encrypted_aws_settings" tasks: diff --git a/.github/workflows/test-python-encryption.yml b/.github/workflows/test-python-encryption.yml index 1fc638ae1..1ff7c7dd7 100644 --- a/.github/workflows/test-python-encryption.yml +++ b/.github/workflows/test-python-encryption.yml @@ -54,8 +54,8 @@ jobs: run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.0 - name: Download mongo_crypt_shared run: | - wget https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2404-8.2.3.tgz - tar -xvzf mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2404-8.2.3.tgz lib/mongo_crypt_v1.so + wget https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2404-8.3.2.tgz + tar -xvzf mongo_crypt_shared_v1-linux-x86_64-enterprise-ubuntu2404-8.3.2.tgz lib/mongo_crypt_v1.so - name: Run tests run: python3 django_repo/tests/runtests_.py permissions: