From d1e7c980ed06c5fd9ed168ced44e7c32fb896828 Mon Sep 17 00:00:00 2001 From: Ezra Chung <88335979+eramongodb@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:16:02 -0500 Subject: [PATCH] CXX-2492 Add zSeries RHEL 8.3 for Latest (#892) --- .mci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.mci.yml b/.mci.yml index 92a4c7ba63..7a9816967a 100644 --- a/.mci.yml +++ b/.mci.yml @@ -1421,6 +1421,25 @@ buildvariants: tasks: - name: test_mongohouse + - name: zseries-rhel83-latest + display_name: "zSeries RHEL 8.3 (MongoDB Latest)" + batchtime: 1440 # 1 day + expansions: + build_type: "Release" + tar_options: *linux_tar_options + cmake_flags: *linux_cmake_flags + mongodb_version: *version_latest + cmake: "cmake" + lib_dir: "lib64" + run_on: + - rhel83-zseries-small + tasks: + - name: compile_with_shared_libs + - name: compile_and_test_with_shared_libs + - name: compile_and_test_with_shared_libs_extra_alignment + - name: compile_and_test_with_static_libs + - name: compile_and_test_with_static_libs_extra_alignment + - name: zseries-rhel83-60 display_name: "zSeries RHEL 8.3 (MongoDB 6.0)" batchtime: 1440 # 1 day