Skip to content

Commit

Permalink
Refactored.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Apr 26, 2024
1 parent 536a7cb commit a3d3401
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
timeout_minutes: 60 # EKS takes about 20 minutes to spin up a cluster and service on the cluster
retry_wait_seconds: 5
command: |
cd integration-tests/terraform/helm-windows
cd integration-tests/amazon-cloudwatch-observability/terraform/helm
terraform init
if terraform apply -auto-approve \
-var="windows_os_version=WINDOWS_CORE_2022_x86_64" -var="kube_dir=${{ github.workspace }}/../../../.kube"; then
Expand All @@ -133,7 +133,7 @@ jobs:
timeout_minutes: 8
retry_wait_seconds: 5
command: |
cd integration-tests/terraform/helm-windows
cd integration-tests/amazon-cloudwatch-observability/terraform/helm
terraform destroy --auto-approve
HelmChartsIntegrationTestWindows-2019:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
timeout_minutes: 60 # EKS takes about 20 minutes to spin up a cluster and service on the cluster
retry_wait_seconds: 5
command: |
cd integration-tests/terraform/helm-windows
cd integration-tests/amazon-cloudwatch-observability/terraform/helm
terraform init
if terraform apply -auto-approve \
-var="windows_os_version=WINDOWS_CORE_2019_x86_64" -var="kube_dir=${{ github.workspace }}/../../../.kube"; then
Expand All @@ -189,5 +189,5 @@ jobs:
timeout_minutes: 8
retry_wait_seconds: 5
command: |
cd integration-tests/terraform/helm-windows
cd integration-tests/amazon-cloudwatch-observability/terraform/helm
terraform destroy --auto-approve

0 comments on commit a3d3401

Please sign in to comment.