Files
kata-containers/tests/stability/runtimeclass_workloads/stability-test.yaml
Gabriela Cervantes d48ad94825 tests: Add kubernetes stability test
This PR adds a k8s stability test that will be part of the CoCo Kata
stability tests that will run weekly.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2024-08-14 15:30:49 +00:00

17 lines
339 B
YAML

#
# Copyright (c) 2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Pod
metadata:
name: stability-test
spec:
terminationGracePeriodSeconds: 0
runtimeClassName: kata
containers:
- name: stability-test
image: quay.io/bedrock/ubuntu:latest
command: ["/bin/sh", "-c", "tail -f /dev/null"]