Skip to content

Commit dfeaae2

Browse files
Use a larger runner and cache images
1 parent b2c7505 commit dfeaae2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/helm-e2e.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
e2e:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-large
1717
permissions:
1818
contents: read
1919
env:
@@ -27,6 +27,14 @@ jobs:
2727
with:
2828
version: v3.14.4
2929

30+
- name: Cache Docker images
31+
uses: actions/cache@v4
32+
with:
33+
path: /var/lib/docker
34+
key: docker-${{ runner.os }}-${{ hashFiles('chart/values.yaml', 'chart/values.ci.yaml') }}
35+
restore-keys: |
36+
docker-${{ runner.os }}-
37+
3038
- name: Create kind cluster
3139
uses: helm/kind-action@v1.9.0
3240
with:

0 commit comments

Comments
 (0)