Try with a longer timeout
This commit is contained in:
parent
9ede463b65
commit
2f3cc7ca16
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user