mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
ci: temporarily avoid using the Mariner Host image
Disable the Mariner host during CI, while investigating test failures with new Cloud Hypervisor v43.0. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
parent
730e007abd
commit
e8405590c1
@ -124,8 +124,7 @@ function create_cluster() {
|
||||
-s "$(_print_instance_type)" \
|
||||
--node-count 1 \
|
||||
--generate-ssh-keys \
|
||||
--tags "${tags[@]}" \
|
||||
$([[ "${KATA_HOST_OS}" = "cbl-mariner" ]] && echo "--os-sku AzureLinux --workload-runtime KataMshvVmIsolation")
|
||||
--tags "${tags[@]}"
|
||||
}
|
||||
|
||||
function install_bats() {
|
||||
|
@ -101,16 +101,13 @@ add_annotations_to_yaml() {
|
||||
|
||||
add_cbl_mariner_specific_annotations() {
|
||||
if [[ "${KATA_HOST_OS}" = "cbl-mariner" ]]; then
|
||||
info "Add kernel and image path and annotations for cbl-mariner"
|
||||
local mariner_annotation_kernel="io.katacontainers.config.hypervisor.kernel"
|
||||
local mariner_kernel_path="/usr/share/cloud-hypervisor/vmlinux.bin"
|
||||
info "Add image path annotation for cbl-mariner"
|
||||
|
||||
local mariner_annotation_image="io.katacontainers.config.hypervisor.image"
|
||||
local mariner_image_path="/opt/kata/share/kata-containers/kata-containers-mariner.img"
|
||||
|
||||
for K8S_TEST_YAML in runtimeclass_workloads_work/*.yaml
|
||||
do
|
||||
add_annotations_to_yaml "${K8S_TEST_YAML}" "${mariner_annotation_kernel}" "${mariner_kernel_path}"
|
||||
add_annotations_to_yaml "${K8S_TEST_YAML}" "${mariner_annotation_image}" "${mariner_image_path}"
|
||||
done
|
||||
fi
|
||||
|
@ -108,10 +108,7 @@ adapt_common_policy_settings_for_virtio_fs() {
|
||||
|
||||
# adapt common policy settings for CBL-Mariner Hosts
|
||||
adapt_common_policy_settings_for_cbl_mariner() {
|
||||
local settings_dir=$1
|
||||
|
||||
info "Adapting common policy settings for KATA_HOST_OS=cbl-mariner"
|
||||
jq '.kata_config.oci_version = "1.1.0-rc.1"' "${settings_dir}/genpolicy-settings.json" > temp.json && sudo mv temp.json "${settings_dir}/genpolicy-settings.json"
|
||||
true
|
||||
}
|
||||
|
||||
# adapt common policy settings for various platforms
|
||||
|
Loading…
Reference in New Issue
Block a user