Skip to content

Commit d1e7c98

Browse files
authored
CXX-2492 Add zSeries RHEL 8.3 for Latest (#892)
1 parent 4e02719 commit d1e7c98

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.mci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,25 @@ buildvariants:
14211421
tasks:
14221422
- name: test_mongohouse
14231423

1424+
- name: zseries-rhel83-latest
1425+
display_name: "zSeries RHEL 8.3 (MongoDB Latest)"
1426+
batchtime: 1440 # 1 day
1427+
expansions:
1428+
build_type: "Release"
1429+
tar_options: *linux_tar_options
1430+
cmake_flags: *linux_cmake_flags
1431+
mongodb_version: *version_latest
1432+
cmake: "cmake"
1433+
lib_dir: "lib64"
1434+
run_on:
1435+
- rhel83-zseries-small
1436+
tasks:
1437+
- name: compile_with_shared_libs
1438+
- name: compile_and_test_with_shared_libs
1439+
- name: compile_and_test_with_shared_libs_extra_alignment
1440+
- name: compile_and_test_with_static_libs
1441+
- name: compile_and_test_with_static_libs_extra_alignment
1442+
14241443
- name: zseries-rhel83-60
14251444
display_name: "zSeries RHEL 8.3 (MongoDB 6.0)"
14261445
batchtime: 1440 # 1 day

0 commit comments

Comments
 (0)