Try with a longer timeout

This commit is contained in:
John Garbutt 2022-11-29 14:57:04 +00:00
parent 9ede463b65
commit 2f3cc7ca16
2 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ jobs:
TYLER_CLOUDS: ${{ secrets.TYLER_CLOUDS }} TYLER_CLOUDS: ${{ secrets.TYLER_CLOUDS }}
- name: Run Helm Install - name: Run Helm Install
run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-args "--values clouds.yml --timeout 1m" run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-args "--values clouds.yml --timeout 5m"

View File

@ -1,7 +1,7 @@
--- ---
kubernetesVersion: 1.24.2 kubernetesVersion: 1.24.2
machineImageId: 9b5d513c-67b4-4fd6-8bf1-3bf4525c04c3-STILL-A-BAD-CHANGE machineImageId: 9b5d513c-67b4-4fd6-8bf1-3bf4525c04c3
controlPlane: controlPlane:
machineFlavor: vm.alaska.cpu.general.small machineFlavor: vm.alaska.cpu.general.small
@ -9,4 +9,4 @@ controlPlane:
nodeGroups: nodeGroups:
- machineCount: 2 - machineCount: 2
machineFlavor: vm.alaska.cpu.general.small machineFlavor: vm.alaska.cpu.general.small
name: test-group name: test-group1