From 2f3cc7ca16ad094924c872f4f9bf6cf53f06acef Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Tue, 29 Nov 2022 14:57:04 +0000 Subject: [PATCH] Try with a longer timeout --- .github/workflows/install.yaml | 2 +- charts/openstack-cluster/ci/test-values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 3d22997..cab91c1 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -30,4 +30,4 @@ jobs: TYLER_CLOUDS: ${{ secrets.TYLER_CLOUDS }} - 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" diff --git a/charts/openstack-cluster/ci/test-values.yaml b/charts/openstack-cluster/ci/test-values.yaml index 417faf6..915e91e 100644 --- a/charts/openstack-cluster/ci/test-values.yaml +++ b/charts/openstack-cluster/ci/test-values.yaml @@ -1,7 +1,7 @@ --- kubernetesVersion: 1.24.2 -machineImageId: 9b5d513c-67b4-4fd6-8bf1-3bf4525c04c3-STILL-A-BAD-CHANGE +machineImageId: 9b5d513c-67b4-4fd6-8bf1-3bf4525c04c3 controlPlane: machineFlavor: vm.alaska.cpu.general.small @@ -9,4 +9,4 @@ controlPlane: nodeGroups: - machineCount: 2 machineFlavor: vm.alaska.cpu.general.small - name: test-group + name: test-group1