mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 01:37:27 +00:00
gha: Enable uninstall kbs client function for coco gha workflow
This PR enables the uninstall kbs client function for coco gha tdx workflow. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
@@ -266,6 +266,10 @@ function install_kbs_client() {
|
||||
kbs_install_cli
|
||||
}
|
||||
|
||||
function uninstall_kbs_client() {
|
||||
kbs_uninstall_cli
|
||||
}
|
||||
|
||||
function run_tests() {
|
||||
ensure_yq
|
||||
platform="${1:-}"
|
||||
@@ -594,6 +598,7 @@ function main() {
|
||||
delete-coco-kbs) delete_coco_kbs ;;
|
||||
delete-cluster) cleanup "aks" ;;
|
||||
delete-cluster-kcli) delete_cluster_kcli ;;
|
||||
uninstall-kbs-client) uninstall_kbs_client ;;
|
||||
*) >&2 echo "Invalid argument"; exit 2 ;;
|
||||
esac
|
||||
}
|
||||
|
Reference in New Issue
Block a user