mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Use taskset with a dynamic range based on the number of detected processors for OAI and DPDK build. This ensures both DPDK and OAI build steps use all available CPU cores on the machine. Build with XRAN K release Signed-off-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org>
27 lines
650 B
XML
27 lines
650 B
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>build-tab</htmlTabRef>
|
|
<htmlTabName>Build Images with T2 support</htmlTabName>
|
|
<htmlTabIcon>wrench</htmlTabIcon>
|
|
<testCase>
|
|
<class>Create_Workspace</class>
|
|
<desc>Create new Workspace for server 0</desc>
|
|
<node>stonechat</node>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Build_Image</class>
|
|
<desc>Build Images with T2</desc>
|
|
<kind>fhi72-t2</kind>
|
|
<node>stonechat</node>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Push_Local_Registry</class>
|
|
<desc>Push Images to Local Registry</desc>
|
|
<node>stonechat</node>
|
|
</testCase>
|
|
|
|
</testCaseList>
|