|
12 | 12 | # builds and installs many things
|
13 | 13 | TASK_VCPUS = 36 # vCPUs are cut in a half because multithreading is disabled
|
14 | 14 | BASELINE_CLUSTER_SIZE_ELAPSED_SECONDS = {
|
| 15 | + "alinux2023": {8: 754, 16: 366, 32: 182}, # v3.10.0 |
15 | 16 | "alinux2": {8: 754, 16: 366, 32: 182}, # v3.1.3
|
| 17 | + "ubuntu2404": {8: 742, 16: 376, 32: 185}, # v3.13.0 just a placeholder, Ubuntu24.04 not supported |
16 | 18 | "ubuntu2204": {8: 742, 16: 376, 32: 185}, # v3.7.0 just a placeholder, Ubuntu22.04 not supported
|
17 | 19 | "ubuntu2004": {8: 750, 16: 382, 32: 187}, # v3.1.3
|
18 | 20 | "centos7": {8: 755, 16: 371, 32: 190}, # v3.1.3
|
19 | 21 | "rhel8": {8: 742, 16: 376, 32: 185}, # v3.6.0 just a placeholder, RHEL8 not supported
|
| 22 | + "rhel9": {8: 742, 16: 376, 32: 185}, # v3.9.0 just a placeholder, RHEL9 not supported |
20 | 23 | "rocky8": {8: 742, 16: 376, 32: 185}, # v3.8.0 just a placeholder, Rocky8 not supported
|
| 24 | + "rocky9": {8: 742, 16: 376, 32: 185}, # v3.9.0 just a placeholder, Rocky9 not supported |
21 | 25 | }
|
22 | 26 |
|
23 | 27 |
|
|
0 commit comments