Skip to content

Commit

Permalink
Upgrade infra-actions/provision-cluster to 0.2.7 and increase lifespan.
Browse files Browse the repository at this point in the history
The lifespan defaults to one hour. That's often not enough when running
on windows.

Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Apr 9, 2024
1 parent 6e28a9a commit 98c3404
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ jobs:
TELEPRESENCE_VERSION: ${{needs.build_image.outputs.telepresenceVersion}}
run: make client-image
- name: Create cluster
uses: datawire/infra-actions/[email protected].6
uses: datawire/infra-actions/[email protected].7
with:
kubeconfig: ${{ env.KUBECONFIG }}
kubeceptionToken: ${{ secrets.DEV_TELEPRESENCE_KUBECEPTION_TOKEN }}
kubeceptionProfile: small
lifespan: 7200
distribution: ${{ matrix.clusters.distribution }}
version: ${{ matrix.clusters.version }}
gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
Expand All @@ -114,7 +115,7 @@ jobs:
with:
max_attempts: 3
shell: bash
timeout_minutes: 60
timeout_minutes: 90
command: |
set -ex
if [[ ${RUNNER_OS} == "Windows" ]]; then
Expand Down

0 comments on commit 98c3404

Please sign in to comment.