kata-containers/tests/integration/kubernetes
Greg Kurz 2cda69b284 release: Adapt kata-deploy for 3.2.0
kata-deploy files must be adapted to a new release.  The cases where it
happens are when the release goes from -> to:
* main -> stable:
  * kata-deploy-stable / kata-cleanup-stable: are removed

* stable -> stable:
  * kata-deploy / kata-cleanup: bump the release to the new one.

There are no changes when doing an alpha release, as the files on the
"main" branch always point to the "latest" and "stable" tags.

Signed-off-by: Greg Kurz <groug@kaod.org>
2023-10-20 18:12:29 +02:00
..
filter_out_per_arch tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
runtimeclass_workloads tests: run k8s-volume on a given node 2023-10-11 10:35:58 +02:00
confidential_common.sh tests: Expand confidential test to support TDX 2023-09-21 13:27:24 +02:00
filter_k8s_test.sh tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
gha-run.sh release: Adapt kata-deploy for 3.2.0 2023-10-20 18:12:29 +02:00
k8s-attach-handlers.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-caps.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-confidential.bats tests: Expand confidential test to support TDX 2023-09-21 13:27:24 +02:00
k8s-configmap.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-copy-file.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-cpu-ns.bats ci: k8s: Remove useless skip statement from tests 2023-09-21 13:42:24 +02:00
k8s-credentials-secrets.bats ci: k8s: Fix bogus firecracker check in k8s-credentials-secrets.bat 2023-10-20 00:44:12 +02:00
k8s-custom-dns.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-empty-dirs.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-env.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-exec.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-file-volume.bats tests: run k8s-file-volume on a given node 2023-10-11 10:35:52 +02:00
k8s-footloose.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-inotify.bats ci: k8s: Also check for "fc" (for firecracker) 2023-09-21 13:42:17 +02:00
k8s-job.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-kill-all-process-in-container.bats tests: use unique test name 2023-09-21 13:26:18 +02:00
k8s-limit-range.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-liveness-probes.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-memory.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-nested-configmap-secret.bats ci: k8s: Also check for "fc" (for firecracker) 2023-09-21 13:42:17 +02:00
k8s-nginx-connectivity.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-number-cpus.bats Revert "gha: k8s: dragonball: Skip k8s-number-cpus" 2023-07-08 14:43:49 +02:00
k8s-oom.bats bugfix: plus default_memory when calculating mem size 2023-07-10 15:53:04 +08:00
k8s-optional-empty-configmap.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-optional-empty-secret.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-parallel.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-pid-ns.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-pod-quota.bats k8s: ci: Skip "Pod quota" test with firecracker 2023-09-21 13:43:16 +02:00
k8s-port-forward.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-projected-volume.bats ci: k8s: Remove useless skip statement from tests 2023-09-21 13:42:24 +02:00
k8s-qos-pods.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-replication.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-scale-nginx.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-seccomp.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-security-context.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-shared-volume.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-sysctls.bats tests: Move k8s tests to this repo 2023-03-31 21:55:41 +02:00
k8s-volume.bats tests: run k8s-volume on a given node 2023-10-11 10:35:58 +02:00
run_kubernetes_tests.sh ci: Properly set K8S_TEST_UNION 2023-09-21 14:16:03 +02:00
setup.sh tests: k8s: Call ensure_yq() in setup.sh 2023-09-21 13:22:10 +02:00
tests_common.sh tests: exec_host() now gets the node name 2023-10-11 10:35:43 +02:00