Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to quick e2e suite from existing tests #7540

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions cmd/integration_test/build/buildspecs/quick-test-eks-a-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ env:
EKSA_GIT_PRIVATE_KEY: "/tmp/private-key"
INTEGRATION_TEST_INFRA_CONFIG: "/tmp/test-infra.yml"
# vsphere variables
T_VSPHERE_TEMPLATE_UBUNTU_1_27: "/SDDC-Datacenter/vm/Templates/ubuntu-kube-v1-27"
T_VSPHERE_TEMPLATE_UBUNTU_1_28: "/SDDC-Datacenter/vm/Templates/ubuntu-kube-v1-28"
T_VSPHERE_TEMPLATE_UBUNTU_2204_1_27: "/SDDC-Datacenter/vm/Templates/ubuntu-2204-kube-v1-27"
T_VSPHERE_TEMPLATE_UBUNTU_2204_1_28: "/SDDC-Datacenter/vm/Templates/ubuntu-2204-kube-v1-28"
T_VSPHERE_TEMPLATE_BR_1_27: "/SDDC-Datacenter/vm/Templates/bottlerocket-kube-v1-27"
T_VSPHERE_TEMPLATE_BR_1_28: "/SDDC-Datacenter/vm/Templates/bottlerocket-kube-v1-28"
T_VSPHERE_TEMPLATE_REDHAT_1_27: "/SDDC-Datacenter/vm/Templates/redhat-kube-v1-27"
T_VSPHERE_TEMPLATE_REDHAT_1_28: "/SDDC-Datacenter/vm/Templates/redhat-kube-v1-28"
# cloudstack variables
CLOUDSTACK_PROVIDER: true
T_CLOUDSTACK_CIDR: "10.80.214.0/23"
Expand Down Expand Up @@ -106,14 +113,17 @@ env:
T_NUTANIX_TEMPLATE_NAME_UBUNTU_1_26: "nutanix_ci:nutanix_template_ubuntu_1_26"
T_NUTANIX_TEMPLATE_NAME_UBUNTU_1_27: "nutanix_ci:nutanix_template_ubuntu_1_27"
T_NUTANIX_TEMPLATE_NAME_UBUNTU_1_28: "nutanix_ci:nutanix_template_ubuntu_1_28"
T_NUTANIX_TEMPLATE_NAME_UBUNTU_1_29: "nutanix_ci:nutanix_template_ubuntu_1_29"
T_NUTANIX_TEMPLATE_NAME_REDHAT_1_25: "nutanix_ci:nutanix_template_rhel_8_1_25"
T_NUTANIX_TEMPLATE_NAME_REDHAT_1_26: "nutanix_ci:nutanix_template_rhel_8_1_26"
T_NUTANIX_TEMPLATE_NAME_REDHAT_1_27: "nutanix_ci:nutanix_template_rhel_8_1_27"
T_NUTANIX_TEMPLATE_NAME_REDHAT_1_28: "nutanix_ci:nutanix_template_rhel_8_1_28"
T_NUTANIX_TEMPLATE_NAME_REDHAT_1_29: "nutanix_ci:nutanix_template_rhel_8_1_29"
T_NUTANIX_TEMPLATE_NAME_REDHAT_9_1_25: "nutanix_ci:nutanix_template_rhel_9_1_25"
T_NUTANIX_TEMPLATE_NAME_REDHAT_9_1_26: "nutanix_ci:nutanix_template_rhel_9_1_26"
T_NUTANIX_TEMPLATE_NAME_REDHAT_9_1_27: "nutanix_ci:nutanix_template_rhel_9_1_27"
T_NUTANIX_TEMPLATE_NAME_REDHAT_9_1_28: "nutanix_ci:nutanix_template_rhel_9_1_28"
T_NUTANIX_TEMPLATE_NAME_REDHAT_9_1_29: "nutanix_ci:nutanix_template_rhel_9_1_29"
# Snow secrets
T_SNOW_DEVICES: "snow_ci:snow_devices"
T_SNOW_CREDENTIALS_S3_PATH: "snow_ci:snow_credentials_s3_path"
Expand Down
13 changes: 11 additions & 2 deletions test/e2e/QUICK_TESTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@ quick_tests:
# Docker
- TestDocker.*128
# vSphere
- TestVSphereKubernetes128Ubuntu2204SimpleFlow
- ^TestVSphereKubernetes127UbuntuTo128Upgrade$
- TestVSphereKubernetes127UbuntuTo128StackedEtcdUpgrade
- TestVSphereKubernetes127To128Ubuntu2204Upgrade
- TestVSphereKubernetes128Ubuntu2004To2204Upgrade
- TestVSphereKubernetes127BottlerocketTo128Upgrade
- TestVSphereKubernetes127BottlerocketTo128StackedEtcdUpgrade
# CloudStack
- TestCloudStackKubernetes127To128RedhatMultipleFieldsUpgrade
# Nutanix
- TestNutanixKubernetes127to128RedHat9Upgrade
- TestNutanixKubernetes128to129RedHat9Upgrade
- TestNutanixKubernetes128to129RedHat8Upgrade
- TestNutanixKubernetes128To129UbuntuUpgrade
# Snow
- TestSnowKubernetes128SimpleFlow
# Tinkerbell
# - ^TestTinkerbellKubernetes127UbuntuTo128Upgrade$
# - TestTinkerbellKubernetes128Ubuntu2004To2204Upgrade
# - TestTinkerbellKubernetes127To128Ubuntu2204Upgrade
Loading