Skip to content

Commit

Permalink
CXX-2492 Add zSeries RHEL 8.3 for Latest (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
eramongodb authored Aug 26, 2022
1 parent 4e02719 commit d1e7c98
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e7c98

Please sign in to comment.