mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
#SQUASH bats
This commit is contained in:
parent
3e0c95aa5c
commit
a84fa55417
@ -29,6 +29,9 @@ setup() {
|
||||
pod_yaml="${pod_config_dir}/pod-nvidia-nim-llama-3.1-8b-instruct.yaml"
|
||||
|
||||
envsubst < "${pod_yaml_in}" > "${pod_yaml}"
|
||||
|
||||
kubectl delete pod "${POD_NAME_INSTRUCT}" -n default --ignore-not-found=true
|
||||
kubectl delete secret ngc-secret-instruct -n default --ignore-not-found=true
|
||||
}
|
||||
|
||||
@test "NVIDIA NIM Llama 3.1-8b Instruct" {
|
||||
|
Loading…
Reference in New Issue
Block a user