|
14 | 14 | # fmt: off |
15 | 15 | COMPILE_MATRIX = [ |
16 | 16 | # For test matrix. |
17 | | - ('rhel8-latest', 'gcc', None, ['cyrus']), |
18 | | - ('rhel8-zseries', 'gcc', None, ['cyrus']), # Big Endian. |
19 | | - ('ubuntu2004-arm64', 'gcc', None, ['cyrus']), |
20 | | - ('windows-vsCurrent', 'vs2022x64', None, ['cyrus']), |
| 17 | + ('rhel8-latest', 'gcc', None, ['cyrus']), |
| 18 | + ('rhel8-arm64-latest', 'gcc', None, ['cyrus']), |
| 19 | + ('rhel8-zseries', 'gcc', None, ['cyrus']), # Big Endian. |
| 20 | + ('windows-vsCurrent', 'vs2022x64', None, ['cyrus']), |
21 | 21 |
|
22 | 22 | # For compile only. |
23 | | - ('debian11', 'clang', None, ['cyrus']), |
24 | | - ('debian11', 'gcc', None, ['cyrus']), |
25 | | - ('debian12', 'clang', None, ['cyrus']), |
26 | | - ('debian12', 'gcc', None, ['cyrus']), |
27 | | - ('rhel80', 'gcc', None, ['cyrus']), |
28 | | - ('ubuntu2004', 'gcc', None, ['cyrus']), |
29 | | - ('ubuntu2004', 'clang', None, ['cyrus']), |
30 | | - ('ubuntu2204', 'gcc', None, ['cyrus']), |
31 | | - ('ubuntu2204', 'clang-12', None, ['cyrus']), |
32 | | - ('ubuntu2404', 'gcc', None, ['cyrus']), |
33 | | - ('ubuntu2404', 'clang-14', None, ['cyrus']), |
| 23 | + ('debian11-latest', 'clang', None, ['cyrus']), |
| 24 | + ('debian11-latest', 'gcc', None, ['cyrus']), |
| 25 | + ('debian12-latest', 'clang', None, ['cyrus']), |
| 26 | + ('debian12-latest', 'gcc', None, ['cyrus']), |
| 27 | + ('rhel80', 'gcc', None, ['cyrus']), |
| 28 | + ('ubuntu2204', 'gcc', None, ['cyrus']), |
| 29 | + ('ubuntu2204', 'clang-12', None, ['cyrus']), |
| 30 | + ('ubuntu2404', 'gcc', None, ['cyrus']), |
| 31 | + ('ubuntu2404', 'clang-14', None, ['cyrus']), |
34 | 32 | ] |
35 | 33 |
|
36 | 34 | # QE (subset of CSFLE) requires 7.0+ and are skipped by "server" tasks. |
37 | 35 | TEST_MATRIX = [ |
38 | 36 | ('rhel8-latest', 'gcc', None, 'cyrus', ['auth'], ['server', 'replica', 'sharded'], ['4.2', '4.4', '5.0', '6.0', '7.0', '8.0', 'latest']), |
39 | 37 |
|
40 | | - ('windows-vsCurrent', 'vs2022x64', None, 'cyrus', ['auth'], ['server', 'replica', 'sharded'], ['4.2', '4.4', '5.0', '6.0', '7.0', '8.0', 'latest']), |
41 | | - |
42 | | - # ubuntu2004-arm64 only provides 4.4+. |
43 | | - ('ubuntu2004-arm64', 'gcc', None, 'cyrus', ['auth'], ['server', 'replica', 'sharded'], ['4.4', '5.0', '6.0', '7.0', '8.0', 'latest']), |
| 38 | + # rhel8-arm64 only provides 4.4+. |
| 39 | + ('rhel8-arm64-latest', 'gcc', None, 'cyrus', ['auth'], ['server', 'replica', 'sharded'], ['4.4', '5.0', '6.0', '7.0', '8.0', 'latest']), |
44 | 40 |
|
45 | 41 | # rhel8-zseries only provides 5.0+. Resource-limited: use sparingly. |
46 | 42 | ('rhel8-zseries', 'gcc', None, 'cyrus', ['auth'], ['sharded'], ['5.0', 'latest']), |
| 43 | + |
| 44 | + ('windows-vsCurrent', 'vs2022x64', None, 'cyrus', ['auth'], ['server', 'replica', 'sharded'], ['4.2', '4.4', '5.0', '6.0', '7.0', '8.0', 'latest']), |
47 | 45 | ] |
48 | 46 | # fmt: on |
49 | 47 | # pylint: enable=line-too-long |
|
0 commit comments