mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
"Create new Workspace for server 0/1" no longer makes sense now that workspace creation is not tied to a specific server index. Signed-off-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org>
29 lines
695 B
XML
29 lines
695 B
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>build-tab</htmlTabRef>
|
|
<htmlTabName>Build Container Images for ARM</htmlTabName>
|
|
<htmlTabIcon>wrench</htmlTabIcon>
|
|
|
|
<testCase>
|
|
<class>Create_Workspace</class>
|
|
<desc>Create new Workspace</desc>
|
|
<node>gracehopper3-oai</node>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Build_Image</class>
|
|
<desc>Build all Images</desc>
|
|
<node>gracehopper3-oai</node>
|
|
<kind>native_armv9</kind>
|
|
</testCase>
|
|
|
|
<testCase>
|
|
<class>Push_Local_Registry</class>
|
|
<desc>Push Images to Local Registry</desc>
|
|
<node>gracehopper3-oai</node>
|
|
<tag_prefix>arm_</tag_prefix>
|
|
</testCase>
|
|
|
|
</testCaseList>
|