Skip to content

Commit

Permalink
add CLOUD argument to Create IaC tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpb committed Oct 15, 2024
1 parent 4043899 commit a2fa8cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Create Core Bundle
run: uds create .github/bundles/aks --confirm

- name: Test IAC
- name: Create IAC
run: uds run -f tasks/iac.yaml apply-tofu --no-progress --set K8S_DISTRO=aks --set CLOUD=azure

- name: Deploy Core Bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
timeout-minutes: 60

- name: Create IAC
run: uds run -f tasks/iac.yaml create-iac --no-progress --set K8S_DISTRO=eks
run: uds run -f tasks/iac.yaml create-iac --no-progress --set K8S_DISTRO=eks --set CLOUD=aws
timeout-minutes: 20

- name: Deploy Core Bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: uds create .github/bundles/rke2 --confirm

- name: Create IAC
run: uds run -f tasks/iac.yaml create-iac --no-progress --set K8S_DISTRO=rke2
run: uds run -f tasks/iac.yaml create-iac --no-progress --set K8S_DISTRO=rke2 --set CLOUD=aws
timeout-minutes: 20

- name: Get Kubeconfig
Expand Down

0 comments on commit a2fa8cd

Please sign in to comment.