Files
ubicloud/config/e2e_test_cases.yml
mohi-kalantari 4e9732b5d7 Add e2e tests for kubernetes
A very minimal test prog is added to test the cluster bootstrapping

It will attempt to create a cluster, run a kubectl get node command
and destroy the cluster.
2025-07-24 14:56:39 +02:00

7 lines
693 B
YAML

- { name: vm, images: ["ubuntu-noble", "ubuntu-jammy", "debian-12", "almalinux-9"] }
- { name: github_runner_ubuntu_2404, images: ["github-ubuntu-2404"], details: {repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2404.yml, branch_name: main} }
- { name: github_runner_ubuntu_2204, images: ["github-ubuntu-2204"], details: {repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2204.yml, branch_name: main} }
- { name: postgres_standard, images: ["postgres17-ubuntu-2204"] }
- { name: postgres_ha, images: ["postgres17-ubuntu-2204", "ubuntu-jammy"] }
- { name: kubernetes, images: ["kubernetes-v1_33"]}