Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run core tests with encryption enabled on windows #5967

Merged
merged 2 commits into from
Oct 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ tasks:
exec_timeout_secs: 1800
commands:
- func: "compile"
vars:
target_to_build: "CoreTests"
- func: "run tests"
vars:
test_filter: CoreTests
Expand Down Expand Up @@ -696,8 +698,7 @@ task_groups:
- compile
- .test_suite

- name: compile_core_tests
max_hosts: 1
- name: core_tests_group
setup_group_can_fail_task: true
setup_group:
- func: "fetch source"
Expand All @@ -707,7 +708,6 @@ task_groups:
timeout:
- func: "run hang analyzer"
tasks:
- compile
- core-tests

- name: benchmarks
Expand Down Expand Up @@ -771,7 +771,7 @@ buildvariants:
run_with_encryption: On
enable_tsan: On
tasks:
- name: compile_core_tests
- name: core_tests_group
distros:
- ubuntu2004-large

Expand All @@ -790,7 +790,7 @@ buildvariants:
run_with_encryption: On
enable_asan: On
tasks:
- name: compile_core_tests
- name: core_tests_group
distros:
- ubuntu2004-large

Expand Down Expand Up @@ -948,7 +948,7 @@ buildvariants:
extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=x86_64
run_with_encryption: On
tasks:
- name: compile_core_tests
- name: core_tests_group

- name: macos-release
display_name: "MacOS 11.0 x86_64 (Release build)"
Expand Down Expand Up @@ -1009,7 +1009,7 @@ buildvariants:

- name: windows-64-vs2019
display_name: "Windows x86_64 (VS 2019)"
run_on: windows-vsCurrent-small
run_on: windows-vsCurrent-large
expansions:
cmake_url: "https://s3.amazonaws.com/static.realm.io/evergreen-assets/cmake-3.20.3-windows-x86_64.zip"
cmake_bindir: "./cmake-3.20.3-windows-x86_64/bin"
Expand All @@ -1021,13 +1021,27 @@ buildvariants:
python3: "/cygdrive/c/python/python37/python.exe"
tasks:
- name: compile_test_and_package
distros:
- windows-vsCurrent-large
- name: long-running-tests

- name: windows-64-encryption
display_name: "Windows x86_64 (Encryption enabled)"
run_on: windows-vsCurrent-large
expansions:
cmake_url: "https://s3.amazonaws.com/static.realm.io/evergreen-assets/cmake-3.20.3-windows-x86_64.zip"
cmake_bindir: "./cmake-3.20.3-windows-x86_64/bin"
cmake_generator: "Visual Studio 16 2019"
extra_flags: "-A x64"
max_jobs: $(($(grep -c proc /proc/cpuinfo) / 2))
fetch_missing_dependencies: On
build_zlib: On
python3: "/cygdrive/c/python/python37/python.exe"
run_with_encryption: On
tasks:
- name: core_tests_group

- name: windows-64-vs2019-release
display_name: "Windows x86_64 (VS 2019 Release build)"
run_on: windows-vsCurrent-small
run_on: windows-vsCurrent-large
expansions:
cmake_url: "https://s3.amazonaws.com/static.realm.io/evergreen-assets/cmake-3.20.3-windows-x86_64.zip"
cmake_bindir: "./cmake-3.20.3-windows-x86_64/bin"
Expand All @@ -1040,5 +1054,3 @@ buildvariants:
python3: "/cygdrive/c/python/python37/python.exe"
tasks:
- name: compile_test
distros:
- windows-vsCurrent-large