Commit a6a7482
SRE-2832 FC fixes to enable Functional Tests (#16224)
Enable CI running in Fort Collins with:
- passing HTTPS_PROXY to functional tests
- fixing repository paths, E-MAIL domain, and hardware check
- fixing expectations for InfiniBand adapters and IBoIP device detection
- added build parameter to skip all functional or functional HW tests
- limiting number of NVMe devices used to 4
- creating local host file to prevent DNS glitches
- added minimum required python3-mpi4py-tests, mpich, and Lmod/lua-lmod
versions
- removed mpi/mlnx_openmpi-x86_64 module file
- installing updated lua-lmod package for Leap 15.6 testing
- commented out jenkins curl test in gha_functions.sh
- default FUNCTIONAL_HARDWARE_MEDIUM_VERBS_PROVIDER_LABEL -> ci_ofed5
- fixed debuginfo RPM installs for stack trace generation
Signed-off-by: Tomasz Gromadzki <[email protected]>
Co-authored-by: John E. Malmberg <[email protected]>
Co-authored-by: Phil Henderson <[email protected]>
Co-authored-by: Ryon Jensen <[email protected]>1 parent dacee45 commit a6a7482
File tree
22 files changed
+417
-152
lines changed- ci
- functional
- provisioning
- storage
- unit
- site_scons
- src/tests/ftest
- dfuse
- scripts
- utils
- rpms
22 files changed
+417
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
284 | 290 | | |
285 | 291 | | |
286 | 292 | | |
| |||
301 | 307 | | |
302 | 308 | | |
303 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
304 | 313 | | |
305 | 314 | | |
306 | 315 | | |
| |||
341 | 350 | | |
342 | 351 | | |
343 | 352 | | |
344 | | - | |
| 353 | + | |
345 | 354 | | |
346 | 355 | | |
347 | 356 | | |
| |||
361 | 370 | | |
362 | 371 | | |
363 | 372 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | 373 | | |
368 | 374 | | |
369 | 375 | | |
| |||
418 | 424 | | |
419 | 425 | | |
420 | 426 | | |
421 | | - | |
| 427 | + | |
422 | 428 | | |
423 | 429 | | |
424 | 430 | | |
| |||
624 | 630 | | |
625 | 631 | | |
626 | 632 | | |
627 | | - | |
| 633 | + | |
628 | 634 | | |
629 | 635 | | |
630 | 636 | | |
| |||
844 | 850 | | |
845 | 851 | | |
846 | 852 | | |
847 | | - | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
848 | 856 | | |
849 | 857 | | |
850 | 858 | | |
| |||
1108 | 1116 | | |
1109 | 1117 | | |
1110 | 1118 | | |
1111 | | - | |
| 1119 | + | |
1112 | 1120 | | |
1113 | 1121 | | |
1114 | 1122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
99 | 106 | | |
100 | 107 | | |
101 | 108 | | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
14 | | - | |
| 19 | + | |
| 20 | + | |
0 commit comments