mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
ci: Properly set K8S_TEST_UNION
Otherwise only the first test will be executed Signed-off-by: Aurélien Bombo <abombo@microsoft.com> Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
d9ef1352af
commit
486fe14c99
@ -66,10 +66,10 @@ else
|
|||||||
|
|
||||||
case ${K8S_TEST_HOST_TYPE} in
|
case ${K8S_TEST_HOST_TYPE} in
|
||||||
small)
|
small)
|
||||||
K8S_TEST_UNION=($K8S_TEST_SMALL_HOST_UNION)
|
K8S_TEST_UNION=(${K8S_TEST_SMALL_HOST_UNION[@]})
|
||||||
;;
|
;;
|
||||||
normal)
|
normal)
|
||||||
K8S_TEST_UNION=($K8S_TEST_NORMAL_HOST_UNION)
|
K8S_TEST_UNION=(${K8S_TEST_NORMAL_HOST_UNION[@]})
|
||||||
;;
|
;;
|
||||||
baremetal)
|
baremetal)
|
||||||
K8S_TEST_UNION=(${K8S_TEST_SMALL_HOST_UNION[@]} ${K8S_TEST_NORMAL_HOST_UNION[@]})
|
K8S_TEST_UNION=(${K8S_TEST_SMALL_HOST_UNION[@]} ${K8S_TEST_NORMAL_HOST_UNION[@]})
|
||||||
|
Loading…
Reference in New Issue
Block a user