diff --git a/.evergreen/config.yml b/.evergreen/config.yml index b078af8066..6af28598f6 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -2014,7 +2014,7 @@ axes: - id: "windows-64-go-1-20" display_name: "Windows 64-bit" run_on: - - windows-vsCurrent-latest-small + - windows-vsCurrent-small variables: GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" GO_DIST: "C:\\golang\\go1.20" @@ -2038,7 +2038,7 @@ axes: - id: "windows-64-go-1-20" display_name: "Windows 64-bit" run_on: - - windows-vsCurrent-latest-small + - windows-vsCurrent-small variables: GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" GO_DIST: "C:\\golang\\go1.20" @@ -2070,7 +2070,7 @@ axes: - id: "windows-64-vsCurrent-latest-small-go-1-20" display_name: "Windows 64-bit" run_on: - - windows-vsCurrent-latest-small + - windows-vsCurrent-small variables: GCC_PATH: "/cygdrive/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" GO_DIST: "C:\\golang\\go1.20" @@ -2391,23 +2391,48 @@ buildvariants: tasks: - name: "test-docker-runner" - - matrix_name: "tests-36-with-zlib-support" + - matrix_name: "tests-rhel-36-with-zlib-support" tags: ["pullrequest"] - matrix_spec: { version: ["3.6"], os-ssl-32: ["windows-64-go-1-20", "rhel87-64-go-1-20"] } + matrix_spec: { version: ["3.6"], os-ssl-32: ["rhel87-64-go-1-20"] } display_name: "${version} ${os-ssl-32}" tasks: - name: ".test !.enterprise-auth !.snappy !.zstd" - - matrix_name: "tests-40-with-zlib-support" + - matrix_name: "tests-windows-36-with-zlib-support" + matrix_spec: { version: ["3.6"], os-ssl-32: ["windows-64-go-1-20"] } + display_name: "${version} ${os-ssl-32}" + tasks: + - name: ".test !.enterprise-auth !.snappy !.zstd" + + - matrix_name: "tests-rhel-40-with-zlib-support" tags: ["pullrequest"] - matrix_spec: { version: ["4.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] } + matrix_spec: { version: ["4.0"], os-ssl-40: ["rhel87-64-go-1-20"] } display_name: "${version} ${os-ssl-40}" tasks: - name: ".test !.enterprise-auth !.snappy !.zstd" - - matrix_name: "tests-42-plus-zlib-zstd-support" + - matrix_name: "tests-windows-40-with-zlib-support" + matrix_spec: { version: ["4.0"], os-ssl-40: ["windows-64-go-1-20"] } + display_name: "${version} ${os-ssl-40}" + tasks: + - name: ".test !.enterprise-auth !.snappy !.zstd" + + - matrix_name: "tests-rhel-42-plus-zlib-zstd-support" + tags: ["pullrequest"] + matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["rhel87-64-go-1-20"] } + display_name: "${version} ${os-ssl-40}" + tasks: + - name: ".test !.enterprise-auth !.snappy" + + - matrix_name: "tests-windows-42-plus-zlib-zstd-support" + matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64-go-1-20"] } + display_name: "${version} ${os-ssl-40}" + tasks: + - name: ".test !.enterprise-auth !.snappy" + + - matrix_name: "tests-windows-80-zlib-zstd-support" tags: ["pullrequest"] - matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] } + matrix_spec: { version: ["8.0"], os-ssl-40: ["windows-64-go-1-20"] } display_name: "${version} ${os-ssl-40}" tasks: - name: ".test !.enterprise-auth !.snappy"