Skip to content

Commit

Permalink
Fix conformance tests for CloudStack, Tinkerbell and vSphere (aws#4311)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmpandey08 authored Dec 7, 2022
1 parent 99b587c commit 2412bef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cmd/integration_test/build/buildspecs/conformance-eks-a-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env:
INTEGRATION_TEST_MAX_EC2_COUNT: 25
INTEGRATION_TEST_MAX_CONCURRENT_TEST_COUNT: 25
T_TINKERBELL_MAX_HARDWARE_PER_TEST: 5
T_CLOUDSTACK_CIDR: "10.11.248.0/21"
CLOUDSTACK_PROVIDER: true
T_TINKERBELL_INVENTORY_CSV: "hardware-manifests/inventory.csv"
T_TINKERBELL_BOOTSTRAP_INTERFACE: "ens192"
TEST_RUNNER_GOVC_LIBRARY: "eks-a-templates"
Expand Down Expand Up @@ -35,6 +37,7 @@ env:
EKSA_AWS_REGION: "packages_ci_beta:aws_region"
VSPHERE_SERVER: "vsphere_ci_beta_connection:vsphere_url"
GOVC_INSECURE: "vsphere_ci_beta_connection:govc_insecure"
GOVC_DATACENTER: "vsphere_ci_beta_connection:vsphere_datacenter"
T_VSPHERE_DATACENTER: "vsphere_ci_beta_connection:vsphere_datacenter"
T_VSPHERE_DATASTORE: "vsphere_ci_beta_connection:datastore"
T_VSPHERE_FOLDER: "vsphere_ci_beta_connection:folder"
Expand All @@ -47,10 +50,30 @@ env:
T_VSPHERE_SSH_AUTHORIZED_KEY: "vsphere_ci_beta_connection:ssh_authorized_key"
T_VSPHERE_TLS_INSECURE: "vsphere_ci_beta_connection:tls_insecure"
T_VSPHERE_TLS_THUMBPRINT: "vsphere_ci_beta_connection:tls_thumbprint"
T_CLOUDSTACK_DOMAIN: "cloudstack_ci_beta_connection:domain"
T_CLOUDSTACK_CREDENTIALS: "cloudstack_ci_beta_connection:credentials"
T_CLOUDSTACK_CREDENTIALS_2: "cloudstack_ci_beta_connection:credentials_2"
T_CLOUDSTACK_ZONE: "cloudstack_ci_beta_connection:zone"
T_CLOUDSTACK_ZONE_2: "cloudstack_ci_beta_connection:zone_2"
T_CLOUDSTACK_ACCOUNT: "cloudstack_ci_beta_connection:account"
T_CLOUDSTACK_NETWORK: "cloudstack_ci_beta_connection:network"
T_CLOUDSTACK_NETWORK_2: "cloudstack_ci_beta_connection:network_2"
T_CLOUDSTACK_MANAGEMENT_SERVER: "cloudstack_ci_beta_connection:management_server"
T_CLOUDSTACK_MANAGEMENT_SERVER_2: "cloudstack_ci_beta_connection:management_server_2"
T_CLOUDSTACK_TEMPLATE_REDHAT_1_21: "cloudstack_ci_beta_connection:template_redhat_1_21"
T_CLOUDSTACK_COMPUTE_OFFERING_LARGE: "cloudstack_ci_beta_connection:compute_offering_large"
T_CLOUDSTACK_COMPUTE_OFFERING_LARGER: "cloudstack_ci_beta_connection:compute_offering_larger"
T_CLOUDSTACK_TLS_INSECURE: "cloudstack_ci_beta_connection:tls_insecure"
EKSA_CLOUDSTACK_B64ENCODED_SECRET: "cloudstack_ci_beta_connection:b64_encoded_secret"
T_CLOUDSTACK_POD_CIDR: "cloudstack_ci_beta_connection:pod_cidr"
T_CLOUDSTACK_SERVICE_CIDR: "cloudstack_ci_beta_connection:service_cidr"
T_CLOUDSTACK_SSH_AUTHORIZED_KEY: "vsphere_ci_beta_connection:ssh_authorized_key"
T_TINKERBELL_IMAGE_UBUNTU_1_21: "tinkerbell_ci:image_ubuntu_1_21"
T_TINKERBELL_IMAGE_UBUNTU_1_22: "tinkerbell_ci:image_ubuntu_1_22"
T_TINKERBELL_IMAGE_UBUNTU_1_23: "tinkerbell_ci:image_ubuntu_1_23"
T_TINKERBELL_IMAGE_UBUNTU_1_24: "tinkerbell_ci:image_ubuntu_1_24"
T_TINKERBELL_IMAGE_REDHAT_1_21: "tinkerbell_ci:image_redhat_1_21"
T_TINKERBELL_IMAGE_REDHAT_1_22: "tinkerbell_ci:image_redhat_1_22"
T_TINKERBELL_IMAGE_REDHAT_1_23: "tinkerbell_ci:image_redhat_1_23"
T_TINKERBELL_IMAGE_REDHAT_1_24: "tinkerbell_ci:image_redhat_1_24"
T_TINKERBELL_SSH_AUTHORIZED_KEY: "vsphere_ci_beta_connection:ssh_authorized_key"
Expand Down

0 comments on commit 2412bef

Please sign in to comment.