Skip to content

Commit

Permalink
add one snow test to quick e2e test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrowne1207 committed Feb 8, 2024
1 parent b3876c2 commit d885a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ env:
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"
# Snow secrets
T_SNOW_DEVICES: "snow_ci:snow_devices"
T_SNOW_CREDENTIALS_S3_PATH: "snow_ci:snow_credentials_s3_path"
T_SNOW_CERTIFICATES_S3_PATH: "snow_ci:snow_certificates_s3_path"
T_SNOW_CONTROL_PLANE_CIDRS: "snow_ci:control_plane_cidrs"

phases:
pre_build:
Expand Down
2 changes: 2 additions & 0 deletions test/e2e/QUICK_TESTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ quick_tests:
- TestCloudStackKubernetes127To128RedhatMultipleFieldsUpgrade
# Nutanix
- TestNutanixKubernetes127to128RedHat9Upgrade
# Snow
# - TestSnowKubernetes128SimpleFlow

0 comments on commit d885a34

Please sign in to comment.