Files
ubicloud/config/e2e_test_cases.yml
Enes Cakir 1d986ae019 Merge e2e test case configs and image downloads
We are adding more e2e test cases for different services. Each service
has its own configuration and requires different boot images. Some boot
images are downloaded while setting up the VM host, while others are
downloaded just before running the tests, like the GitHub E2E runner
tests. This makes it hard to debug and maintain the test cases. This PR
merges all the e2e test case configurations and image requirements into
a single file. We will download all the required images at the beginning
of the test during the VM host setup. This will make the test cases
easier to maintain and debug.
2025-01-23 15:30:06 +03:00

6 lines
713 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: github_runner_ubuntu_2004, images: ["github-ubuntu-2004"], details: {repo_name: ubicloud/github-e2e-test-workflows, workflow_name: test_2004.yml, branch_name: main} }
- { name: postgres_standard, images: ["postgres16-ubuntu-2204"] }